From 31d4ea17c23cb62985fd291f32ec9635714fbd32 Mon Sep 17 00:00:00 2001 From: hello-binit <64861565+hello-binit@users.noreply.github.com> Date: Fri, 11 Jun 2021 02:16:49 -0400 Subject: [PATCH] Rospack fails to find Stretch packages unless setup is sourced --- stretch_calibration/nodes/update_with_most_recent_calibration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stretch_calibration/nodes/update_with_most_recent_calibration.sh b/stretch_calibration/nodes/update_with_most_recent_calibration.sh index f4ad81c..9c154d9 100755 --- a/stretch_calibration/nodes/update_with_most_recent_calibration.sh +++ b/stretch_calibration/nodes/update_with_most_recent_calibration.sh @@ -1,4 +1,5 @@ #!/bin/bash +source $HOME/catkin_ws/devel/setup.bash echo "Attempt to update the calibration files using the most recently performed calibration."