Last active
August 16, 2019 20:12
-
-
Save kor01/78a58babc0fcffb6827bae87be8c0be6 to your computer and use it in GitHub Desktop.
[ros msg] ros message #ros
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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