|
Apollo 11.0
自动驾驶开放平台
|
#include <speed_limit.h>
Public 成员函数 | |
| SpeedLimit ()=default | |
| void | AppendSpeedLimit (const double s, const double v) |
| const std::vector< std::pair< double, double > > & | speed_limit_points () const |
| double | GetSpeedLimitByS (const double s) const |
| void | Clear () |
在文件 speed_limit.h 第 29 行定义.
|
default |
| void apollo::planning::SpeedLimit::AppendSpeedLimit | ( | const double | s, |
| const double | v | ||
| ) |
在文件 speed_limit.cc 第 30 行定义.
| void apollo::planning::SpeedLimit::Clear | ( | ) |
在文件 speed_limit.cc 第 59 行定义.
| double apollo::planning::SpeedLimit::GetSpeedLimitByS | ( | const double | s | ) | const |
在文件 speed_limit.cc 第 42 行定义.
| const std::vector< std::pair< double, double > > & apollo::planning::SpeedLimit::speed_limit_points | ( | ) | const |
在文件 speed_limit.cc 第 37 行定义.