Skip to content

Commit

Permalink
planning: set default planner to EM for naviplanner dispatcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhopper2003 authored and lianglia-apollo committed Sep 8, 2018
1 parent 0417d00 commit 6acfa19
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::NAVI);
return planner_factory_.CreateObject(PlanningConfig::EM);
}

} // namespace planning
Expand Down

0 comments on commit 6acfa19

Please sign in to comment.