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

Added ign_version launch argument to set ignition gazebo version #226

Merged
merged 2 commits into from
Mar 28, 2022

Conversation

ahcorde
Copy link
Collaborator

@ahcorde ahcorde commented Mar 25, 2022

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

🎉 New feature

Close this PR #133

Summary

Added a new launch argument called ign_version

Test it

sudo apt-get install ignition-citadel ignition-fortress

Launch ignition Citadel (by default in Foxy)

ros2 launch ros_ign_gazebo ign_gazebo.launch.py ign_version:=3

Launch ignition Fortress

ros2 launch ros_ign_gazebo ign_gazebo.launch.py ign_version:=6

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • 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 requested a review from chapulina as a code owner March 25, 2022 13:34
@ahcorde ahcorde self-assigned this Mar 25, 2022
@osrf-triage osrf-triage added this to Inbox in Core development Mar 25, 2022
@chapulina chapulina moved this from Inbox to In review in Core development Mar 25, 2022
@chapulina chapulina added ROS 2 ROS 2 OOBE 📦✨ Out-of-box experience labels Mar 25, 2022
Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde ahcorde requested a review from chapulina March 28, 2022 14:01
Copy link
Contributor

@chapulina chapulina left a comment

Choose a reason for hiding this comment

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

Thanks! LGTM

The warning on the ROS farm isn't new

@chapulina chapulina merged commit 613a86b into foxy Mar 28, 2022
Core development automation moved this from In review to Done Mar 28, 2022
@chapulina chapulina deleted the ahcorde/foxy/force_version branch March 28, 2022 16:32
@chapulina chapulina moved this from Done to Highlights in Core development Mar 28, 2022
@doisyg
Copy link
Contributor

doisyg commented Mar 31, 2022

What was the rational in renaming ign_gazebo.launch.py to ign_gazebo.launch.py.in here ? Maybe a typo ?
Anyway this is breaking implementations using this launch file

@doisyg
Copy link
Contributor

doisyg commented Mar 31, 2022

hum it is actually not the name that changed but the export path:
install/ros_ign_gazebo/share/ros_ign_gazebo/launch/ign_gazebo.launch.py
to
install/ros_ign_gazebo/share/ros_ign_gazebo/ign_gazebo.launch.py

@j-rivero j-rivero removed this from Highlights 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
OOBE 📦✨ Out-of-box experience ROS 2 ROS 2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants