Skip to content

Commit

Permalink
fix: fixed the radar names. there is no base link in the radars (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 authored Apr 10, 2024
1 parent 3218254 commit cf6acf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radar_description/urdf/radar.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<joint name="${name}_base_mount_joint" type="fixed">
<origin rpy="${roll} ${pitch} ${yaw}" xyz="${x} ${y} ${z}"/>
<parent link="${parent}"/>
<child link="${name}_base_link"/>
<child link="${name}"/>
</joint>

<link name="${name}_base_link">
<link name="${name}">
<visual>
<geometry>
<box size="0.03 0.1 0.1"/>
Expand Down

0 comments on commit cf6acf3

Please sign in to comment.