0.4.6-alpha
Pre-release
Pre-release
Changes
- The annotation module is fixed and now also makes sure it can access fields/properties
CommandScheduler
is now a singleton! This allows for a lot of helpful features:Robot
no longer needs an OpMode as a constructor parameterCommandInterface
allows easy access toCommandScheduler
- Telemetries and gamepads get automatically registered
- New
CommandOpMode
in case you don't like usingRobot
s - Fixes to
SuperTelemetry
Motor
distancePerRev
separated intogearRatio
anddistancePerOutputRev,
allowing forsetTargetAngle
andgoToAngle
- New
Motor.Kind
for easy construction Servo
range set to 300 degrees by default because all the goBILDA servos have that range- command module now requires minSdkVersion of 24