-
Notifications
You must be signed in to change notification settings - Fork 18
Allowing gazebo_world_file arg to be passed in #148
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
Allowing gazebo_world_file arg to be passed in #148
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you for adding this. Would you be willing to update the other launch files as well to ensure consistency across the files?
This is done. |
Thanks for submitting this @timmarkhuff I will get it backported to Iron and Humble |
* Allowing gazebo_world_file arg to be passed in * updating gazebo_world_file arg in launch file * updating gazebo_world_file arg in launch file * Pre-commit --------- Co-authored-by: Evan Palmer <evanp922@gmail.com> (cherry picked from commit 01b385d)
* Allowing gazebo_world_file arg to be passed in * updating gazebo_world_file arg in launch file * updating gazebo_world_file arg in launch file * Pre-commit --------- Co-authored-by: Evan Palmer <evanp922@gmail.com> (cherry picked from commit 01b385d)
* Allowing gazebo_world_file arg to be passed in * updating gazebo_world_file arg in launch file * updating gazebo_world_file arg in launch file * Pre-commit --------- Co-authored-by: Evan Palmer <evanp922@gmail.com> (cherry picked from commit 01b385d) Co-authored-by: Tim Huff <89954856+timmarkhuff@users.noreply.github.com>
* Allowing gazebo_world_file arg to be passed in * updating gazebo_world_file arg in launch file * updating gazebo_world_file arg in launch file * Pre-commit --------- Co-authored-by: Evan Palmer <evanp922@gmail.com> (cherry picked from commit 01b385d) Co-authored-by: Tim Huff <89954856+timmarkhuff@users.noreply.github.com>
Currently, when running
ros2 launch blue_bringup bluerov2.launch.py
, thegazebo_world_file
argument is not supported.This PR allows users to pass in the argument. If no argument is provided,
bluerov2_underwater.world
will be used.