mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Merge branch 'master' into known_vertical
This commit is contained in:
@@ -80,11 +80,11 @@ roscd
|
||||
rosrun
|
||||
rosmsg
|
||||
rossrv
|
||||
rosnode
|
||||
rostopic
|
||||
rosservice
|
||||
rosnode || [ $? -eq 64 ] # usage output code is 64
|
||||
rostopic || [ $? -eq 64 ]
|
||||
rosservice || [ $? -eq 64 ]
|
||||
rosparam
|
||||
roslaunch
|
||||
roslaunch -h
|
||||
|
||||
# validate examples are present
|
||||
[[ $(ls $H/examples/*) ]]
|
||||
|
||||
Reference in New Issue
Block a user