Closed tessmichi closed 7 years ago
new server changes fix this - don't let user run "play" command until drones are ready
@tessmichi shouldn't they never be allowed to get off the ground if the mocap isn't connected and tracking the drones?
You're very right - reopening
Unsure how to check for success of "connect" method in gcs.cpp (code excerpt pasted below) if (useMocap) { mocap = new Mocap(); mocap->connect(config.clientAddress, config.serverAddress); }
See https://github.com/dennisss/tansa/blob/master/src/gcs.cpp#L55 for how it gets to the gui
Kyle will work on this on Friday and I will help if needed
Fixed this in #108
Do not allow drone to takeoff unless all necessary components are found