Releases: tenbergen/anki-drive-java
Improvements to RoadmapScanner and added missing Track pieces
- added JumpRoadpiece
- added LandingRoadpiece
- RoadmapScanner no longer moves the car (user must order car to move)
- improvements to Roadmap:
-- add() now includes failure robustness (in case an unknown roadpiece occurs)
-- new normalize() method makes first Roadpiece the StartRoadpiece, regardless of where scanning began
-- new deNormalize() restores originally scanned track order
-- new reverse() method reverses the order of scanned (or normalized) Roadmap (second call to reverse() restores the original)
-- facility to report length of Roadmap with getLength()
-- facility to compare two Roadmaps with equals()
-- facility to print Roadmap on Standard Out as a string with toString()
-- facility to load and save Roadmaps to/form file
Added Vehicle IDs and improved test program robustness
This release fixes some Jitpack deployment issues for dependent projects and adds/corrects Vehicle IDs. It improves the AnkiConnectionTest program with illustrations how to use the API. It also adds some robustness to AnkiConnectionTest.
AnkiConnector now available to dependent projects
We've explosed the AnkiConnector so dependent projects can use it.
Added new Fast & Furious Edition Models
Added some new models, including Fast & Furious Edition vehicles and made some minor adjustments to model IDs and color information. Added support for unknown models in Vehicle.getColor().
Added support for FourWayStop handling for CSC436 Intersection semester project.
Added Test Program
Added a test program to show basic functionality.
Added new Models
Added new Models (Freewheel and X52Ice Supertrucks) as well as minor tweaks. Otherwise the same as adessoAG/anki-drive-java v0.1.0