![]() |
WPILibC++ 2025.3.1
|
Profile state. More...
#include <frc/trajectory/TrapezoidProfile.h>
Public Member Functions | |
constexpr bool | operator== (const State &) const =default |
Public Attributes | |
Distance_t | position {0} |
The position at this state. | |
Velocity_t | velocity {0} |
The velocity at this state. | |
Profile state.
|
constexprdefault |
Distance_t frc::TrapezoidProfile< Distance >::State::position {0} |
The position at this state.
Velocity_t frc::TrapezoidProfile< Distance >::State::velocity {0} |
The velocity at this state.