MoveIt desired joint angles topic
Hi all,
When MoveIt computes and executes a trajectory, it does the following steps:
- Compute the desired joints trajectories (i.e. the path)
- Publish the desired path on topic /move_group/display_planned_path
- The desired is provided as a set of samples of desired joint angles
- Execute this desired path
- In order to execute the path, the desired path samples are input into the joints controllers (arm_controller)
Do you know which topic is used to provide the controllers with the desired angles?
Thanks,
Antoine.