Description
When we get to competition, we will want to start the drone and wait for a signal to takeoff and run the flight code, so our start state will be a no action state, and upon user input, will trigger a move to the takeoff state.
Requirements
In run.py, utilize the threading library to:
Description
When we get to competition, we will want to start the drone and wait for a signal to takeoff and run the flight code, so our start state will be a no action state, and upon user input, will trigger a move to the takeoff state.
Requirements
In
run.py, utilize the threading library to:run.pyto join flight and vision when state changes to final, stop, or error