image: test basic ros tools work

This commit is contained in:
Oleg Kalachev
2022-11-10 04:37:30 +06:00
parent e719b0f1e2
commit 277eb7297f

View File

@@ -71,6 +71,18 @@ if [ -z $VM ]; then
[[ $(rosversion cv_camera) == "0.5.1" ]] # patched version with init fix
fi
# test basic ros tool work
roscd
rosrun
rosmsg
rossrv
rosnode
rostopic
rosservice
rosparam
roslaunch
# determine user home directory
[ $VM ] && H="/home/clover" || H="/home/pi"
# validate examples are present