-
Notifications
You must be signed in to change notification settings - Fork 138
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
Refactor air pressure demo #632
base: ros2
Are you sure you want to change the base?
Conversation
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
@@ -0,0 +1,6 @@ | |||
<launch> |
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.
add .xml
extension
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.
Added in 643a69b.
ros_gz_sim_demos/README.md
Outdated
@@ -14,17 +14,12 @@ There's a convenient launch file, try for example: | |||
|
|||
Publishes fluid pressure readings. | |||
|
|||
ros2 launch ros_gz_sim_demos air_pressure.launch.py | |||
ros2 launch ros_gz_sim_demos air_pressure.launch |
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.
ros2 launch ros_gz_sim_demos air_pressure.launch | |
ros2 launch ros_gz_sim_demos air_pressure.launch.xml |
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.
Added in 643a69b.
Signed-off-by: Carlos Agüero <[email protected]>
Refactors the
air_pressure
demo leveraging the latest improvements inros_gz
. If we're happy with it, I'll propagate the refactor to all the demos.Summary
Checklist
codecheck
passed (See contributing)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.