PX4 Firmware
PX4 Autopilot Software http://px4.io
calibration_messages.h File Reference

Common calibration messages. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CAL_QGC_STARTED_MSG   "[cal] calibration started: 2 %s"
 
#define CAL_QGC_DONE_MSG   "[cal] calibration done: %s"
 
#define CAL_QGC_FAILED_MSG   "[cal] calibration failed: %s"
 
#define CAL_QGC_CANCELLED_MSG   "[cal] calibration cancelled"
 
#define CAL_QGC_PROGRESS_MSG   "[cal] progress <%u>"
 
#define CAL_QGC_ORIENTATION_DETECTED_MSG   "[cal] %s orientation detected"
 
#define CAL_QGC_SIDE_DONE_MSG   "[cal] %s side done, rotate to a different side"
 
#define CAL_ERROR_SENSOR_MSG   "[cal] calibration failed: reading sensor"
 
#define CAL_ERROR_RESET_CAL_MSG   "[cal] calibration failed: to reset, sensor %u"
 
#define CAL_ERROR_APPLY_CAL_MSG   "[cal] calibration failed: to apply calibration, sensor %u"
 
#define CAL_ERROR_SET_PARAMS_MSG   "[cal] calibration failed: to set parameters, sensor %u"
 

Detailed Description

Common calibration messages.

Author
Anton Babushkin anton.nosp@m..bab.nosp@m.ushki.nosp@m.n@me.nosp@m..com

Definition in file calibration_messages.h.

Macro Definition Documentation

◆ CAL_ERROR_APPLY_CAL_MSG

#define CAL_ERROR_APPLY_CAL_MSG   "[cal] calibration failed: to apply calibration, sensor %u"

◆ CAL_ERROR_RESET_CAL_MSG

#define CAL_ERROR_RESET_CAL_MSG   "[cal] calibration failed: to reset, sensor %u"

◆ CAL_ERROR_SENSOR_MSG

#define CAL_ERROR_SENSOR_MSG   "[cal] calibration failed: reading sensor"

◆ CAL_ERROR_SET_PARAMS_MSG

#define CAL_ERROR_SET_PARAMS_MSG   "[cal] calibration failed: to set parameters, sensor %u"

◆ CAL_QGC_CANCELLED_MSG

#define CAL_QGC_CANCELLED_MSG   "[cal] calibration cancelled"

Definition at line 57 of file calibration_messages.h.

Referenced by calibrate_cancel_check().

◆ CAL_QGC_DONE_MSG

#define CAL_QGC_DONE_MSG   "[cal] calibration done: %s"

◆ CAL_QGC_FAILED_MSG

#define CAL_QGC_FAILED_MSG   "[cal] calibration failed: %s"

◆ CAL_QGC_ORIENTATION_DETECTED_MSG

#define CAL_QGC_ORIENTATION_DETECTED_MSG   "[cal] %s orientation detected"

Definition at line 59 of file calibration_messages.h.

Referenced by calibrate_from_orientation().

◆ CAL_QGC_PROGRESS_MSG

#define CAL_QGC_PROGRESS_MSG   "[cal] progress <%u>"

◆ CAL_QGC_SIDE_DONE_MSG

#define CAL_QGC_SIDE_DONE_MSG   "[cal] %s side done, rotate to a different side"

Definition at line 60 of file calibration_messages.h.

Referenced by calibrate_from_orientation().

◆ CAL_QGC_STARTED_MSG

#define CAL_QGC_STARTED_MSG   "[cal] calibration started: 2 %s"