Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 21, 2025
1 parent 0594aa5 commit 3236f5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ std::vector<lanelet::Id> StaticCenterlineGeneratorNode::plan_route(
// create mission_planner plugin
auto plugin_loader = pluginlib::ClassLoader<autoware::mission_planner_universe::PlannerPlugin>(
"autoware_mission_planner_universe", "autoware::mission_planner_universe::PlannerPlugin");
auto mission_planner =
plugin_loader.createSharedInstance("autoware::mission_planner_universe::lanelet2::DefaultPlanner");
auto mission_planner = plugin_loader.createSharedInstance(
"autoware::mission_planner_universe::lanelet2::DefaultPlanner");

// initialize mission_planner
auto node = rclcpp::Node("mission_planner");
Expand Down

0 comments on commit 3236f5e

Please sign in to comment.