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 points_map_filter. More...
#include <points_map_filter_config.hpp>
Public Attributes | |
double | cell_side_length = 3.0 |
The side length of the 2d cells which are used to discretize the filter space. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &output, const Config &c) |
Stuct containing the algorithm configuration values for points_map_filter.
Definition at line 28 of file points_map_filter_config.hpp.
|
friend |
Definition at line 34 of file points_map_filter_config.hpp.
double points_map_filter::Config::cell_side_length = 3.0 |
The side length of the 2d cells which are used to discretize the filter space.
Definition at line 31 of file points_map_filter_config.hpp.
Referenced by points_map_filter::Node::Node(), points_map_filter::Node::handle_on_configure(), points_map_filter::Node::map_callback(), and points_map_filter::Node::parameter_update_callback().