Skip to content

Commit 10e8d58

Browse files
authored
Add depth camera image topic mapping (#806)
Signed-off-by: Muhtasim Redwan <38636634+redwine-1@users.noreply.github.com>
1 parent c5cd3e9 commit 10e8d58

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

setup_guides/sensors/setup_sensors_gz.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,12 @@ We will also need to bridge the necessary sensor topics from Gazebo to ROS, add
288288
gz_type_name: "gz.msgs.PointCloudPacked"
289289
direction: GZ_TO_ROS
290290
291+
- ros_topic_name: "/depth_camera/image_raw"
292+
gz_topic_name: "/depth_camera/image"
293+
ros_type_name: "sensor_msgs/msg/Image"
294+
gz_type_name: "gz.msgs.Image"
295+
direction: GZ_TO_ROS
296+
291297
Build, Run and Verification
292298
===========================
293299

0 commit comments

Comments
 (0)