NaviPathDecider is used to generate the local driving path of the .* vehicle in navigation mode. Note that NaviPathDecider is only used in navigation mode (turn on navigation mode by setting "FLAGS_use_navigation_mode" to "true") and do not use it in standard mode.
More...
#include <navi_path_decider.h>
NaviPathDecider is used to generate the local driving path of the .* vehicle in navigation mode. Note that NaviPathDecider is only used in navigation mode (turn on navigation mode by setting "FLAGS_use_navigation_mode" to "true") and do not use it in standard mode.
◆ NaviPathDecider()
apollo::planning::NaviPathDecider::NaviPathDecider |
( |
| ) |
|
◆ ~NaviPathDecider()
virtual apollo::planning::NaviPathDecider::~NaviPathDecider |
( |
| ) |
|
|
virtualdefault |
◆ Execute()
Overrided implementation of the virtual function "Execute" in the base class "Task".
- Parameters
-
frame | Current planning frame. |
reference_line_info | Currently available reference line information. |
- Returns
- Status::OK() if a suitable path is created; error otherwise.
Reimplemented from apollo::planning::NaviTask.
◆ Init()
bool apollo::planning::NaviPathDecider::Init |
( |
const PlanningConfig & |
config | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: