sakuraclamp / arducopter

Automatically exported from code.google.com/p/arducopter
0 stars 0 forks source link

Log errors in dataflash and send messages to Mavlink #305

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As we add more error checking (like Tridge's update to capture I2C errors) we 
should log errors in the dataflash and also send a message via Mavlink.

We should be careful that we don't log repeat errors at every loop thus slowing 
down the main loop and clogging up the output to the ground station.
Perhaps we need a clear_log function which tells the logger that the issue has 
been resolved.  this too should be logged and sent to mavlink.

Suggestion originally from Robert Lefebvre

Original issue reported on code.google.com by rmackay...@gmail.com on 30 Dec 2011 at 2:02

GoogleCodeExporter commented 8 years ago
There is the "DATA" message in the Logs. We could use that.

Original comment by jasonshort on 30 Dec 2011 at 2:43

GoogleCodeExporter commented 8 years ago
I think that is done (the log errors to dataflash part)

Original comment by Benny.Si...@gmail.com on 20 Jan 2013 at 12:27

GoogleCodeExporter commented 8 years ago
Issue closed. 
If you find this is an error please report it in the new issues list
https://github.com/diydrones/ardupilot/issues?labels=ArduCopter&page=1&state=ope
n

Original comment by Benny.Si...@gmail.com on 20 Jan 2013 at 12:27