Skip to content

Commit

Permalink
Use only zed as camera name
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Jan 29, 2024
1 parent 8bccb40 commit 52c6c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions urdf/stereolabs_zed.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<always_on>true</always_on>
<update_rate>30.0</update_rate>

<topic>${ns}${model}/zed_node/rgb/image_rect_color</topic>
<topic>${ns}zed/zed_node/rgb/image_rect_color</topic>
<visualize>false</visualize>

<ignition_frame_id>${prefix}${name}_center_optical_frame</ignition_frame_id>
Expand All @@ -220,7 +220,7 @@
<always_on>true</always_on>
<update_rate>30.0</update_rate>

<topic>${ns}${model}/zed_node/depth</topic>
<topic>${ns}zed/zed_node/depth</topic>
<visualize>false</visualize>

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

0 comments on commit 52c6c9e

Please sign in to comment.