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
Copy file name to clipboardExpand all lines: models/mrs_robots_description/sdf/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -350,6 +350,8 @@ gz topic -i -t topic_name
350
350
- if there is `no subscriber` the topic is not being subscribed by `ros_gz_bridge`
351
351
Both issues are most likely caused by incorrect topic names. Verify that the topic names in your sensor’s SDF file do not violate the rules described above, and check the autogenerated `ros_gz_bridge` config file located in the `/tmp` directory.
352
352
353
+
For more information about which message types can be bridged, we recommend the following [documentation](https://docs.ros.org/en/rolling/p/ros_gz_bridge/).
354
+
353
355
#### Tests
354
356
There are unit tests that can partially verify the Jinja syntax within macros.
355
357
Be aware that these tests only ensure the Jinja templates can be rendered successfully. They do not check whether the resulting SDF is valid. Additionally, there is a `test_camera_topic_names` test that verifies the naming conventions for all types of camera sensors.
0 commit comments