mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 15:13:25 +00:00
Print versions of all installed ROS packages
This commit is contained in:
@@ -186,6 +186,9 @@ rosversion cv_camera
|
||||
rosversion web_video_server
|
||||
rosversion nodelet
|
||||
|
||||
echo "--- Versions of all installed ROS packages"
|
||||
rospack list-names | while read line; do echo $line `rosversion $line`; done
|
||||
|
||||
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