ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I would report what worked for me:
Due to initial rotation of robot around z axis i was not able to approach the object exactly as i wanted. Below is the orientation which can help you to approach the object in y axis direction if you dont have any initial rotation.
orientation.setRPY(-M_PI / 4, -M_PI/2 , -M_PI /4);