FRC1076 / 2020-WAPUR-OMNI

The actual repository for the end-of-2019 WAPUR code
1 stars 0 forks source link

Find out what the motor safety incantation is, and put it into the robot code #4

Closed mcolinj closed 4 years ago

mcolinj commented 5 years ago

A bug in the robot code was preventing the motors from getting updated every cycle.

This should not cause a safety issue if the robot is configured to shut down the motors if they do not receive an update every cycle.

However, this code doesn't have that in it.

Look around in other comp bot code, look at some readthedocs documentation, maybe do a google search for pyfrc motor safety or something.

We need this in our robot.

Ofek-Shani commented 4 years ago

I did it. I saved the world.