Commit bd25b08 1 parent 6ff4e4c commit bd25b08 Copy full SHA for bd25b08
File tree 11 files changed +18
-18
lines changed
11 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.5)
2
- project (aip_xx1_description )
2
+ project (aip_xx1_gen2_description )
3
3
4
4
find_package (ament_cmake_auto REQUIRED)
5
5
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 2" >
3
- <name >aip_xx1_description </name >
3
+ <name >aip_xx1_gen2_description </name >
4
4
<version >0.1.0</version >
5
- <description >The aip_xx1_description package</description >
5
+ <description >The aip_xx1_gen2_description package</description >
6
6
7
7
<maintainer email =" yukihiro.saito@tier4.jp" >Yukihiro Saito</maintainer >
8
8
<license >Apache 2</license >
Original file line number Diff line number Diff line change 9
9
10
10
<!-- <xacro:property name="pi" value="3.1415926835897931"/> -->
11
11
<xacro : arg name =" gpu" default =" false" />
12
- <xacro : arg name =" config_dir" default =" $(find aip_xx1_description )/config" />
12
+ <xacro : arg name =" config_dir" default =" $(find aip_xx1_gen2_description )/config" />
13
13
14
14
<xacro : property name =" sensor_kit_base_link" default =" sensor_kit_base_link" />
15
15
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<robot name =" vehicle" xmlns : xacro =" http://ros.org/wiki/xacro" >
3
3
4
- <xacro : arg name =" config_dir" default =" $(find aip_xx1_description )/config" />
4
+ <xacro : arg name =" config_dir" default =" $(find aip_xx1_gen2_description )/config" />
5
5
<xacro : property name =" calibration" value =" ${xacro.load_yaml('$(arg config_dir)/sensors_calibration.yaml')}" />
6
6
7
7
<!-- sensor kit -->
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.5)
2
- project (aip_xx1_launch )
2
+ project (aip_xx1_gen2_launch )
3
3
4
4
find_package (ament_cmake_auto REQUIRED)
5
5
ament_auto_find_build_dependencies()
Original file line number Diff line number Diff line change 44
44
</include >
45
45
46
46
<!-- Gyro Bias Estimator-->
47
- <arg name =" gyro_bias_estimator_param_file" default =" $(find-pkg-share aip_xx1_launch )/config/gyro_bias_estimator.param.yaml" />
47
+ <arg name =" gyro_bias_estimator_param_file" default =" $(find-pkg-share aip_xx1_gen2_launch )/config/gyro_bias_estimator.param.yaml" />
48
48
<include file =" $(find-pkg-share imu_corrector)/launch/gyro_bias_estimator.launch.xml" >
49
49
<arg name =" input_imu_raw" value =" $(var imu_raw_name)" />
50
50
<arg name =" input_odom" value =" /localization/kinematic_state" />
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ def load_yaml(yaml_file_path):
126
126
IncludeLaunchDescription (
127
127
PythonLaunchDescriptionSource (
128
128
os .path .join (
129
- get_package_share_directory ("aip_xx1_launch " ),
129
+ get_package_share_directory ("aip_xx1_gen2_launch " ),
130
130
"launch" ,
131
131
"pointcloud_preprocessor.launch.py" ,
132
132
)
@@ -159,7 +159,7 @@ def generate_launch_description():
159
159
config_file_arg = DeclareLaunchArgument (
160
160
"config_file" ,
161
161
default_value = os .path .join (
162
- get_package_share_directory ("aip_xx1_launch " ), "config" , "lidar_launch.yaml"
162
+ get_package_share_directory ("aip_xx1_gen2_launch " ), "config" , "lidar_launch.yaml"
163
163
),
164
164
description = "Path to the configuration file" ,
165
165
)
Original file line number Diff line number Diff line change 114
114
</include >
115
115
</group >
116
116
117
- <include file =" $(find-pkg-share aip_xx1_launch )/launch/pointcloud_preprocessor.launch.py" >
117
+ <include file =" $(find-pkg-share aip_xx1_gen2_launch )/launch/pointcloud_preprocessor.launch.py" >
118
118
<arg name =" base_frame" value =" base_link" />
119
119
<arg name =" use_intra_process" value =" true" />
120
120
<arg name =" use_multithread" value =" true" />
Original file line number Diff line number Diff line change 226
226
</group >
227
227
228
228
<!-- merge radar objects -->
229
- <let name =" merger_param_path" value =" $(find-pkg-share aip_xx1_launch )/config/radar_simple_object_merger.param.yaml" />
229
+ <let name =" merger_param_path" value =" $(find-pkg-share aip_xx1_gen2_launch )/config/radar_simple_object_merger.param.yaml" />
230
230
<node pkg =" simple_object_merger" exec =" simple_object_merger_node" name =" simple_object_merger" output =" screen" >
231
231
<remap from =" ~/output/objects" to =" detected_objects" />
232
232
<param from =" $(var merger_param_path)" />
Original file line number Diff line number Diff line change 9
9
<group >
10
10
11
11
<!-- LiDAR Driver -->
12
- <include file =" $(find-pkg-share aip_xx1_launch )/launch/lidar.launch.py" >
12
+ <include file =" $(find-pkg-share aip_xx1_gen2_launch )/launch/lidar.launch.py" >
13
13
<arg name =" launch_driver" value =" $(var launch_driver)" />
14
14
<arg name =" vehicle_mirror_param_file" value =" $(var vehicle_mirror_param_file)" />
15
15
<arg name =" pointcloud_container_name" value =" $(var pointcloud_container_name)" />
16
16
</include >
17
17
18
18
<!-- Camera Driver -->
19
- <!-- <include file="$(find-pkg-share aip_xx1_launch )/launch/camera.launch.xml">
19
+ <!-- <include file="$(find-pkg-share aip_xx1_gen2_launch )/launch/camera.launch.xml">
20
20
<arg name="launch_driver" value="$(var launch_driver)" />
21
21
</include> -->
22
22
23
23
<!-- IMU Driver -->
24
- <include file =" $(find-pkg-share aip_xx1_launch )/launch/imu.launch.xml" >
24
+ <include file =" $(find-pkg-share aip_xx1_gen2_launch )/launch/imu.launch.xml" >
25
25
<arg name =" launch_driver" value =" $(var launch_driver)" />
26
26
</include >
27
27
28
28
<!-- GNSS Driver -->
29
- <include file =" $(find-pkg-share aip_xx1_launch )/launch/gnss.launch.xml" >
29
+ <include file =" $(find-pkg-share aip_xx1_gen2_launch )/launch/gnss.launch.xml" >
30
30
<arg name =" launch_driver" value =" $(var launch_driver)" />
31
31
</include >
32
32
33
33
<!-- Radar Driver -->
34
- <include file =" $(find-pkg-share aip_xx1_launch )/launch/radar.launch.xml" >
34
+ <include file =" $(find-pkg-share aip_xx1_gen2_launch )/launch/radar.launch.xml" >
35
35
<arg name =" launch_driver" value =" $(var launch_driver)" />
36
36
</include >
37
37
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
- <name >aip_xx1_launch </name >
4
+ <name >aip_xx1_gen2_launch </name >
5
5
<version >0.1.0</version >
6
- <description >The aip_xx1_launch package</description >
6
+ <description >The aip_xx1_gen2_launch package</description >
7
7
8
8
<maintainer email =" hiroki.ota@tier4.jp" >Hiroki OTA</maintainer >
9
9
<license >Apache License 2.0</license >
You can’t perform that action at this time.
0 commit comments