Hi Everyone,
I've been using moveit! for baxter and wanted to use the ROS api provided to do some planning.
The python interface is quite simple but I was wondering if there is any way to know whether a collision will happen or not using moveGroupCommander.
I can get it to plan using moveGroupCommander.plan but is there a way I could find out about collisions through this api?
I see the collision robot class in moveit but I can't figure out how to access it through the ROS api provided.
Baxter has built in collision avoidance so if I move one arm's end effector to where the other arms end effector is , it automatically moves the other arm away. I basically want to know when this will happen. Even in moveit! it seems to do the same i.e move the other arm away, even when I plan for say the left arm group only.
I'm new to moveit!
Thanks so much for your help,