We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866e6cc commit b5d9c5bCopy full SHA for b5d9c5b
scripts/activate_workspace.sh
@@ -84,7 +84,7 @@ source "$VENV_PATH/bin/activate"
84
# Step 2: Change to coffee_ws directory and source ROS environment
85
echo " [2/3] Sourcing ROS2 environment..."
86
pushd "$COFFEE_WS_PATH" > /dev/null
87
-source "$SCRIPTS_PATH/ros-source.sh"
+source "$SCRIPTS_PATH/ros_source.sh"
88
89
# Step 3: Run ros-source function to set up ROS2 and workspace
90
echo " [3/3] Configuring workspace overlay..."
0 commit comments