You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can omit the following from what you pass to `bridge_params`: `{}`, ``, `"`, `'`.
92
+
93
+
More info about using QOS overrides can be found [here](https://docs.ros.org/en/jazzy/How-To-Guides/Overriding-QoS-Policies-For-Recording-And-Playback.html#using-qos-overrides)
94
+
85
95
## Launching the bridge from a custom launch file in XML.
86
96
87
97
It's also possible to trigger the bridge from your custom launch file. For that
88
98
purpose we have created the `<ros_gz_bridge/>` tag that can be used from you
89
99
XML or YAML launch file. In this case, the arguments are passed as attributes
90
-
within this tag. Here's an example:
100
+
within this tag. Here's a simplified example, a more comprehensive example can be viewed [here](https://github.com/gazebosim/ros_gz/blob/ros2/ros_gz_bridge/launch/ros_gz_bridge.launch):
0 commit comments