Skip to content

Commit 5a2785e

Browse files
committed
feat: Update activate script to use humble
1 parent 36abb0c commit 5a2785e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/activate_workspace.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
# env_name Optional. Name of the environment to activate.
1818
# Default: ros_env (for both venv and conda environments)
1919
# ros_distro Optional. ROS2 distribution to use.
20-
# Default: jazzy
20+
# Default: humble
2121
#
2222
# EXAMPLES:
23-
# # Use defaults (ros_env, jazzy)
23+
# # Use defaults (ros_env, humble)
2424
# source activate_workspace.sh
2525
#
2626
# # Use specific environment name
@@ -57,7 +57,7 @@ fi
5757

5858
# Default values
5959
DEFAULT_ENV_NAME="ros_env"
60-
DEFAULT_ROS_DISTRO="jazzy"
60+
DEFAULT_ROS_DISTRO="humble"
6161
ENV_NAME="${1:-$DEFAULT_ENV_NAME}"
6262
ROS_DISTRO="${2:-$DEFAULT_ROS_DISTRO}"
6363

0 commit comments

Comments
 (0)