Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable build of ros-humble-ros-gz #146

Merged
merged 2 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading