ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I suppose you are working in C++. With getCurrentRPY() you will get Roll, Pitch and Yaw orientations in radians.

You can get quaternion orientation with getCurrentPose().orientation.

Hope it helps