From 91dd7799efb98672ab70bd176c1ad443b4ee0c0d Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 10 Jun 2020 23:25:57 +0300 Subject: [PATCH] image: remove unneeded ROS_DISTRO settings from .bashrc --- builder/image-ros.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index 9de629fd..a0168566 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -143,7 +143,6 @@ echo_stamp "Setup ROS environment" cat << EOF >> /home/pi/.bashrc LANG='C.UTF-8' LC_ALL='C.UTF-8' -ROS_DISTRO='melodic' export ROS_HOSTNAME=\`hostname\`.local source /opt/ros/melodic/setup.bash source /home/pi/catkin_ws/devel/setup.bash