Skip to content

Commit

Permalink
Mounting point
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Jun 17, 2024
1 parent 02be123 commit 69ed127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions urdf/teltonika_003R-00253.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
type="fixed">
<origin xyz="${xyz}" rpy="${rpy}" />
<parent link="${parent_link}" />
<child link="antenna_link" />
<child link="${device_namespace}_mounting_point" />
</joint>

<link name="antenna_link">
<link name="${device_namespace}_mounting_point">
<visual>
<origin xyz="0.0 0.0 0.0" rpy="0.0 0.0 0.0" />
<geometry>
Expand Down Expand Up @@ -49,7 +49,7 @@
name="antenna_to_${device_namespace.rstrip('_link')}_joint"
type="fixed">
<origin xyz="0.045 0.0 0.0058" rpy="0.0 0.0 0.0" />
<parent link="antenna_link" />
<parent link="${device_namespace}_mounting_point" />
<child link="${device_namespace}" />
</joint>

Expand Down

0 comments on commit 69ed127

Please sign in to comment.