Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Nov 4, 2024
1 parent 88b9cb8 commit 63d3a13
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions ros_gz_sim_demos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

This demo also shows the use of custom QoS parameters. The sensor data is
published as as "best-effort", so trying to subscribe to "reliable" data won't
work. See the difference between:
You can subscribe to receive the data with:

ros2 topic echo /air_pressure --qos-reliability best_effort
ros2 topic echo /air_pressure

And

ros2 topic echo /air_pressure --qos-reliability reliable

![](images/air_pressure_demo.png)

Expand Down

0 comments on commit 63d3a13

Please sign in to comment.