|
Apollo 11.0
自动驾驶开放平台
|
#include <scenario_manager.h>
Public 成员函数 | |
| bool | Init (const std::shared_ptr< DependencyInjector > &injector, const PlannerPublicRoadConfig &planner_config) |
| Scenario * | mutable_scenario () |
| DependencyInjector * | injector () |
| void | Update (const common::TrajectoryPoint &ego_point, Frame *frame) |
| void | Reset (Frame *frame) |
在文件 scenario_manager.h 第 39 行定义.
| bool apollo::planning::ScenarioManager::Init | ( | const std::shared_ptr< DependencyInjector > & | injector, |
| const PlannerPublicRoadConfig & | planner_config | ||
| ) |
在文件 scenario_manager.cc 第 33 行定义.
|
inline |
在文件 scenario_manager.h 第 46 行定义.
|
inline |
在文件 scenario_manager.h 第 44 行定义.
| void apollo::planning::ScenarioManager::Reset | ( | Frame * | frame | ) |
在文件 scenario_manager.cc 第 78 行定义.
| void apollo::planning::ScenarioManager::Update | ( | const common::TrajectoryPoint & | ego_point, |
| Frame * | frame | ||
| ) |
在文件 scenario_manager.cc 第 56 行定义.