Add simulation flag to state machine
Closed this issue · 0 comments
Ooglely commented
Simulation flag
Problem
The state machine has no way to tell whether to use the connection address of a simulation or a real drone
Solution
Add a argument to the start_manager function in state_machine/flight_manager.py
Additional Information
The functionality for actually connecting to the right address is already written, its in state_machine/drone.py