Skip to content

Commit

Permalink
Fixed prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Apr 17, 2024
1 parent 2a669a0 commit 43c3eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urdf/orbbec_astra.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<xacro:if value="${simulation_engine == 'ignition-gazebo'}">
<gazebo reference="${prefix}${camera_name}_orbbec_astra_link">
<!-- https://github.com/orbbec/OrbbecSDK_ROS2#all-available-topics -->
<sensor type="camera" name="${ns}{prefix}${camera_name}_orbbec_astra_color">
<sensor type="camera" name="${ns}${prefix}${camera_name}_orbbec_astra_color">
<always_on>true</always_on>
<update_rate>30.0</update_rate>

Expand Down

0 comments on commit 43c3eb1

Please sign in to comment.