mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
Run Clover's Python libraries validation
This commit is contained in:
@@ -186,6 +186,9 @@ rosversion cv_camera
|
|||||||
rosversion web_video_server
|
rosversion web_video_server
|
||||||
rosversion nodelet
|
rosversion nodelet
|
||||||
|
|
||||||
|
echo "--- Run Clover's Python libraries validation"
|
||||||
|
$HOME/catkin_ws/src/clover/builder/test/tests_py3.py
|
||||||
|
|
||||||
echo "--- Versions of all installed ROS packages"
|
echo "--- Versions of all installed ROS packages"
|
||||||
set +x
|
set +x
|
||||||
rospack list-names | while read line; do echo $line `rosversion $line`; done
|
rospack list-names | while read line; do echo $line `rosversion $line`; done
|
||||||
|
|||||||
Reference in New Issue
Block a user