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

Update README.md to fix humble from source instructions #431

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

djsamseng
Copy link
Contributor

@djsamseng djsamseng commented Jun 23, 2023

🦟 Bug fix

Fixes N/A

Summary

Fix the branch name when checking out ros_gz otherwise rosdep install -r --from-paths src -i -y --rosdistro humble errors with incompatible versions. Additonally link to #401 (comment) which allows compilation on Ubuntu 20.04 + ROS2 Humble + Ignition Fortress

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

Fix the branch name when checking out ros_gz otherwise `rosdep install -r --from-paths src -i -y --rosdistro humble` errors with incompatible versions. Additonally link to gazebosim#401 (comment) which allows compilation on Ubuntu 20.04 + ROS2 Humble + Ignition Fortress

Signed-off-by: Samuel Seng <[email protected]>
@@ -122,6 +122,22 @@ The following steps are for Linux and OSX.
colcon build
```

If `colcon build` fails with [this issue](https://github.com/gazebosim/ros_gz/issues/401)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you run the rosdep command this should not happen, maybe a better option is to install this dependency via deps:

sudo apt-get install ros-<ROS_DISTRO>-actuators-msgs

Copy link
Contributor Author

@djsamseng djsamseng Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for a Tier 3 install of ROS Humble on Ubtuntu 20.04 so any of ros-humble-* won’t exist. The issue occurs even if you rosdep install

@azeey azeey added the beta label Jul 31, 2023
@azeey azeey requested a review from ahcorde August 21, 2023 18:57
@ahcorde
Copy link
Collaborator

ahcorde commented Aug 21, 2023

@osrf-jenkins run tests please!

@mjcarroll
Copy link
Collaborator

I think that the test failure can be ignored here? This is just a documentation update.

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

Successfully merging this pull request may close these issues.

4 participants