mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Don't run roscore in image validate script
This commit is contained in:
@@ -21,7 +21,6 @@ export ROS_IP='127.0.0.1'
|
|||||||
source /opt/ros/${ROS_DISTRO}/setup.bash
|
source /opt/ros/${ROS_DISTRO}/setup.bash
|
||||||
source /home/pi/catkin_ws/devel/setup.bash
|
source /home/pi/catkin_ws/devel/setup.bash
|
||||||
env
|
env
|
||||||
roscore &
|
|
||||||
|
|
||||||
cd /home/pi/catkin_ws/src/clover/builder/test/
|
cd /home/pi/catkin_ws/src/clover/builder/test/
|
||||||
./tests.sh
|
./tests.sh
|
||||||
@@ -37,7 +36,5 @@ apt-cache show openvpn
|
|||||||
# sudo -E sh -c 'apt-get install -y debian-goodies'
|
# sudo -E sh -c 'apt-get install -y debian-goodies'
|
||||||
# dpigs -H -n 100
|
# dpigs -H -n 100
|
||||||
|
|
||||||
killall --wait roscore
|
|
||||||
|
|
||||||
echo "Move /etc/ld.so.preload back to its original position"
|
echo "Move /etc/ld.so.preload back to its original position"
|
||||||
mv /etc/ld.so.preload.disabled-for-build /etc/ld.so.preload
|
mv /etc/ld.so.preload.disabled-for-build /etc/ld.so.preload
|
||||||
|
|||||||
Reference in New Issue
Block a user