Skip to content

Instantly share code, notes, and snippets.

@kor01
Last active August 16, 2019 20:12
Show Gist options
  • Save kor01/78a58babc0fcffb6827bae87be8c0be6 to your computer and use it in GitHub Desktop.
Save kor01/78a58babc0fcffb6827bae87be8c0be6 to your computer and use it in GitHub Desktop.
[ros msg] ros message #ros
# show message definition
rosmsg show sensor_msgs/CameraInfo
# show message type
rostopic type rosout
# quick message definition view
rostopic type rosout | rosmsg show
# echo message live content
rostopic echo rosout/msg
# list all message type in system
rosmsg list
# list all message in a package
rosmsg package
# list all packages with messages
rosmsg packages
# show service description
rossrv show my_service
# list all service
rossrv list
# list service in a package
rossrv my_package
# list all packages with service
rossrv packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment