Skip to content

Commit

Permalink
Update planning/behavior_velocity_planner/autoware_behavior_velocity_…
Browse files Browse the repository at this point in the history
…rtc_interface/include/autoware/behavior_velocity_rtc_interface/scene_module_interface_with_rtc.hpp

Co-authored-by: Mamoru Sobue <[email protected]>
  • Loading branch information
takayuki5168 and soblin authored Dec 26, 2024
1 parent 96afddf commit 199d54a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,15 @@ class SceneModuleManagerInterfaceWithRTC

return enable_rtc;
}
extern template size_t SceneModuleManagerInterface<SceneModuleInterfaceWithRTC>::findEgoSegmentIndex(
const std::vector<tier4_planning_msgs::msg::PathPointWithLaneId> & points) const;
extern template void SceneModuleManagerInterface<SceneModuleInterfaceWithRTC>::updateSceneModuleInstances(
const std::shared_ptr<const PlannerData> & planner_data,
const tier4_planning_msgs::msg::PathWithLaneId & path);
extern template void SceneModuleManagerInterface<SceneModuleInterfaceWithRTC>::modifyPathVelocity(
tier4_planning_msgs::msg::PathWithLaneId * path);
extern template void SceneModuleManagerInterface<SceneModuleInterfaceWithRTC>::registerModule(
const std::shared_ptr<SceneModuleInterfaceWithRTC> & scene_module);
};
} // namespace autoware::behavior_velocity_planner

Expand Down

0 comments on commit 199d54a

Please sign in to comment.