13 #ifndef XBOT_PARAMETERS_HPP_ 14 #define XBOT_PARAMETERS_HPP_ std::string base_port
The serial device port name [/dev/xbot].
std::string error_msg
Provides error messages when parameter validation fails (internal purposes only)
double linear_acceleration_limit
Parameters()
Default constructor.
double angular_acceleration_limit
Parameter list and validator for the xbot.
bool simulation
Whether to put the motors in loopback mode or not [false].
bool validate()
A validator to ensure the user has supplied correct/sensible parameter values.
std::string sigslots_namespace
The first part of a sigslot connection namespace ["/xbot"].
double angular_deceleration_limit
bool enable_acceleration_limiter
Enable or disable the acceleration limiter [true].
double linear_deceleration_limit