Skip to content

Commit

Permalink
Update husarion_ugv_description/urdf/common/gazebo.urdf.xacro
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki authored Dec 5, 2024
1 parent c86139e commit 7f86f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion husarion_ugv_description/urdf/common/gazebo.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<!-- IMU specification: https://www.phidgets.com/?tier=3&catid=10&pcid=8&prodid=1025#Tab_Specifications -->
<xacro:macro name="imu" params="reference_frame namespace:=''">

<xacro:property name="ns" value='${namespace + "/" if namespace else ""}' />
<xacro:property name="ns" value='${namespace + "/" if namespace else ""}' />

<gazebo reference="${reference_frame}">
<sensor name="${ns}imu" type="imu">
Expand Down

0 comments on commit 7f86f8b

Please sign in to comment.