diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d957411..3b673d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ on: jobs: micro_ros_demos: - runs-on: ubuntu-20.04 - container: microros/base:rolling + runs-on: ubuntu-24.04 + container: microros/base:jazzy defaults: run: shell: bash @@ -19,17 +19,17 @@ jobs: cd /uros_ws apt update rosdep update - source /opt/ros/rolling/setup.bash + source /opt/ros/jazzy/setup.bash source install/local_setup.bash rosdep update ros2 run micro_ros_setup create_firmware_ws.sh host rm -rf src/uros/micro-ROS-demos - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: path: uros_ws/src/uros/micro-ROS-demos - name: Build run: | cd /uros_ws - source /opt/ros/rolling/setup.bash + source /opt/ros/jazzy/setup.bash source install/local_setup.bash ros2 run micro_ros_setup build_firmware.sh diff --git a/README.md b/README.md index 07024c1..98c4278 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ ## Overview -The primary purpose for this repository is to organise all packages for the [Micro-ROS project](https://microros.github.io/micro-ROS/) functionalities demonstrations. +The primary purpose for this repository is to organise all packages for the [Micro-ROS project](https://microros.github.io/) functionalities demonstrations. All packages contained in this repository are a part of the Micro-ROS project stack. ## Previous step To run all the demonstrations, you need to set up the ROS2 environment and build all the required packages. -Click [here](https://github.com/microROS/micro-ROS-doc) to read further about how to do this previous step. +Click [here](https://github.com/micro-ROS/micro_ros_setup?tab=readme-ov-file#building) to read further about how to do this previous step. ## Package clusters diff --git a/messages/complex_msg/CHANGELOG.rst b/messages/complex_msg/CHANGELOG.rst index 464fd74..7b379c1 100644 --- a/messages/complex_msg/CHANGELOG.rst +++ b/messages/complex_msg/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package complex_msgs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +5.0.1 (2024-05-31) +------------------ + 5.0.0 (2023-06-12) ------------------ diff --git a/messages/complex_msg/package.xml b/messages/complex_msg/package.xml index 4d71187..10d8ed2 100644 --- a/messages/complex_msg/package.xml +++ b/messages/complex_msg/package.xml @@ -2,7 +2,7 @@ complex_msgs - 5.0.0 + 5.0.1 Example of a complex msg. Javier Moreno Apache-2.0 diff --git a/rclc/CHANGELOG.rst b/rclc/CHANGELOG.rst index c9b7f21..66a2ff6 100644 --- a/rclc/CHANGELOG.rst +++ b/rclc/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog for package micro_ros_demos_rclc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +5.0.1 (2024-05-31) +------------------ +* addtwoints_server: correct node name (`#75 `_) (`#77 `_) + (cherry picked from commit 70f3cbf27ce12dc9e57e5095b4233553e207d866) + Co-authored-by: G.A. vd. Hoorn +* Contributors: mergify[bot] + 5.0.0 (2023-06-12) ------------------ diff --git a/rclc/package.xml b/rclc/package.xml index 0c97949..45a5061 100644 --- a/rclc/package.xml +++ b/rclc/package.xml @@ -2,9 +2,10 @@ micro_ros_demos_rclc - 5.0.0 + 5.0.1 Examples using RCL+RCLC API - Pablo Garrido + Eugenio Collado + Carlos Espinoza Apache-2.0 Borja Outerelo