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

Saw your other question, and I think you are misunderstanding the orientation values. This is the format of /initialPose: http://www.ros.org/doc/api/geometry_msgs/html/msg/PoseWithCovarianceStamped.html

The orientation is a quarternion, so it comes with x, y, z, w (The individual values do not represent rotation about that axis eg value of x does not mean rotation about x-axis).

You will need to do a conversion if you need roll, pitch, yaw (rotations about x, y, z axis respectively).