Lab 09. More...
Functions | |
| def | Lab9.balance (controller) |
| Balancing Function. More... | |
| def | Lab9.main () |
| Main function. More... | |
Lab 09.
Running the whole program collectively. When run as "main" this program will successfully balance the table and be able to correct itself when exposed to small disturbances.
| def Lab9.balance | ( | controller | ) |
Balancing Function.
Contnuously balances the motor at its initial encoder reading
| controller | Controller object for the full base assembly (Encoders + MotorBase) |
| def Lab9.main | ( | ) |
Main function.
Main fn to init all pertenent variable and objects and being main loop
| None |