10.5 获得帮助
我们已经接触到不少的ROS工具了。有时候很难记住他们所需要的参数。还好大多数ROS工具都提供了帮助。
输入:
$ rosmsg -h
你可以看到一系列的rosmsg子命令.
Commands:
rosmsg show Show message description
rosmsg users Find files that use message
rosmsg md5 Display message md5sum
rosmsg package List messages in a package
rosmsg packages List packages that contain messages
同样你也可以获得子命令的帮助:
$ rosmsg show -h
这会现实rosmsg show 所需的参数:
Usage: rosmsg show [options] <message type>
Options:
-h, --help show this help message and exit
-r, --raw show raw message text, including comments
Last updated