diff --git a/builder/image-ros.sh b/builder/image-ros.sh index 1fdfa18f..4ba37a98 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -135,6 +135,8 @@ if [ "${INSTALL_ROS_PACK_SOURCES}" = "true" ]; then chown -Rf pi:pi /home/pi/ros_catkin_ws fi +export ROS_IP='127.0.0.1' # needed for running tests + echo_stamp "Installing CLEVER" \ && cd /home/pi/catkin_ws/src/clever \ && git status \