roswarn in cpp
Hi, I'm used to rospy.loginfo/rospy.logwarn/rospy.logerr but I can not find how to use them in cpp. Can somebody tell me it please? Thanks!
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi, I'm used to rospy.loginfo/rospy.logwarn/rospy.logerr but I can not find how to use them in cpp. Can somebody tell me it please? Thanks!
Are you looking for this? http://www.ros.org/wiki/roscpp/Overview/Logging
One can use ROS_DEBUG, ROS_INFO, ROS_WARN, ROS_ERROR and ROS_FATAL as of requirement
for Example : ROS_DEBUG("Hello %s", "World");
Asked: 2011-11-27 20:58:56 -0600
Seen: 1,763 times
Last updated: Aug 15 '20
Subscriber and Publisher node at once in cpp
how does second term of advertise
How do I test the ROS version in C++ code?
Getting all parameter names using C++
Are there any other signal interrupts with roscpp besides the default ctrl+c sigint handler
Is it possible to avoid busy-waiting in a spinner? [closed]
Can I "overload" topic names in ROS? (Different versions by datatype)