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

rossrv offers exactly the same sub-commands as rosmsg. See its wiki.

For your particular case,

$ rossrv 
list      md5       package   packages  show      
$ rossrv show turtlesim/TeleportAbsolute
float32 x
float32 y
float32 theta
---

Or without package name:

$ rossrv show TeleportAbsolute                                                                                                                                                            
[turtlesim/TeleportAbsolute]:
float32 x
float32 y
float32 theta
---