0.4.4-alpha
Pre-release
Pre-release
Changes
- New annotations:
JoosConfig
andWithConfig
, and an annotation processor to go with them!
To install the annotation processor, add it to the annotationProcessor configuration:
dependencies {
annotationProcessor 'com.github.amarcolini.joos.command:annotation:0.4.4-alpha'
}
Or if using kotlin, install kapt and add it to the kapt configuration:
dependencies {
kapt 'com.github.amarcolini.joos.command:annotation:0.4.4-alpha'
}
- GUI robot size is now changeable
- Fixed GUI bug with
strafeLeft
andstrafeRight
Angle
,Pose2d
, andVector2d
are now mutable (so they can be altered on dashboard)