Autoware.Auto
|
|
#include <algorithm>
#include <cmath>
#include <iostream>
#include <limits>
#include <sstream>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <utility>
#include "common/types.hpp"
#include "helper_functions/float_comparisons.hpp"
Go to the source code of this file.
Classes | |
class | autoware::common::geometry::Interval< T > |
Data structure to contain scalar interval bounds. More... | |
Namespaces | |
autoware | |
This file defines the lanelet2_map_provider_node class. | |
autoware::common | |
autoware::common::geometry | |
Typedefs | |
typedef Interval< autoware::common::types::float64_t > | autoware::common::geometry::Interval_d |
typedef Interval< autoware::common::types::float32_t > | autoware::common::geometry::Interval_f |