Skip to content

Commit

Permalink
some pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abizovnuralem committed Mar 14, 2024
1 parent 3f73e90 commit fb123ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ros_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,22 @@ jobs:
ros_distribution:
- humble
- iron
- rolling
include:
# Humble Hawksbill (May 2022 - May 2027)
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
ros_distribution: humble
ros_version: 2
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-iron-ros-base-latest
ros_distribution: iron
ros_version: 2
# Rolling Ridley (June 2020 - Present)
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
ros_distribution: rolling
ros_version: 2
container:
image: ${{ matrix.docker_image }}
steps:
- name: checkout
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libceres-dev
- name: build and test
uses: ros-tooling/action-ros-ci@master
with:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Real time Go2 Air/PRO ROS2 topics
Tested systems and ROS2 distro
|systems|ROS2 distro|
|--|--|
|Ubuntu 22.04|humble|
|Ubuntu 22.04|iron|

A single workspace can contain as many packages as you want, each in their own folder. You can also have packages of different build types in one workspace (CMake, Python, etc.). You cannot have nested packages.
Expand Down

0 comments on commit fb123ca

Please sign in to comment.