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

Revision history [back]

The error here is in your ROS_INFO statement, the message transport all looks correct.

You're using %d which is the format specifier for an integer when the values in the pose message are double precision floats. If you replace %d with %f or %e then you should start seeing the correct values.