From 7c118dcb8693a5ab11f8b02c9066f2c48844bcdb Mon Sep 17 00:00:00 2001 From: Shunsuke Miura Date: Wed, 26 Jul 2023 06:57:33 +0900 Subject: [PATCH] feat(aip_xx1_description): add radar description to xx1 Signed-off-by: Shunsuke Miura --- .../config/sensors_calibration.yaml | 7 +++++ aip_xx1_description/urdf/radar.xacro | 31 +++++++++++++++++++ aip_xx1_description/urdf/sensors.xacro | 13 ++++++++ aip_xx1_launch/launch/radar.launch.xml | 2 -- 4 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 aip_xx1_description/urdf/radar.xacro diff --git a/aip_xx1_description/config/sensors_calibration.yaml b/aip_xx1_description/config/sensors_calibration.yaml index 473f302d..e8c4b75e 100644 --- a/aip_xx1_description/config/sensors_calibration.yaml +++ b/aip_xx1_description/config/sensors_calibration.yaml @@ -1,4 +1,11 @@ base_link: + ars408_front_center: + x: 3.8 + y: 0.0 + z: 0.5 + roll: 0.0 + pitch: 0.0 + yaw: 0.0 sensor_kit_base_link: x: 0.9 y: 0.0 diff --git a/aip_xx1_description/urdf/radar.xacro b/aip_xx1_description/urdf/radar.xacro new file mode 100644 index 00000000..8b0f8d4b --- /dev/null +++ b/aip_xx1_description/urdf/radar.xacro @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/aip_xx1_description/urdf/sensors.xacro b/aip_xx1_description/urdf/sensors.xacro index df14d53e..0484bdc3 100644 --- a/aip_xx1_description/urdf/sensors.xacro +++ b/aip_xx1_description/urdf/sensors.xacro @@ -56,4 +56,17 @@ yaw="${calibration['base_link']['livox_front_right_base_link']['yaw']}" /> + + + + diff --git a/aip_xx1_launch/launch/radar.launch.xml b/aip_xx1_launch/launch/radar.launch.xml index 6a04996e..89c3b673 100644 --- a/aip_xx1_launch/launch/radar.launch.xml +++ b/aip_xx1_launch/launch/radar.launch.xml @@ -10,8 +10,6 @@ - -