Dual Robot Planning Example #929
-
Hi, is there any example for dual I also sent an email to both |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I know of two approaches I have used but there may be more. In the case where both robots are working together you can create a single chain and the puzzle piece with auxiliary axes is a good example for this use case. The other option is when you have multiple robots working in overlapping workspace where you have some node keeping track of the current active trajectories and the environment has a command for adding a trajectory as a collision object. |
Beta Was this translation helpful? Give feedback.
Here is the command you need to add a trajectory as a collision object to the environment.
https://github.com/tesseract-robotics/tesseract/blob/master/tesseract_environment/include/tesseract_environment/commands/add_trajectory_link_command.h