Skip to content

Trajectory vs Point queue mode #243

Answered by ted-miller
olivierp99 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @olivierp99

Due to memory constraints, the trajectory-mode has a limitation of 200 points per trajectory. There is a single message that comes to the robot which contains the entire trajectory.

The point-queue mode uses the exact same motion-processing as the trajectory mode. But it allows you to send an infinite number of messages which each contain only one point in the trajectory.

Ultimately, the motion performance will be identical. But if you have a long trajectory (greater than 200 points), you should use the point-queue mode.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@gavanderhoorn
Comment options

@olivierp99
Comment options

@ted-miller
Comment options

@gavanderhoorn
Comment options

Answer selected by olivierp99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants