From e306c66762db5fc2d40df483aeb28274e92952c2 Mon Sep 17 00:00:00 2001 From: harleylara Date: Mon, 11 Dec 2023 10:05:52 +0100 Subject: [PATCH 1/3] build action for humble --- .github/workflows/main.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/main.yaml diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml new file mode 100644 index 0000000..0b025f8 --- /dev/null +++ b/.github/workflows/main.yaml @@ -0,0 +1,27 @@ +name: main + +on: + pull_request: + branches: + - main + push: + branches: + - main + +jobs: + build-and-test: + runs-on: ${{ matrix.os }} + container: + image: osrf/ros:humble-desktop + strategy: + matrix: + os: [ubuntu-22.04] + fail-fast: false + steps: + - name: Install deps + run: sudo apt-get update && sudo apt-get install -y wget python3-vcstool python3-colcon-coveragepy-result + - name: build and test + uses: ros-tooling/action-ros-ci@0.3.5 + with: + package-name: solo12_description solo12_bringup + target-ros2-distro: humble From 9641310da63a1f9e9ecf60d2fff93363396b388e Mon Sep 17 00:00:00 2001 From: harleylara Date: Mon, 11 Dec 2023 10:29:15 +0100 Subject: [PATCH 2/3] fix tag --- solo12_description/package.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solo12_description/package.xml b/solo12_description/package.xml index 75c7a5a..ad7c94f 100644 --- a/solo12_description/package.xml +++ b/solo12_description/package.xml @@ -13,7 +13,7 @@ urdf rviz2 launch - launch_ros + launch_ros joint_state_publisher_gui joint_state_publisher robot_state_publisher From 68f2e2a32173b3c0d0324ee9da9324e0f4a65b98 Mon Sep 17 00:00:00 2001 From: harleylara Date: Mon, 11 Dec 2023 10:39:12 +0100 Subject: [PATCH 3/3] fix tag --- solo12_bringup/package.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solo12_bringup/package.xml b/solo12_bringup/package.xml index 9301ea6..3a64a90 100644 --- a/solo12_bringup/package.xml +++ b/solo12_bringup/package.xml @@ -17,7 +17,7 @@ gazebo_ros ros2_control robot_state_publisher - rviz + rviz ament_lint_auto ament_lint_common