Skip to content

Commit

Permalink
Changed order
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Sep 13, 2024
1 parent f5ca807 commit a28a977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions urdf/wibotic_station.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@
<xacro:property name="prefix" value="${device_namespace}_" />
</xacro:unless>

<link name="${prefix}${name}_link"/>

<joint name="${name}_to_${name}_${prefix}image_link_joint" type="fixed">
<origin xyz="0 0 0" rpy="0 -${pi/2.0} ${pi/2.0}" />
<parent link="${prefix}${name}_link" />
<child link="${prefix}${name}_image_link" />
</joint>

<link name="${prefix}${name}_link"/>

<link name="${prefix}${name}_image_link">
<collision>
<origin xyz="0 0 0" rpy="0 ${pi/2.0} 0" />
Expand Down

0 comments on commit a28a977

Please sign in to comment.