mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Updated swervelib documentation and merged @7910f6ba7ee4 PR
This commit is contained in:
@@ -335,6 +335,17 @@ public class SparkMaxSwerve extends SwerveMotor
|
||||
*/
|
||||
enum SparkMAX_slotIdx
|
||||
{
|
||||
Position, Velocity, Simulation
|
||||
/**
|
||||
* Slot 1, used for position PID's.
|
||||
*/
|
||||
Position,
|
||||
/**
|
||||
* Slot 2, used for velocity PID's.
|
||||
*/
|
||||
Velocity,
|
||||
/**
|
||||
* Slot 3, used arbitrarily. (Documentation show simulations).
|
||||
*/
|
||||
Simulation
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user