Apollo
6.0
Open source self driving car software
|
#include <cmath>
#include <limits>
Go to the source code of this file.
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::base | |
Functions | |
template<typename T > | |
std::enable_if< std::is_integral< T >::value, bool >::type | apollo::perception::base::Equal (const T &lhs, const T &rhs) |
template<typename T > | |
std::enable_if< std::is_floating_point< T >::value, bool >::type | apollo::perception::base::Equal (const T &lhs, const T &rhs) |