You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QGC/MP have a process of calibrating ESC/Magnetometer/Accelerator etc
For an application we have to provide this functionality so we cant use QGC etc.
MAVSDK offers a limited functionality and there is a single api with limited progress data.
Mavlink offers MAV_CMD_PREFLIGHT_CALIBRATION and MAG_CAL_REPORT etc.
I am stuck how to do it with MAVSDK, is it implemented ? or I will have to use MAVLINK messages, in that case is there a sample?
The text was updated successfully, but these errors were encountered:
Hi,
QGC/MP have a process of calibrating ESC/Magnetometer/Accelerator etc
For an application we have to provide this functionality so we cant use QGC etc.
MAVSDK offers a limited functionality and there is a single api with limited progress data.
Mavlink offers MAV_CMD_PREFLIGHT_CALIBRATION and MAG_CAL_REPORT etc.
I am stuck how to do it with MAVSDK, is it implemented ? or I will have to use MAVLINK messages, in that case is there a sample?
The text was updated successfully, but these errors were encountered: