![]() |
Smart Minotaur
|
The RobotSettings class contains all possible parameters for a robot of the minotaur project. Mehr ...
#include <RobotSettings.hpp>
Öffentliche Methoden | |
| void | loadFromParamServer (const std::string &p_modelName) |
| void | loadCurrentFromParamServer () |
Öffentliche Attribute | |
| std::string | modelName |
| minotaur_common::PIDParameter | pidParameter |
| float | wheelTrack |
| float | wheelRadius |
| int | samplingInterval |
The RobotSettings class contains all possible parameters for a robot of the minotaur project.
It provides functions to load the parameters from the ROS Paramserver. Therefore loading the parameters manually is not needed anymore.