ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can check more info of any topic/service from terminal by
rostopic info <topic_name>
`roservice info<service_name>
further more to check the structure of message you can
rosmsg show <message_name>
hope this help's you.