ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This could have multiple reasons:
The loglevel is configured above INFO so only WARN/ERROR is printed.
Maybe the topic is wrong
rostopic list
if the topic is available.rostopic echo turtle2/pose
to see if there is data on the topic2 | No.2 Revision |
This could have multiple reasons:
The loglevel is configured above INFO so only WARN/ERROR is printed.
Maybe the topic is wrong
rostopic list
if the topic is available.rostopic echo turtle2/pose
to see if there is data on the topic3 | No.3 Revision |
This could have multiple reasons:
The loglevel is configured above INFO so only WARN/ERROR is printed.
Maybe the topic is wrong
rostopic list
if the topic is available.rostopic echo turtle2/pose
to see if there is data on the topic