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 36abb0c commit 5a2785eCopy full SHA for 5a2785e
scripts/activate_workspace.sh
@@ -17,10 +17,10 @@
17
# env_name Optional. Name of the environment to activate.
18
# Default: ros_env (for both venv and conda environments)
19
# ros_distro Optional. ROS2 distribution to use.
20
-# Default: jazzy
+# Default: humble
21
#
22
# EXAMPLES:
23
-# # Use defaults (ros_env, jazzy)
+# # Use defaults (ros_env, humble)
24
# source activate_workspace.sh
25
26
# # Use specific environment name
@@ -57,7 +57,7 @@ fi
57
58
# Default values
59
DEFAULT_ENV_NAME="ros_env"
60
-DEFAULT_ROS_DISTRO="jazzy"
+DEFAULT_ROS_DISTRO="humble"
61
ENV_NAME="${1:-$DEFAULT_ENV_NAME}"
62
ROS_DISTRO="${2:-$DEFAULT_ROS_DISTRO}"
63
0 commit comments