ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
Are you walking through the tutorials? That's a great way to learn and you will quickly come across the use of some logging statements like ROSINFO in c++ or rospy.loginfo in python.
The output form these messages can end up several places depending on your configuration etc.
Have a look at the introduction pages: * https://wiki.ros.org/roscpp/Overview/Logging * https://wiki.ros.org/rospy_tutorials/Tutorials/Logging
![]() | 2 | No.2 Revision |
Are you walking through the tutorials? That's a great way to learn and you will quickly come across the use of some logging statements like ROSINFO in c++ or rospy.loginfo in python.
The output form these messages can end up several places depending on your configuration etc.
Have a look at the introduction pages:
* https://wiki.ros.org/roscpp/Overview/Logging
* https://wiki.ros.org/rospy_tutorials/Tutorials/Loggingpages: