Skip to content

Commit afffb85

Browse files
committed
build: update PluginInterface namespace
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 191465d commit afffb85

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

planning/autoware_behavior_velocity_planner/src/planner_manager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ diagnostic_msgs::msg::DiagnosticStatus makeStopReasonDiag(
5151

5252
BehaviorVelocityPlannerManager::BehaviorVelocityPlannerManager()
5353
: plugin_loader_(
54-
"autoware_behavior_velocity_planner", "autoware::behavior_velocity_planner::PluginInterface")
54+
"behavior_velocity_planner_common", "autoware::behavior_velocity_planner::PluginInterface")
5555
{
5656
}
5757

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_crosswalk_module">
2-
<class type="behavior_velocity_planner::CrosswalkModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::CrosswalkModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_detection_area_module">
2-
<class type="behavior_velocity_planner::DetectionAreaModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::DetectionAreaModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_dynamic_obstacle_stop_module">
2-
<class type="behavior_velocity_planner::DynamicObstacleStopModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::DynamicObstacleStopModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<library path="behavior_velocity_intersection_module">
2-
<class type="behavior_velocity_planner::IntersectionModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
3-
<class type="behavior_velocity_planner::MergeFromPrivateModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::IntersectionModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
3+
<class type="behavior_velocity_planner::MergeFromPrivateModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
44
</library>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_no_drivable_lane_module">
2-
<class type="behavior_velocity_planner::NoDrivableLaneModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::NoDrivableLaneModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_no_stopping_area_module">
2-
<class type="behavior_velocity_planner::NoStoppingAreaModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::NoStoppingAreaModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_occlusion_spot_module">
2-
<class type="behavior_velocity_planner::OcclusionSpotModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::OcclusionSpotModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_out_of_lane_module">
2-
<class type="behavior_velocity_planner::OutOfLaneModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::OutOfLaneModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_run_out_module">
2-
<class type="behavior_velocity_planner::RunOutModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::RunOutModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_speed_bump_module">
2-
<class type="behavior_velocity_planner::SpeedBumpModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::SpeedBumpModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_stop_line_module">
2-
<class type="behavior_velocity_planner::StopLineModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::StopLineModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_template_module">
2-
<class type="behavior_velocity_planner::TemplateModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::TemplateModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_traffic_light_module">
2-
<class type="behavior_velocity_planner::TrafficLightModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::TrafficLightModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_virtual_traffic_light_module">
2-
<class type="behavior_velocity_planner::VirtualTrafficLightModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::VirtualTrafficLightModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<library path="behavior_velocity_walkway_module">
2-
<class type="behavior_velocity_planner::WalkwayModulePlugin" base_class_type="behavior_velocity_planner::PluginInterface"/>
2+
<class type="behavior_velocity_planner::WalkwayModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>

0 commit comments

Comments
 (0)