Skip to content

Commit 5d772fe

Browse files
authored
Fix: Ouster URDF (#281)
1 parent d2cfcb2 commit 5d772fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clearpath_sensors_description/urdf/ouster_os1.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
</joint>
199199
<xacro:if value="${cap == 'fins' or cap == 'halo'}">
200200
<!-- Thermal Cap Joint -->
201-
<joint name="{name}_cap_joint" type="fixed">
201+
<joint name="${name}_cap_joint" type="fixed">
202202
<child link="${name}_cap_link"/>
203203
<parent link="${name}_link"/>
204204
<origin xyz="0 0 ${lidar_height}"/>

0 commit comments

Comments
 (0)