Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
|
Stuct containing the algorithm configuration values for approximate_intersection. More...
#include <config.hpp>
Public Attributes | |
float32_t | min_x = -1000 |
Maximum x dimension. More... | |
float32_t | max_x = 1000 |
Maximum x dimension. More... | |
float32_t | min_y = -1000 |
Maximum y dimension. More... | |
float32_t | max_y = 1000 |
Maximum y dimension. More... | |
size_t | cell_side_length = 100 |
Cell size length. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &output, const Config &c) |
Stuct containing the algorithm configuration values for approximate_intersection.
Definition at line 28 of file config.hpp.
|
friend |
Definition at line 47 of file config.hpp.
size_t approximate_intersection::Config::cell_side_length = 100 |
Cell size length.
Definition at line 44 of file config.hpp.
Referenced by approximate_intersection::LookupGrid< PointT >::LookupGrid(), and points_map_filter::Node::map_callback().
float32_t approximate_intersection::Config::max_x = 1000 |
Maximum x dimension.
Definition at line 35 of file config.hpp.
Referenced by approximate_intersection::LookupGrid< PointT >::LookupGrid(), and points_map_filter::Node::map_callback().
float32_t approximate_intersection::Config::max_y = 1000 |
Maximum y dimension.
Definition at line 41 of file config.hpp.
Referenced by approximate_intersection::LookupGrid< PointT >::LookupGrid(), and points_map_filter::Node::map_callback().
float32_t approximate_intersection::Config::min_x = -1000 |
Maximum x dimension.
Definition at line 32 of file config.hpp.
Referenced by approximate_intersection::LookupGrid< PointT >::LookupGrid(), and points_map_filter::Node::map_callback().
float32_t approximate_intersection::Config::min_y = -1000 |
Maximum y dimension.
Definition at line 38 of file config.hpp.
Referenced by approximate_intersection::LookupGrid< PointT >::LookupGrid(), and points_map_filter::Node::map_callback().