|
Apollo 10.0
自动驾驶开放平台
|
#include <relative_map.h>
Public 成员函数 | |
| RelativeMap () | |
| std::string | Name () const |
| module name | |
| apollo::common::Status | Init (common::VehicleStateProvider *vehicle_state_provider) |
| module initialization function | |
| apollo::common::Status | Start () |
| module start function | |
| void | Stop () |
| module stop function | |
| virtual | ~RelativeMap ()=default |
| destructor | |
| bool | Process (MapMsg *const map_msg) |
| main logic of the relative_map module, runs periodically triggered by timer. | |
| void | OnPerception (const perception::PerceptionObstacles &perception_obstacles) |
| void | OnChassis (const canbus::Chassis &chassis) |
| void | OnLocalization (const localization::LocalizationEstimate &localization) |
| void | OnNavigationInfo (const NavigationInfo &navigation_info) |
在文件 relative_map.h 第 32 行定义.
| apollo::relative_map::RelativeMap::RelativeMap | ( | ) |
在文件 relative_map.cc 第 36 行定义.
|
virtualdefault |
destructor
| Status apollo::relative_map::RelativeMap::Init | ( | common::VehicleStateProvider * | vehicle_state_provider | ) |
module initialization function
在文件 relative_map.cc 第 40 行定义.
|
inline |
| void apollo::relative_map::RelativeMap::OnChassis | ( | const canbus::Chassis & | chassis | ) |
在文件 relative_map.cc 第 99 行定义.
| void apollo::relative_map::RelativeMap::OnLocalization | ( | const localization::LocalizationEstimate & | localization | ) |
在文件 relative_map.cc 第 106 行定义.
| void apollo::relative_map::RelativeMap::OnNavigationInfo | ( | const NavigationInfo & | navigation_info | ) |
在文件 relative_map.cc 第 84 行定义.
| void apollo::relative_map::RelativeMap::OnPerception | ( | const perception::PerceptionObstacles & | perception_obstacles | ) |
在文件 relative_map.cc 第 91 行定义.
| bool apollo::relative_map::RelativeMap::Process | ( | MapMsg *const | map_msg | ) |
main logic of the relative_map module, runs periodically triggered by timer.
在文件 relative_map.cc 第 76 行定义.
| apollo::common::Status apollo::relative_map::RelativeMap::Start | ( | ) |
| void apollo::relative_map::RelativeMap::Stop | ( | ) |
module stop function
在文件 relative_map.cc 第 152 行定义.