Commit afffb85 1 parent 191465d commit afffb85 Copy full SHA for afffb85
File tree 16 files changed +17
-17
lines changed
autoware_behavior_velocity_planner/src
behavior_velocity_crosswalk_module
behavior_velocity_detection_area_module
behavior_velocity_dynamic_obstacle_stop_module
behavior_velocity_intersection_module
behavior_velocity_no_drivable_lane_module
behavior_velocity_no_stopping_area_module
behavior_velocity_occlusion_spot_module
behavior_velocity_out_of_lane_module
behavior_velocity_run_out_module
behavior_velocity_speed_bump_module
behavior_velocity_stop_line_module
behavior_velocity_template_module
behavior_velocity_traffic_light_module
behavior_velocity_virtual_traffic_light_module
behavior_velocity_walkway_module
16 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ diagnostic_msgs::msg::DiagnosticStatus makeStopReasonDiag(
51
51
52
52
BehaviorVelocityPlannerManager::BehaviorVelocityPlannerManager ()
53
53
: plugin_loader_(
54
- " autoware_behavior_velocity_planner " , " autoware::behavior_velocity_planner::PluginInterface" )
54
+ " behavior_velocity_planner_common " , " autoware::behavior_velocity_planner::PluginInterface" )
55
55
{
56
56
}
57
57
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
4
4
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
Original file line number Diff line number Diff line change 1
1
<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" />
3
3
</library >
You can’t perform that action at this time.
0 commit comments