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 send mission file or how to check vehicle status? #68

Open
nerina92 opened this issue Dec 29, 2021 · 1 comment
Open

How to send mission file or how to check vehicle status? #68

nerina92 opened this issue Dec 29, 2021 · 1 comment

Comments

@nerina92
Copy link

I have been trying to communicate to my drone with ardupilotmega and mavlink for a long time. I managed to connect and I see the packages that you send me, but I don't know how to send you things or how to ask and wait for your answers. I don't know how to create the messages to send, I read a lot of documentation, but I don't know how to apply it with dronefleet.
Somebody could help me?

Thanks since now.

@RishabhBhat2021
Copy link

What I understand is that you want to send commands to the drone using dronefleet, but don't know how to create the command packet.

So to understand how to create a message/command packet you can go through the source code of "pymavlink" (Python) https://mavlink.io/en/mavgen_python/
You should also take a look at the readme section of dronefleet as well https://github.com/dronefleet/mavlink#writing-mavlink-2-messages , they have directly showed how to use it, the example is for sending GCS Heartbeat to the vehicle

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

2 participants