Trajectory vs Point queue mode #243
-
Hello, I was wondering the difference when driving using trajectory mode vs point queue mode? Thanks, Olivier |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
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. |
Beta Was this translation helpful? Give feedback.
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.