mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
Don't echo commands while printing versions of all packages
This commit is contained in:
@@ -187,7 +187,9 @@ rosversion web_video_server
|
||||
rosversion nodelet
|
||||
|
||||
echo "--- Versions of all installed ROS packages"
|
||||
set +x
|
||||
rospack list-names | while read line; do echo $line `rosversion $line`; done
|
||||
set -x
|
||||
|
||||
echo "Trying running the Gazebo simulator, check the output"
|
||||
timeout --preserve-status 30 roslaunch clover_simulation simulator.launch gui:=false --screen
|
||||
|
||||
Reference in New Issue
Block a user