-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor the units system The new system is cleaner to use and more adaptable to alternative backends. Also cleaned up said code. * Add support for PathWeaver JSON * Fix coordinate issues, and export issue. Close #155. * Remove useless time-step parameter
- Loading branch information
1 parent
c5547bd
commit eff54f5
Showing
15 changed files
with
1,266 additions
and
1,181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"timeStep": 0.02, | ||
"maxVelocity": 10.0, | ||
"maxAcceleration": 60.0, | ||
"maxJerk": 60.0, | ||
"wheelBase": 2.0, | ||
"gameName": "FIRST Power Up" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.