Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to do calibration of quadcopter using MAVSDK #1994

Closed
mjemv opened this issue Feb 27, 2023 · 4 comments
Closed

How to do calibration of quadcopter using MAVSDK #1994

mjemv opened this issue Feb 27, 2023 · 4 comments

Comments

@mjemv
Copy link

mjemv commented Feb 27, 2023

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?

@JonasVautherin
Copy link
Collaborator

Did you try the example?

@mjemv
Copy link
Author

mjemv commented Feb 27, 2023

No, I am a bit confused, how to do calibration, where we have to do something similar to https://i.ytimg.com/vi/91VGmdSlbo4/maxresdefault.jpg.
We have to create a similar interface.

I am not sure how to call Mavsdk single calibration function without any parameters to perform this.

@JonasVautherin
Copy link
Collaborator

Did you try running the example to see what happens? 🙈

The example will print steps ("now please put the pixhawk on the side") and instructions. You would then just need to connect that to a UI, I think.

@julianoes
Copy link
Collaborator

No follow up, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants