AutoBuilder v2.3.0 #46
varun7654
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Use
>=v2.3.0
of the Robot Side Library!implementation "com.dacubeking:autobuilder-robot:2.3.0"
or you can try the new command-based rewrite (more below)
implementation "com.dacubeking:autobuilder-robot:2.3.0-command-rewrite-beta"
Bug Fixes
New Features (from the command based rewrite) (PR #44)
#schedule()
method on it.AutonomousContainer.getInstance().loadAuto(...)
to load the auto if you enable lazy loading. Hint You can just call this method every tick in your disabled periodic method.Docs will be updated for the command based rewrite in the coming days
Full Changelog: v2.2.8...v2.3.0
This discussion was created from the release AutoBuilder v2.3.0.
Beta Was this translation helpful? Give feedback.
All reactions