WPILibC++ 2024.3.2
|
Profile state. More...
#include <frc/trajectory/ExponentialProfile.h>
Public Member Functions | |
bool | operator== (const State &) const =default |
Public Attributes | |
Distance_t | position {0} |
The position at this state. More... | |
Velocity_t | velocity {0} |
The velocity at this state. More... | |
Profile state.
|
default |
Distance_t frc::ExponentialProfile< Distance, Input >::State::position {0} |
The position at this state.
Velocity_t frc::ExponentialProfile< Distance, Input >::State::velocity {0} |
The velocity at this state.