1 #ifndef SLAM_CTOR_SLAMS_VINY_SLAM_H 2 #define SLAM_CTOR_SLAMS_VINY_SLAM_H 6 #include "../../utils/init_scan_matching.h" 7 #include "../../utils/init_occupancy_mapping.h" 9 #include "../../core/maps/plain_grid_map.h" 10 #include "../../core/states/single_state_hypothesis_laser_scan_grid_world.h" 20 slam_props.raw_scan_quality = 0.6;
21 slam_props.cell_prototype = std::make_shared<VinyDSCell>();
26 return std::make_shared<VinySlam>(slam_props);
double localized_scan_quality
auto init_scan_adder(const PropertiesProvider &props)
auto init_viny_slam(const PropertiesProvider &props)
auto init_grid_map_params(const PropertiesProvider &props)
auto init_scan_matcher(const PropertiesProvider &props)