|
Basic_Frame_TypeC_2023_Omni
|
Ramp generator for smooth transitions. More...
#include <control_types.hpp>
Public Attributes | |
| float | target |
| float | start |
| float | max_change |
| float | output |
| float | cumsum_dt |
Ramp generator for smooth transitions.
Generates a ramp signal to limit rate of change between values. These are used in motion control of chassis wheels to prevent slip during sudden acceleration or deceleration while in pc mode.
| float Ramp::cumsum_dt |
Cumulative sum of time steps
| float Ramp::max_change |
Maximum allowed change per time step
| float Ramp::output |
Current output value
| float Ramp::start |
Starting value of the ramp
| float Ramp::target |
Target value to ramp to