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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ignition version in package.xml #40

Merged
merged 2 commits into from
Mar 16, 2022
Merged

Conversation

ahcorde
Copy link
Collaborator

@ahcorde ahcorde commented Mar 16, 2022

Signed-off-by: ahcorde ahcorde@gmail.com

馃 Bug fix

Summary

Fixed the default ignition-gazebo version in Edifice

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • 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.

Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde ahcorde self-assigned this Mar 16, 2022
@osrf-triage osrf-triage added this to Inbox in Core development Mar 16, 2022
@@ -10,7 +10,7 @@
<buildtool_depend>ament_cmake</buildtool_depend>

<depend>ament_index_cpp</depend>
<depend condition="$IGNITION_VERSION == ''">ignition-gazebo3</depend>
<depend condition="$IGNITION_VERSION == ''">ignition-gazebo5</depend>

Choose a reason for hiding this comment

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

Suggested change
<depend condition="$IGNITION_VERSION == ''">ignition-gazebo5</depend>
<!-- default version to use in official ROS2 packages is Ignition Edifice for ROS2 Galactic -->
<depend condition="$IGNITION_VERSION == ''">ignition-gazebo5</depend>

Core development automation moved this from Inbox to In review Mar 16, 2022
Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde ahcorde merged commit 2d31077 into galactic Mar 16, 2022
@ahcorde ahcorde deleted the ahcorde/fix/packagexml branch March 16, 2022 11:39
Core development automation moved this from In review to Done Mar 16, 2022
@j-rivero j-rivero removed this from Done in Core development May 6, 2022
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.

None yet

2 participants