Skip to content

Commit

Permalink
Merge branch 'feature/xx1-gen2' into feat/multi_lidar_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRi authored Mar 13, 2024
2 parents 52cc69e + 3d101db commit 32bcb1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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
2 changes: 1 addition & 1 deletion common_sensor_launch/launch/hesai_XT32.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<arg name="use_intra_process" value="true"/>
<arg name="use_multithread" value="true"/>
<arg name="ptp_profile" value="1588v2"/>
<arg name="ptp_transport_type" value="L2"/>
<arg name="ptp_transport_type" value="UDP"/>
<arg name="setup_sensor" value="true"/>
<arg name="retry_hw" value="true"/>
<arg name="container_name" value="$(var container_name)"/>
Expand Down

0 comments on commit 32bcb1a

Please sign in to comment.