WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
frc2::sysid Namespace Reference

Classes

class  Config
 Hardware-independent configuration for a SysId test routine. More...
 
class  Mechanism
 
class  SysIdRoutine
 A SysId characterization routine for a single mechanism. More...
 

Typedefs

using ramp_rate_t
 

Enumerations

enum  Direction { kForward , kReverse }
 Motor direction for a SysId test. More...
 

Typedef Documentation

◆ ramp_rate_t

Initial value:
Container for values which represent quantities of a given unit.
Definition base.h:1930
typename units::detail::compound_impl< U, Us... >::type compound_unit
Represents a unit type made up from other units.
Definition base.h:1438

Enumeration Type Documentation

◆ Direction

Motor direction for a SysId test.

Enumerator
kForward 

Forward.

kReverse 

Reverse.