Skip to content

Commit

Permalink
fix: fixed naming and enabled the radars
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Mar 12, 2024
1 parent 27676f0 commit f2a74e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions aip_xx1_description/urdf/sensors.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<!-- embedded radar sensors -->
<xacro:include filename="$(find radar_description)/urdf/radar.xacro"/>
<xacro:radar_macro
name="radar_front_center"
name="front_center/radar_link"
parent="base_link"
x="${calibration['base_link']['front_center/radar_link']['x']}"
y="${calibration['base_link']['front_center/radar_link']['y']}"
Expand All @@ -69,7 +69,7 @@
yaw="${calibration['base_link']['front_center/radar_link']['yaw']}"
/>
<xacro:radar_macro
name="radar_front_right"
name="front_right/radar_link"
parent="base_link"
x="${calibration['base_link']['front_right/radar_link']['x']}"
y="${calibration['base_link']['front_right/radar_link']['y']}"
Expand All @@ -79,7 +79,7 @@
yaw="${calibration['base_link']['front_right/radar_link']['yaw']}"
/>
<xacro:radar_macro
name="radar_front_left"
name="front_left/radar_link"
parent="base_link"
x="${calibration['base_link']['front_left/radar_link']['x']}"
y="${calibration['base_link']['front_left/radar_link']['y']}"
Expand All @@ -89,7 +89,7 @@
yaw="${calibration['base_link']['front_left/radar_link']['yaw']}"
/>
<xacro:radar_macro
name="radar_back_center"
name="rear_center/radar_link"
parent="base_link"
x="${calibration['base_link']['rear_center/radar_link']['x']}"
y="${calibration['base_link']['rear_center/radar_link']['y']}"
Expand All @@ -99,7 +99,7 @@
yaw="${calibration['base_link']['rear_center/radar_link']['yaw']}"
/>
<xacro:radar_macro
name="radar_back_right"
name="rear_right/radar_link"
parent="base_link"
x="${calibration['base_link']['rear_right/radar_link']['x']}"
y="${calibration['base_link']['rear_right/radar_link']['y']}"
Expand All @@ -109,7 +109,7 @@
yaw="${calibration['base_link']['rear_right/radar_link']['yaw']}"
/>
<xacro:radar_macro
name="radar_back_left"
name="rear_left/radar_link"
parent="base_link"
x="${calibration['base_link']['rear_left/radar_link']['x']}"
y="${calibration['base_link']['rear_left/radar_link']['y']}"
Expand Down
4 changes: 2 additions & 2 deletions aip_xx1_launch/launch/sensing.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
</include>

<!-- Radar Driver -->
<!-- <include file="$(find-pkg-share aip_xx1_launch)/launch/radar.launch.xml">
<include file="$(find-pkg-share aip_xx1_launch)/launch/radar.launch.xml">
<arg name="launch_driver" value="$(var launch_driver)" />
</include> -->
</include>

<!-- Vehicle twist -->
<include file="$(find-pkg-share vehicle_velocity_converter)/launch/vehicle_velocity_converter.launch.xml">
Expand Down

0 comments on commit f2a74e1

Please sign in to comment.