Andover-Robotics / ARC-Core

This is the combined common code base for Andover Robotics Club, packaged in a library.
0 stars 9 forks source link

`defaultPower` in DriveTrain should have a nonzero default value #19

Closed broad-well closed 5 years ago

broad-well commented 5 years ago

This issue hit us with problems that were hard to diagnose. The defaultPower field in DriveTrain should have a default value, so that when we don't assign a value to it, the motors will still move properly.

broad-well commented 5 years ago

This issue was fixed in the commit above.