Skip to content

Commit 6bf4ff9

Browse files
committed
refactor: update plugins export
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 5a6f5c6 commit 6bf4ff9

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

planning/behavior_velocity_blind_spot_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_blind_spot_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
src/debug.cpp

planning/behavior_velocity_crosswalk_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_crosswalk_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
DIRECTORY

planning/behavior_velocity_detection_area_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_detection_area_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
src/debug.cpp

planning/behavior_velocity_dynamic_obstacle_stop_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_dynamic_obstacle_stop_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
DIRECTORY src

planning/behavior_velocity_intersection_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_intersection_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
find_package(OpenCV REQUIRED)
99

planning/behavior_velocity_no_drivable_lane_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_no_drivable_lane_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
src/debug.cpp

planning/behavior_velocity_no_stopping_area_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_no_stopping_area_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
src/debug.cpp

planning/behavior_velocity_occlusion_spot_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_occlusion_spot_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
src/debug.cpp

planning/behavior_velocity_out_of_lane_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_out_of_lane_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
DIRECTORY src

planning/behavior_velocity_run_out_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_run_out_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
src/debug.cpp

planning/behavior_velocity_speed_bump_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_speed_bump_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
src/debug.cpp

planning/behavior_velocity_stop_line_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_stop_line_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
src/debug.cpp

planning/behavior_velocity_template_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_template_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
src/manager.cpp

planning/behavior_velocity_traffic_light_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_traffic_light_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
src/debug.cpp

planning/behavior_velocity_virtual_traffic_light_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_virtual_traffic_light_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
src/debug.cpp

planning/behavior_velocity_walkway_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(behavior_velocity_walkway_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(behavior_velocity_planner plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_behavior_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
src/debug.cpp

0 commit comments

Comments
 (0)