Skip to content

Commit

Permalink
Merge pull request #146 from traversaro/fixrosgz
Browse files Browse the repository at this point in the history
Enable build of ros-humble-ros-gz
  • Loading branch information
Tobias-Fischer authored Feb 19, 2024
2 parents ab1e42a + 90b26b0 commit 3ae1aac
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
if: matrix.platform == 'linux-aarch64'
shell: bash -l {0}
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxi-dev libxmu-dev
- shell: bash -l {0}
Expand Down
3 changes: 3 additions & 0 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ packages_select_by_deps:
- realsense2-description
- webots_ros2

# Modern gz-sim integration
- ros-gz

# Needs fixing
# - moveit-resources

Expand Down
3 changes: 3 additions & 0 deletions vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ packages_select_by_deps:
# - control_toolbox
# - ros1_bridge

# Modern gz-sim integration
- ros-gz

# Used to work, now needs fixes
# - rtabmap
# - webots-ros2
Expand Down
3 changes: 3 additions & 0 deletions vinca_osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ packages_select_by_deps:
- apriltag
- apriltag_ros

# Modern gz-sim integration
- ros-gz

# - moveit
# - moveit_servo

Expand Down
3 changes: 3 additions & 0 deletions vinca_osx_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ packages_select_by_deps:
- sbg_driver
- ackermann-msgs

# Modern gz-sim integration
- ros-gz

# - moveit


Expand Down

0 comments on commit 3ae1aac

Please sign in to comment.