ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In addition to instructive answer from @lindzey, I've made a sample code (link). Although the document is for a particular 6DOF robot called Hiro
, you can play with this sample code on your robot too where MoveGroupCommander.get_random_pose()
gives random pose and you can investigate what inside of pose
looks like.