daanjels / Lejos

Java Lejos projects
2 stars 1 forks source link

Chassis testcases #20

Closed daanjels closed 7 years ago

daanjels commented 7 years ago

Write a program to test a wheeled chassis. It should have an option to change settings like wheel diameter, wheelbase, speed and acceleration. It should offer four testcases to choose from:

daanjels commented 7 years ago

Reworked the class and added comments to it before commit. Should test it again with the EV3 to make sure everything still works.