ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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.