MoveIT Package for an Industrial Robot
I was following the tutorial on using the MoveIt Setup Assistant
to create a MoveIt package for an industrial Robot.
In the Add Planning groups section, it is mentioned that adding a Kinematic Chain is generally preferred over add joints or add links.
But in this MoveIt tutorial, they use the Add Joints for the planning group right_arm
and Add Links for the right_gripper
group.
I want to know what is the difference between these two approaches. Which one is better and in what situation?
Thanks for all inputs!