38 namespace datastructure {
float m_angular_beam_resolution
float getStartAngle() const
Get the start angle of the configuration.
void setAngularBeamResolution(const int32_t &angular_beam_resolution)
Set the angular resolution between beams.
void setStartAngleDegrees(const float &start_angle)
Set the start angle of the configuration from degrees.
ConfigData()
The constructor of the config data.
void setAngularBeamResolutionDegrees(const float &angular_beam_resolution)
Set the angular resolution between beams from degrees.
void setStartAngle(const int32_t &start_angle)
Set the start angle of the configuration.
float getEndAngle() const
Get the end angle of the configuration.
float getAngularBeamResolution() const
Returns the angular resolution between the beams.
void setEndAngleDegrees(const float &end_angle)
Set the end angle of the configuration from degrees.
const double ANGLE_RESOLUTION
Defined angle resolution to convert sensor input to the right frame.
void setEndAngle(const int32_t &end_angle)
Set the end angle of the configuration.