moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
This class describes parameters that are normally provided through ROS Parameters. More...
#include <occupancy_map_monitor.h>
Public Attributes | |
double | map_resolution |
std::string | map_frame |
std::vector< std::pair< std::string, std::string > > | sensor_plugins |
This class describes parameters that are normally provided through ROS Parameters.
Definition at line 62 of file occupancy_map_monitor.h.
std::string occupancy_map_monitor::OccupancyMapMonitor::Parameters::map_frame |
Definition at line 65 of file occupancy_map_monitor.h.
double occupancy_map_monitor::OccupancyMapMonitor::Parameters::map_resolution |
Definition at line 64 of file occupancy_map_monitor.h.
std::vector<std::pair<std::string, std::string> > occupancy_map_monitor::OccupancyMapMonitor::Parameters::sensor_plugins |
Definition at line 66 of file occupancy_map_monitor.h.