Apollo
6.0
Open source self driving car software
|
#include <vector>
Go to the source code of this file.
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::routing | |
Functions | |
template<typename T > | |
int | apollo::routing::BinarySearchForSLarger (const std::vector< T > &sorted_vec, double value_s) |
template<typename T > | |
int | apollo::routing::BinarySearchForSSmaller (const std::vector< T > &sorted_vec, double value_s) |
template<typename T > | |
int | apollo::routing::BinarySearchCheckValidSIndex (const std::vector< T > &sorted_vec, int index, double value_s) |
template<typename T > | |
int | apollo::routing::BinarySearchForStartS (const std::vector< T > &sorted_vec, double value_s) |
template<typename T > | |
int | apollo::routing::BinarySearchForEndS (const std::vector< T > &sorted_vec, double value_s) |