Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions setup_guides/sensors/setup_sensors_gz.rst
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,12 @@ We will also need to bridge the necessary sensor topics from Gazebo to ROS, add
gz_type_name: "gz.msgs.PointCloudPacked"
direction: GZ_TO_ROS

- ros_topic_name: "/depth_camera/image_raw"
gz_topic_name: "/depth_camera/image"
ros_type_name: "sensor_msgs/msg/Image"
gz_type_name: "gz.msgs.Image"
direction: GZ_TO_ROS

Build, Run and Verification
===========================

Expand Down
Loading