Skip to content

Commit

Permalink
Add mount links for the front & rear 2D lidars (front has a permanent…
Browse files Browse the repository at this point in the history
… mesh, since it's always assumed to be present)
  • Loading branch information
civerachb-cpr committed Nov 29, 2024
1 parent 5c6ea68 commit f21901a
Showing 1 changed file with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,27 @@
<origin xyz="0 0 0.355" rpy="0 0 0" />
</joint>

<link name="${name}_lidar_mount" />
<joint name="${name}_lidar_mount_joint" type="fixed">
<link name="${name}_center_lidar_mount" />
<joint name="${name}_center_lidar_mount_joint" type="fixed">
<parent link="${name}_shell_link" />
<child link="${name}_lidar_mount" />
<child link="${name}_center_lidar_mount" />
<origin xyz="0 0 0.257" rpy="0 0 0" />
</joint>

<link name="${name}_front_lidar_mount" />
<joint name="${name}_front_lidar_mount_joint" type="fixed">
<parent link="${name}_shell_link" />
<child link="${name}_front_lidar_mount" />
<origin xyz="0.45 0 0.06" rpy="3.14159 0 0" />
</joint>

<link name="${name}_rear_lidar_mount" />
<joint name="${name}_rear_lidar_mount_joint" type="fixed">
<parent link="${name}_shell_link" />
<child link="${name}_rear_lidar_mount" />
<origin xyz="-0.45 0 0.06" rpy="3.14159 0 3.14159" />
</joint>

<link name="${name}_left_antenna_mount" />
<joint name="${name}_left_antenna_mount_joint" type="fixed">
<parent link="${name}_shell_link" />
Expand Down

0 comments on commit f21901a

Please sign in to comment.