Skip to content

Commit

Permalink
Set ROS 2 distro to Jazzy by default (#6)
Browse files Browse the repository at this point in the history
* Bump jazzy

* Fix lttngpy
  • Loading branch information
pablogs9 authored Jun 3, 2024
1 parent c8fc79d commit 8dc63f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_micro_ros_library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ then
fi

# Define micro-ROS environment variables
export MICRO_ROS_DISTRO=iron
export MICRO_ROS_DISTRO=jazzy

# Set toolchain prefixes
if [ "${MICROROS_TARGET}" = "VITIS_MICROBLAZE" ]; then
Expand Down Expand Up @@ -180,6 +180,7 @@ if [ ! -d "$MICRO_ROS_BUILD_DIR/microros/src" ]; then
touch src/rclc/rclc_examples/COLCON_IGNORE;
touch src/rcl/rcl_yaml_param_parser/COLCON_IGNORE;
touch src/ros2_tracing/test_tracetools/COLCON_IGNORE;
touch src/ros2_tracing/lttngpy/COLCON_IGNORE;

# Add extra packages
cp -rf $MICROROS_EXTRA_PACKAGES src/extra_packages || :;
Expand Down

0 comments on commit 8dc63f0

Please sign in to comment.