Skip to content

Commit

Permalink
intel | remapped topics from api
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Jan 15, 2024
1 parent 578d574 commit 8188a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion urdf/intel_realsense_d435.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
<!-- It is also possible to use single rgbd_camera sensor, but using separate rgb and depth camera
should be more accurate for D435 - different frames and fovs can be set -->
<gazebo reference="${prefix}${name}_link">
<!-- https://github.com/IntelRealSense/realsense-ros#published-topics -->
<sensor type="camera" name="$${namespace_ext}{prefix}${name}_color">
<always_on>true</always_on>
<update_rate>30.0</update_rate>
Expand Down Expand Up @@ -211,7 +212,7 @@
<always_on>true</always_on>
<update_rate>30.0</update_rate>

<topic>${namespace_ext}${topic}/depth/image_raw</topic>
<topic>${namespace_ext}${topic}/depth/image_rect_raw</topic>
<visualize>false</visualize>

<ignition_frame_id>${prefix}${name}_depth_optical_frame</ignition_frame_id>
Expand Down

0 comments on commit 8188a43

Please sign in to comment.