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

First : verify that the navigation node give you an output. If the node is not initialized or is missing data input, you will have no output.

Then you should use ROS logging system, it is much better to use as it is synchronized so you don't have thread printing issues and it serialize your ROS objects.

ROS_INFO_STREAM("hey :" << filteredposition);