Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 02a0859

Browse files
authored
refactor: update for the awsim_labs (#2)
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent c698f24 commit 02a0859

20 files changed

+19
-19
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
awsim_sensor_kit_launch
1+
awsim_labs_sensor_kit_launch
22
Copyright 2021 The Autoware Foundation
33

44
This product includes software developed at

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# awsim_sensor_kit_launch
1+
# awsim_labs_sensor_kit_launch

awsim_sensor_kit_description/CMakeLists.txt renamed to awsim_labs_sensor_kit_description/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(awsim_sensor_kit_description)
2+
project(awsim_labs_sensor_kit_description)
33

44
find_package(ament_cmake_auto REQUIRED)
55

awsim_sensor_kit_description/package.xml renamed to awsim_labs_sensor_kit_description/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
4-
<name>awsim_sensor_kit_description</name>
4+
<name>awsim_labs_sensor_kit_description</name>
55
<version>0.1.0</version>
6-
<description>The awsim_sensor_kit_description package</description>
6+
<description>The awsim_labs_sensor_kit_description package</description>
77
<maintainer email="piotr.jaroszek@robotec.ai">Piotr Jaroszek</maintainer>
88
<license>Apache License 2.0</license>
99

awsim_sensor_kit_description/urdf/sensor_kit.xacro renamed to awsim_labs_sensor_kit_description/urdf/sensor_kit.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<xacro:include filename="$(find imu_description)/urdf/imu.xacro"/>
88

99
<xacro:arg name="gpu" default="false"/>
10-
<xacro:arg name="config_dir" default="$(find awsim_sensor_kit_description)/config"/>
10+
<xacro:arg name="config_dir" default="$(find awsim_labs_sensor_kit_description)/config"/>
1111

1212
<xacro:property name="sensor_kit_base_link" default="sensor_kit_base_link"/>
1313

awsim_sensor_kit_description/urdf/sensors.xacro renamed to awsim_labs_sensor_kit_description/urdf/sensors.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<robot name="vehicle" xmlns:xacro="http://ros.org/wiki/xacro">
3-
<xacro:arg name="config_dir" default="$(find awsim_sensor_kit_description)/config"/>
3+
<xacro:arg name="config_dir" default="$(find awsim_labs_sensor_kit_description)/config"/>
44
<xacro:property name="calibration" value="${xacro.load_yaml('$(arg config_dir)/sensors_calibration.yaml')}"/>
55

66
<!-- sensor kit -->

awsim_sensor_kit_launch/CMakeLists.txt renamed to awsim_labs_sensor_kit_launch/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(awsim_sensor_kit_launch)
2+
project(awsim_labs_sensor_kit_launch)
33

44
find_package(ament_cmake_auto REQUIRED)
55
ament_auto_find_build_dependencies()

awsim_sensor_kit_launch/launch/lidar.launch.xml renamed to awsim_labs_sensor_kit_launch/launch/lidar.launch.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<group>
1111
<push-ros-namespace namespace="top"/>
12-
<include file="$(find-pkg-share common_awsim_sensor_launch)/launch/velodyne_lidar.launch.xml">
12+
<include file="$(find-pkg-share common_awsim_labs_sensor_launch)/launch/velodyne_lidar.launch.xml">
1313
<arg name="vehicle_mirror_param_file" value="$(var vehicle_mirror_param_file)"/>
1414
<arg name="use_distortion_corrector" value="$(var use_distortion_corrector)"/>
1515
<arg name="container_name" value="pointcloud_container"/>
@@ -18,7 +18,7 @@
1818

1919
<group>
2020
<push-ros-namespace namespace="left"/>
21-
<include file="$(find-pkg-share common_awsim_sensor_launch)/launch/velodyne_lidar.launch.xml">
21+
<include file="$(find-pkg-share common_awsim_labs_sensor_launch)/launch/velodyne_lidar.launch.xml">
2222
<arg name="vehicle_mirror_param_file" value="$(var vehicle_mirror_param_file)"/>
2323
<arg name="use_distortion_corrector" value="$(var use_distortion_corrector)"/>
2424
<arg name="container_name" value="pointcloud_container"/>
@@ -27,14 +27,14 @@
2727

2828
<group>
2929
<push-ros-namespace namespace="right"/>
30-
<include file="$(find-pkg-share common_awsim_sensor_launch)/launch/velodyne_lidar.launch.xml">
30+
<include file="$(find-pkg-share common_awsim_labs_sensor_launch)/launch/velodyne_lidar.launch.xml">
3131
<arg name="vehicle_mirror_param_file" value="$(var vehicle_mirror_param_file)"/>
3232
<arg name="use_distortion_corrector" value="$(var use_distortion_corrector)"/>
3333
<arg name="container_name" value="pointcloud_container"/>
3434
</include>
3535
</group>
3636

37-
<include file="$(find-pkg-share awsim_sensor_kit_launch)/launch/pointcloud_preprocessor.launch.py">
37+
<include file="$(find-pkg-share awsim_labs_sensor_kit_launch)/launch/pointcloud_preprocessor.launch.py">
3838
<arg name="base_frame" value="base_link"/>
3939
<arg name="use_intra_process" value="true"/>
4040
<arg name="use_multithread" value="true"/>

awsim_sensor_kit_launch/launch/sensing.launch.xml renamed to awsim_labs_sensor_kit_launch/launch/sensing.launch.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<group>
99
<!-- LiDAR Driver -->
10-
<include file="$(find-pkg-share awsim_sensor_kit_launch)/launch/lidar.launch.xml">
10+
<include file="$(find-pkg-share awsim_labs_sensor_kit_launch)/launch/lidar.launch.xml">
1111
<arg name="vehicle_mirror_param_file" value="$(var vehicle_mirror_param_file)"/>
1212
<arg name="pointcloud_container_name" value="$(var pointcloud_container_name)"/>
1313
<arg name="use_distortion_corrector" value="$(var use_distortion_corrector)"/>
@@ -17,7 +17,7 @@
1717
<!-- Camera Driver is not needed because the AWSIM already publishes camera_info and image_raw. No relays are needed from hardware drivers. -->
1818

1919
<!-- IMU Driver -->
20-
<include file="$(find-pkg-share awsim_sensor_kit_launch)/launch/imu.launch.xml"/>
20+
<include file="$(find-pkg-share awsim_labs_sensor_kit_launch)/launch/imu.launch.xml"/>
2121

2222
<!-- GNSS Driver -->
2323
<!-- GNSS Drives in not needed because the AWSIM already publishes both gnss pose and pose with covariance topics -->

awsim_sensor_kit_launch/package.xml renamed to awsim_labs_sensor_kit_launch/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
4-
<name>awsim_sensor_kit_launch</name>
4+
<name>awsim_labs_sensor_kit_launch</name>
55
<version>0.1.0</version>
6-
<description>The awsim_sensor_kit_launch package</description>
6+
<description>The awsim_labs_sensor_kit_launch package</description>
77
<maintainer email="piotr.jaroszek@robotec.ai">Piotr Jaroszek</maintainer>
88
<license>Apache License 2.0</license>
99

common_awsim_sensor_launch/CMakeLists.txt renamed to common_awsim_labs_sensor_launch/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(common_awsim_sensor_launch)
2+
project(common_awsim_labs_sensor_launch)
33

44
find_package(ament_cmake_auto REQUIRED)
55
ament_auto_find_build_dependencies()

common_awsim_sensor_launch/launch/velodyne_lidar.launch.xml renamed to common_awsim_labs_sensor_launch/launch/velodyne_lidar.launch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<arg name="use_distortion_corrector" default="true"/>
55
<arg name="container_name" default="velodyne_node_container"/>
66

7-
<include file="$(find-pkg-share common_awsim_sensor_launch)/launch/velodyne_node_container.launch.py">
7+
<include file="$(find-pkg-share common_awsim_labs_sensor_launch)/launch/velodyne_node_container.launch.py">
88
<arg name="vehicle_mirror_param_file" value="$(var vehicle_mirror_param_file)"/>
99
<arg name="use_intra_process" value="true"/>
1010
<arg name="use_multithread" value="false"/>

common_awsim_sensor_launch/package.xml renamed to common_awsim_labs_sensor_launch/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
4-
<name>common_awsim_sensor_launch</name>
4+
<name>common_awsim_labs_sensor_launch</name>
55
<version>0.1.0</version>
66
<description>The common_sensor_launch package</description>
77
<maintainer email="piotr.jaroszek@robotec.ai">Piotr Jaroszek</maintainer>

0 commit comments

Comments
 (0)