![]() |
Smart Minotaur
|
The SensorSetting class contains all possible parameters for an ultrasonic sensor of the minotaur project. Mehr ...
#include <SensorSettings.hpp>
Öffentliche Methoden | |
SensorSetting (const int p_id, const float p_direction, const float p_x, const float p_y) |
Öffentliche Attribute | |
int | id |
float | direction |
float | x |
float | y |
The SensorSetting class contains all possible parameters for an ultrasonic sensor of the minotaur project.
It provides functions to load the parameters from the ROS Paramserver. Therefore loading the parameters manually is not needed anymore.