We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2a276 commit e3c380eCopy full SHA for e3c380e
planning/behavior_velocity_template_module/src/manager.cpp
@@ -63,4 +63,5 @@ TemplateModuleManager::getModuleExpiredFunction(
63
64
#include <pluginlib/class_list_macros.hpp>
65
PLUGINLIB_EXPORT_CLASS(
66
- autoware::behavior_velocity_planner::TemplateModulePlugin, behavior_velocity_planner::PluginInterface)
+ autoware::behavior_velocity_planner::TemplateModulePlugin,
67
+ behavior_velocity_planner::PluginInterface)
planning/behavior_velocity_template_module/src/scene.cpp
@@ -52,4 +52,4 @@ bool TemplateModule::modifyPathVelocity(
52
}
53
54
} // namespace behavior_velocity_planner
55
-} // namespace autoware
+} // namespace autoware
0 commit comments