File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -38,20 +38,18 @@ echo "Setting up environment with virtual environment: $VENV_NAME"
3838echo " Activating virtual environment..."
3939source " $VENV_PATH /bin/activate"
4040
41- # Step 2: Enable ROS2 with the virtual environment
42- echo " Enabling ROS2 with virtual environment..."
43- source " $SCRIPTS_PATH /ros2_venv.sh" enable " $VENV_PATH "
44-
45- # Step 3: Change to coffee_ws directory and source ros-source.sh
41+ # Step 2: Change to coffee_ws directory and source ROS environment
4642echo " Changing to coffee workspace and sourcing ROS..."
4743pushd " $COFFEE_WS_PATH " > /dev/null
4844source " $SCRIPTS_PATH /ros-source.sh"
4945
50- # Step 4 : Run ros-source function
51- echo " Running ros-source ..."
46+ # Step 3 : Run ros-source function to set up ROS2 and workspace
47+ echo " Setting up ROS2 and workspace ..."
5248ros-source
5349
5450# Return to original directory
5551popd > /dev/null
5652
57- echo " Environment setup complete!"
53+ echo " Environment setup complete!"
54+ echo " Virtual environment: $VENV_NAME "
55+ echo " ROS2 and workspace are ready to use."
You can’t perform that action at this time.
0 commit comments