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

Package Gazebo Harmonic for ROS 2 Jazzy #1117

Open
azeey opened this issue Feb 14, 2024 · 3 comments
Open

Package Gazebo Harmonic for ROS 2 Jazzy #1117

azeey opened this issue Feb 14, 2024 · 3 comments
Assignees

Comments

@azeey
Copy link
Contributor

azeey commented Feb 14, 2024

This ticket tracks the work we're doing to package Gazebo Harmonic for ROS 2 Rolling which will eventually become Jazzy.

Options for packaging Gazebo for ROS 2:

  • Add package.xml to all Gazebo libraries and release them into the ROS buildfarm. Create vendor packages for Ogre2 and DART
  • Create vendor packages for all Gazebo libraries, Ogre2, and DART
  • Import Gazebo packages as well as Ogre2 and DART into the bootstrap repo.
  • Statically link DART into gz-physics so we only have to worry about Ogre2
  • Create a bespoke DART binary distribution (no headers) that gz-physics depends on.
@azeey
Copy link
Contributor Author

azeey commented Feb 23, 2024

https://github.com/azeey/gz_vendor (forked https://github.com/mjcarroll/gz_vendor) from has some vendor packages as well as scripts to generate/update vendor packages from upstream package.xml files.

cc @mjcarroll @j-rivero

@azeey
Copy link
Contributor Author

azeey commented Mar 19, 2024

@j-rivero I've created all of the vendor packages:

Could you please review them? You can use this collection file to clone all of them with vcstool.

The following rosdep keys will need to be added:

  • libx11-xcb-dev: gazebo_ogre_next_vendor
  • libxcb-randr0-dev: gazebo_ogre_next_vendor
  • libshaderc-dev: gazebo_ogre_next_vendor
  • glslc: gazebo_ogre_next_vendor
  • glslang-dev: gazebo_ogre_next_vendor
  • qtquickcontrols2-5-dev: gz-gui
  • qml-module-qtpositioning: gz-gui
  • qml-module-qtlocation: gz-gui
  • qml-module-qt-labs-platform: gz-gui
  • qml-module-charts: gz-gui
  • rubocop: gz-tools

Edit: added qml-module-charts and changed libshaderc to libshaderc-dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant