Skip to content

Commit b5d9c5b

Browse files
committed
Fix typo in activate_workspace
1 parent 866e6cc commit b5d9c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/activate_workspace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ source "$VENV_PATH/bin/activate"
8484
# Step 2: Change to coffee_ws directory and source ROS environment
8585
echo " [2/3] Sourcing ROS2 environment..."
8686
pushd "$COFFEE_WS_PATH" > /dev/null
87-
source "$SCRIPTS_PATH/ros-source.sh"
87+
source "$SCRIPTS_PATH/ros_source.sh"
8888

8989
# Step 3: Run ros-source function to set up ROS2 and workspace
9090
echo " [3/3] Configuring workspace overlay..."

0 commit comments

Comments
 (0)