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

[example_9] Switch to gz_ros2_control #482

Merged
merged 4 commits into from
Apr 4, 2024

Conversation

christophfroehlich
Copy link
Contributor

gazebo classic won't be available for Ubuntu noble, and as a consequence gazebo_ros2_control won't be released for rolling any more. Let's switch to gazebo on the rolling branch of the demos, and use it from Jazzy onwards.

Copy link
Collaborator

@olivier-stasse olivier-stasse left a comment

Choose a reason for hiding this comment

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

Dear @destogl and @christophfroehlich thanks a lot for both contributions. Switching to gz-sim is definitely a plus.

But keeping the examples simple and documented are the main target of the repo I guess.

So my preference would go for this one.

But maybe there are some points I missed.

<exec_depend>gazebo_ros2_control</exec_depend>
<exec_depend condition="$GZ_VERSION == ''">ros_gz_sim</exec_depend>
<exec_depend condition="$GZ_VERSION == 'harmonic'">ros_gz_sim</exec_depend>
<exec_depend condition="$GZ_VERSION == 'garden'">ros_gz_sim</exec_depend>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Naive question: why do we need to test GZ_VERSION if this is always ros_gz_sim ?
Or is just to test that GZ_VERSION is set ?
I do not see it in https://gazebosim.org/docs/harmonic/migrating_gazebo_classic_ros2_packages

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just copied it over from gz_ros2_control and deleted the fortress branch because I don't want to backport this to humble. Now it doesn't make sense, that's right. fixed with bcdfedc

destogl
destogl previously approved these changes Apr 4, 2024
Copy link
Member

@destogl destogl left a comment

Choose a reason for hiding this comment

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

Expect the comment on dependencies; we can go with this!

Thanks!

example_9/package.xml Outdated Show resolved Hide resolved
olivier-stasse
olivier-stasse previously approved these changes Apr 4, 2024
@christophfroehlich christophfroehlich merged commit b3a4666 into master Apr 4, 2024
3 of 8 checks passed
@christophfroehlich christophfroehlich deleted the switch_gazebo_classic_gazebo branch April 4, 2024 18:01
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

Successfully merging this pull request may close these issues.

3 participants