Finding mapping between collision_<idx> and the link names in TrajOpt Motion Planner #466
-
Hi all, I just started setting up tesseract_planning (using pick_and_place_example as a starting point) and I'm wondering how to tell which links are in collision by looking at the TaskComposer output. For instance, PickAndPlace example output with
If, hypothetically collision_9 is in collision, we would see an output similar to this:
Is the there a way to tell which links are associated with collision_index? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I do not think this is currently possible without attaching a debugger. The index number corresponds the the joint state index in the trajectory. |
Beta Was this translation helpful? Give feedback.
I do not think this is currently possible without attaching a debugger. The index number corresponds the the joint state index in the trajectory.