Skip to content

Commit

Permalink
Print out environment variables right after setup.bash call
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 11, 2024
1 parent 51af09b commit 5b35df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/image-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export ROS_DISTRO='noetic'
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/
Expand Down

0 comments on commit 5b35df4

Please sign in to comment.