ArduPilot / apm_planner

APM Planner Ground Control Station (Qt)
https://ardupilot.org
Other
508 stars 464 forks source link

"Unmanned Systems" widget blinks red even when disconnected. #454

Open AndKe opened 10 years ago

AndKe commented 10 years ago

Please add logic: if not connected to "MAV001" - then never flash the widget. screenshot from 2014-08-29 12 36 28

reproduce; 1: connect to a UAV, 2: disconnect , 3: start planning a mission.

billbonney commented 10 years ago

That's its purpose. Connection is lost, so it warns you, but this only happens after an initial connection. You'd lose a valuable piece of warning information. Probably the real issue is that connection is tri-state, connected, unexpected disonnection, manual disconnect.

AndKe commented 10 years ago

yep - it's disconnected on purpose.

AndKe commented 10 years ago

same tri_state approach would fix the "connection re-establistedd after 17363 seconds" speech announcement, after the laptop is disconnected, put to suspend, and reconnected another day :)