Structs§
- A container for a time and something else, usually an
f32or aState. - A container for data required by all
ServoMotorobjects. - Data needed by all
SimpleEncodertypes.
Enums§
Traits§
- A trait for encoders.
- A trait for motors with some form of feedback, regardless if we can see it or not.
- A trait for motors without feedback.
- A trait for servo motors that do their own control theory and do not give us details about their measured state.
- An encoder trait that does the calculus for you. You just need to supply a position, velocity, or acceleration, and the others will be calculated.