1#ifndef SRC_PLANNING_INCLUDE_CONFIG_MIDPOINT_GENERATOR_CONFIG_HPP_
2#define SRC_PLANNING_INCLUDE_CONFIG_MIDPOINT_GENERATOR_CONFIG_HPP_
Configuration parameters for the Midpoint Generator class.
double maximum_cone_distance_
Maximum distance between cones.
double sliding_window_radius_
Sliding window radius for midpoint generation.
MidpointGeneratorConfig(double min_distance, double max_distance, double window_radius)
Parameterized constructor.
double minimum_cone_distance_
Minimum distance between cones.
MidpointGeneratorConfig()
Default constructor.