ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.76k stars 2.38k forks source link

Reporting of Simple | SuperSimple as MAV_SEVERITY_INFO msg #1000

Open lvale opened 9 years ago

lvale commented 9 years ago

This commit went to master, and can/should be reported by the GCS

https://github.com/diydrones/ardupilot/commit/a403e5aef0c9ac351cf2b15418fb0661673e1c91

meee1 commented 9 years ago

by default MP does not show "info" items on the hud, as it causes a bad user experience.

lvale commented 9 years ago

Michael, as these 2 messages are the first being sent with MAV_SEVERITY_INFO, to the best of my grep knowledge :), and as they change the engaged FlightMode behavior I think that any kind of warning on GCS would be useful.

rmackay9 commented 9 years ago

I thought those messages were added so that the OSD could display the info. I think for sophisticated GCSs we need to add a new message to provide this info to them. Forcing the GCSs to parse these strings which are only sent once when the state changes means that it's very possible that the GCSs could show incorrect information to the user which will just lead to support calls.