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

Use one of the print function, like @TommyP said. Its very easy to use, and there is not a greate different if you use ROS_INFO or ROS_ERROR, that just means the Logger Level you use, [http://www.ros.org/wiki/rxconsole#Logger_Levels].

I mostly use the ROS_DEBUG("....") Method to make sure my callbacks work fine.