Skip to content

Commit

Permalink
feat(aip_xx1_description): update side lidar name
Browse files Browse the repository at this point in the history
Signed-off-by: yuki.takagi@car_8 <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Feb 28, 2024
1 parent d543ebe commit 1bd6ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aip_xx1_description/urdf/sensor_kit.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
yaw="${calibration['sensor_kit_base_link']['hesai_top_base_link']['yaw']}"
/>
<xacro:PandarXT-32
name="hesai_right"
name="hesai_side_right"
parent="sensor_kit_base_link"
x="${calibration['sensor_kit_base_link']['hesai_right_base_link']['x']}"
y="${calibration['sensor_kit_base_link']['hesai_right_base_link']['y']}"
Expand All @@ -45,7 +45,7 @@
yaw="${calibration['sensor_kit_base_link']['hesai_right_base_link']['yaw']}"
/>
<xacro:PandarXT-32
name="hesai_left"
name="hesai_side_left"
parent="sensor_kit_base_link"
x="${calibration['sensor_kit_base_link']['hesai_left_base_link']['x']}"
y="${calibration['sensor_kit_base_link']['hesai_left_base_link']['y']}"
Expand Down

0 comments on commit 1bd6ef9

Please sign in to comment.