File tree 5 files changed +6
-6
lines changed
launch/tier4_integration_launch
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Package Dependencies
8
8
9
- - tier4_autoware_launch
9
+ - autoware_launch
10
10
11
11
## Notes
12
12
Original file line number Diff line number Diff line change 7
7
<arg name =" rviz" default =" false" description =" launch rviz" />
8
8
9
9
<!-- autoware -->
10
- <include file =" $(find-pkg-share tier4_autoware_launch )/launch/planning_simulator.launch.xml" >
10
+ <include file =" $(find-pkg-share autoware_launch )/launch/planning_simulator.launch.xml" >
11
11
<arg name =" vehicle_model" value =" $(var vehicle_model)" />
12
12
<arg name =" sensor_model" value =" $(var sensor_model)" />
13
13
<arg name =" map_path" value =" $(var map_path)" />
Original file line number Diff line number Diff line change 8
8
<arg name =" pointcloud_map_file" default =" pointcloud_map_file" description =" pointcloud map file name" />
9
9
<arg name =" rviz" default =" false" description =" launch rviz" />
10
10
11
- <include file =" $(find tier4_autoware_launch )/launch/autoware.launch.xml" >
11
+ <include file =" $(find autoware_launch )/launch/autoware.launch.xml" >
12
12
<arg name =" vehicle_model" value =" $(var vehicle_model)" />
13
13
<arg name =" sensor_model" value =" $(var sensor_model)" />
14
14
<arg name =" map_path" value =" $(var map_path)" />
Original file line number Diff line number Diff line change 8
8
<license >Apache 2</license >
9
9
<buildtool_depend >ament_cmake_auto</buildtool_depend >
10
10
11
+ <exec_depend >autoware_launch</exec_depend >
11
12
<exec_depend >python3-bson</exec_depend >
12
13
<exec_depend >python3-tornado</exec_depend >
13
14
<exec_depend >rviz2</exec_depend >
14
- <exec_depend >tier4_autoware_launch</exec_depend >
15
15
16
16
<test_depend >ament_lint_auto</test_depend >
17
17
<test_depend >autoware_lint_common</test_depend >
You can’t perform that action at this time.
0 commit comments