Skip to content

Commit

Permalink
Don't run roscore in image validate script
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 13, 2024
1 parent 50c295e commit 5580bd7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions builder/image-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export ROS_IP='127.0.0.1'
source /opt/ros/${ROS_DISTRO}/setup.bash
source /home/pi/catkin_ws/devel/setup.bash
env
roscore &

cd /home/pi/catkin_ws/src/clover/builder/test/
./tests.sh
Expand All @@ -37,7 +36,5 @@ apt-cache show openvpn
# sudo -E sh -c 'apt-get install -y debian-goodies'
# dpigs -H -n 100

killall --wait roscore

echo "Move /etc/ld.so.preload back to its original position"
mv /etc/ld.so.preload.disabled-for-build /etc/ld.so.preload

0 comments on commit 5580bd7

Please sign in to comment.