-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
* Bump ubuntu * Update * Sync with Jazzy * Remove unnecesary
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
micro_ros_build: | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ubuntu:jammy | ||
image: ubuntu:24.04 | ||
strategy: | ||
fail-fast: false | ||
steps: | ||
|
@@ -32,8 +32,6 @@ jobs: | |
- name: Dependencies | ||
run: | | ||
apt update | ||
apt install -y python3-pip | ||
pip3 install colcon-common-extensions | ||
rosdep update --rosdistro ${{ env.ROS_DISTRO }} | ||
rosdep install --rosdistro ${{ env.ROS_DISTRO }} -y --from-paths src --ignore-src -y | ||
|
@@ -51,60 +49,57 @@ jobs: | |
name: micro_ros_build_${{ inputs.ci_target_ref }} | ||
path: install | ||
|
||
# Skiped due to libfastcdr version 1 distributed en ROS 2 Rolling | ||
# micro_ros_agent: | ||
# runs-on: ubuntu-latest | ||
# container: | ||
# image: ubuntu:jammy | ||
# strategy: | ||
# fail-fast: false | ||
# needs: micro_ros_build | ||
|
||
# steps: | ||
# - uses: actions/checkout@v4 | ||
# with: | ||
# path: src/micro_ros_setup | ||
# ref: ${{ inputs.ci_target_ref }} | ||
|
||
# - uses: ros-tooling/[email protected] | ||
# with: | ||
# use-ros2-testing: false | ||
# required-ros-distributions: ${{ env.ROS_DISTRO }} | ||
|
||
# - name: dependencies | ||
# run: | | ||
# apt update | ||
# apt install -y python3-pip | ||
# pip3 install colcon-common-extensions | ||
# apt install -y ros-${{ env.ROS_DISTRO }}-rmw-fastrtps-cpp | ||
# rosdep update --rosdistro ${{ env.ROS_DISTRO }} | ||
# rosdep install --rosdistro ${{ env.ROS_DISTRO }} -y --from-paths src --ignore-src -y | ||
|
||
# - uses: actions/download-artifact@v1 | ||
# with: | ||
# name: micro_ros_build_${{ inputs.ci_target_ref }} | ||
# path: install | ||
|
||
# # Workaround https://github.com/actions/upload-artifact/issues/38 | ||
# - run: | | ||
# chmod +x -R install | ||
|
||
# - name: build | ||
# run: | | ||
# . /opt/ros/${{ env.ROS_DISTRO }}/setup.sh | ||
# . install/local_setup.sh | ||
# ros2 run micro_ros_setup create_agent_ws.sh | ||
# ros2 run micro_ros_setup build_agent.sh | ||
|
||
# - name: installation | ||
# run: | | ||
# (test -f install/micro_ros_agent/lib/micro_ros_agent/micro_ros_agent) && true || false | ||
micro_ros_agent: | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ubuntu:24.04 | ||
strategy: | ||
fail-fast: false | ||
needs: micro_ros_build | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
path: src/micro_ros_setup | ||
ref: ${{ inputs.ci_target_ref }} | ||
|
||
- uses: ros-tooling/[email protected] | ||
with: | ||
use-ros2-testing: false | ||
required-ros-distributions: ${{ env.ROS_DISTRO }} | ||
|
||
- name: dependencies | ||
run: | | ||
apt update | ||
apt install -y ros-${{ env.ROS_DISTRO }}-rmw-fastrtps-cpp | ||
rosdep update --rosdistro ${{ env.ROS_DISTRO }} | ||
rosdep install --rosdistro ${{ env.ROS_DISTRO }} -y --from-paths src --ignore-src -y | ||
- uses: actions/download-artifact@v1 | ||
with: | ||
name: micro_ros_build_${{ inputs.ci_target_ref }} | ||
path: install | ||
|
||
# Workaround https://github.com/actions/upload-artifact/issues/38 | ||
- run: | | ||
chmod +x -R install | ||
- name: build | ||
run: | | ||
. /opt/ros/${{ env.ROS_DISTRO }}/setup.sh | ||
. install/local_setup.sh | ||
ros2 run micro_ros_setup create_agent_ws.sh | ||
ros2 run micro_ros_setup build_agent.sh | ||
- name: installation | ||
run: | | ||
(test -f install/micro_ros_agent/lib/micro_ros_agent/micro_ros_agent) && true || false | ||
micro_ros_client: | ||
runs-on: ubuntu-latest | ||
needs: micro_ros_build | ||
container: | ||
image: ubuntu:jammy | ||
image: ubuntu:24.04 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
|
@@ -204,10 +199,6 @@ jobs: | |
configuration: weather_publisher | ||
binary: 'firmware/bin/weather_publisher' | ||
|
||
- rtos: mbed | ||
platform: disco_l475vg_iot01a | ||
binary: 'firmware/micro_ros_mbed/cmake_build/DISCO_L475VG_IOT01A/develop/GCC_ARM/micro_ros_mbed.bin' | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
|
@@ -223,9 +214,6 @@ jobs: | |
run: | | ||
apt update | ||
apt upgrade -y | ||
apt-get update | ||
apt install -y python3-pip | ||
pip3 install colcon-common-extensions cmake | ||
rosdep update --rosdistro ${{ env.ROS_DISTRO }} | ||
rosdep install --rosdistro ${{ env.ROS_DISTRO }} -y --from-paths src --ignore-src -y | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.