ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
One can use ROS_DEBUG, ROS_INFO, ROS_WARN, ROS_ERROR and ROS_FATAL as of requirement
for Example : ROS_DEBUG("Hello %s", "World");