|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
#include <move_integral_command.hpp>
Public Attributes | |
| float | targetIntegralChange |
| float | desiredSetpoint |
| The desired setpoint in units. | |
| float | integralSetpointTolerance |
Config struct that the user passes into the MoveIntegralCommand's constructor.
| float tap::control::setpoint::MoveIntegralCommand::Config::desiredSetpoint |
The desired setpoint in units.
| float tap::control::setpoint::MoveIntegralCommand::Config::integralSetpointTolerance |
The difference between the current and desired integral when the command will be considered to be complete, in the integral of units.
| float tap::control::setpoint::MoveIntegralCommand::Config::targetIntegralChange |
The desired change with units units * seconds (units of setpoint integrated with respect to time).