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

build with ros in Ubuntu 22.04/23.04 #6521

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

lucasw
Copy link

@lucasw lucasw commented Mar 13, 2024

Description

This builds and runs in Ubuntu 23.04, and probably also in 22.04 (it builds in CI). It loses some functionality in the process which is why this is just a draft, maybe it can be useful for anyone else want to use webots and ros in 22.04 or later.

Tasks
Add the list of tasks of this PR.

  • Update the changelog
  • Update the documentation (if needed)

Additional context

The packages available in Ubuntu from Debian with apt install ros-* (as opposed to install ros-noetic* in 20.04 with the build farm configured) are almost enough to make all of the webots ros code build, except controller manager and moveit aren't there so I've had to disable the code depending on those- a conditionally building them would be preferable of course.

There are a lot of commits trying to get the github action for 20.04 to build, once it works most of those could be squashed down to clean it up- the 22.04 ci does seem to be passing and is building the ros code (earlier it was skipping over it).

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

Successfully merging this pull request may close these issues.

None yet

1 participant