Commit eedd133 1 parent a3e776d commit eedd133 Copy full SHA for eedd133
File tree 1 file changed +2
-2
lines changed
planning/autoware_behavior_velocity_planner/src
1 file changed +2
-2
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
+ " autoware_behavior_velocity_planner" , " behavior_velocity_planner::PluginInterface" )
55
55
{
56
56
}
57
57
@@ -83,7 +83,7 @@ void BehaviorVelocityPlannerManager::removeScenePlugin(
83
83
{
84
84
auto it = std::remove_if (
85
85
scene_manager_plugins_.begin (), scene_manager_plugins_.end (),
86
- [&](const std::shared_ptr<autoware:: behavior_velocity_planner::PluginInterface> & plugin) {
86
+ [&](const std::shared_ptr<behavior_velocity_planner::PluginInterface> & plugin) {
87
87
return plugin->getModuleName () == name;
88
88
});
89
89
You can’t perform that action at this time.
0 commit comments