From 79429d44401a3749cc043b523f87afa54c1579f9 Mon Sep 17 00:00:00 2001 From: beginningfan <103237402+beginningfan@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:24:17 +0800 Subject: [PATCH] feat: add single lidar sensor kit (#4988) feat(autoware.repos): add single lidar sensor kit Signed-off-by: beginningfan Co-authored-by: Yutaka Kondo --- autoware.repos | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autoware.repos b/autoware.repos index 07a30169265..00d9f56e912 100644 --- a/autoware.repos +++ b/autoware.repos @@ -121,6 +121,10 @@ repositories: type: git url: https://github.com/autowarefoundation/awsim_labs_sensor_kit_launch.git version: main + sensor_kit/single_lidar_sensor_kit_launch: + type: git + url: https://github.com/autowarefoundation/single_lidar_sensor_kit_launch.git + version: main # vehicle vehicle/sample_vehicle_launch: type: git