23 namespace perception {
29 const T& lhs,
const T& rhs) {
36 const T& lhs,
const T& rhs) {
37 return std::fabs(lhs - rhs) < std::numeric_limits<T>::epsilon();
std::enable_if< std::is_integral< T >::value, bool >::type Equal(const T &lhs, const T &rhs)
Definition: comparison_traits.h:28
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
apollo::cyber::base::std value