mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
- new CommandScheduler - kinematics and odometry classes - new PIDController - ProfiledPIDController - TrapezoidProfile (reported in Constraints class) Also update instances.txt to match latest NI version. One side effect is that a couple of classes are no longer constexpr.
53 lines
1.4 KiB
Plaintext
53 lines
1.4 KiB
Plaintext
kLanguage_LabVIEW = 1
|
|
kLanguage_CPlusPlus = 2
|
|
kLanguage_Java = 3
|
|
kLanguage_Python = 4
|
|
kLanguage_DotNet = 5
|
|
kLanguage_Kotlin = 6
|
|
kCANPlugin_BlackJagBridge = 1
|
|
kCANPlugin_2CAN = 2
|
|
kFramework_Iterative = 1
|
|
kFramework_Simple = 2
|
|
kFramework_CommandControl = 3
|
|
kFramework_Timed = 4
|
|
kFramework_ROS = 5
|
|
kFramework_RobotBuilder = 6
|
|
kRobotDrive_ArcadeStandard = 1
|
|
kRobotDrive_ArcadeButtonSpin = 2
|
|
kRobotDrive_ArcadeRatioCurve = 3
|
|
kRobotDrive_Tank = 4
|
|
kRobotDrive_MecanumPolar = 5
|
|
kRobotDrive_MecanumCartesian = 6
|
|
kRobotDrive2_DifferentialArcade = 7
|
|
kRobotDrive2_DifferentialTank = 8
|
|
kRobotDrive2_DifferentialCurvature = 9
|
|
kRobotDrive2_MecanumCartesian = 10
|
|
kRobotDrive2_MecanumPolar = 11
|
|
kRobotDrive2_KilloughCartesian = 12
|
|
kRobotDrive2_KilloughPolar = 13
|
|
kDriverStationCIO_Analog = 1
|
|
kDriverStationCIO_DigitalIn = 2
|
|
kDriverStationCIO_DigitalOut = 3
|
|
kDriverStationEIO_Acceleration = 1
|
|
kDriverStationEIO_AnalogIn = 2
|
|
kDriverStationEIO_AnalogOut = 3
|
|
kDriverStationEIO_Button = 4
|
|
kDriverStationEIO_LED = 5
|
|
kDriverStationEIO_DigitalIn = 6
|
|
kDriverStationEIO_DigitalOut = 7
|
|
kDriverStationEIO_FixedDigitalOut = 8
|
|
kDriverStationEIO_PWM = 9
|
|
kDriverStationEIO_Encoder = 10
|
|
kDriverStationEIO_TouchSlider = 11
|
|
kADXL345_SPI = 1
|
|
kADXL345_I2C = 2
|
|
kCommand_Scheduler = 1
|
|
kCommand2_Scheduler = 2
|
|
kSmartDashboard_Instance = 1
|
|
kKinematics_DifferentialDrive = 1
|
|
kKinematics_MecanumDrive = 2
|
|
kKinematics_SwerveDrive = 3
|
|
kOdometry_DifferentialDrive = 1
|
|
kOdometry_MecanumDrive = 2
|
|
kOdometry_SwerveDrive = 3
|