Skip to content

Commit

Permalink
planning: fixed default planner for naviplanner dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
yifeijiang authored and ycool committed Sep 8, 2018
1 parent 9b9f8e9 commit 0c9f3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/planning/planner/navi_planner_dispatcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace apollo {
namespace planning {

std::unique_ptr<Planner> NaviPlannerDispatcher::DispatchPlanner() {
return planner_factory_.CreateObject(PlanningConfig::EM);
return planner_factory_.CreateObject(PlanningConfig::NAVI);
}

} // namespace planning
Expand Down

0 comments on commit 0c9f3ce

Please sign in to comment.