Replies: 1 comment
|
Hello, first you have to identify the message that is used to carry GPS informations. The mavlink protocol doesn't define a specific message for sending GPS informations, it just provides a list of messages that may or may not be used by a Drone. You can either search in the Mavlink message list: Or you can connect a gomavlib-based script to a Drone and listen for incoming messages: If you don't have a Drone, you can use a simulator like Gazebo: Once you've identified the message, you can send it with |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, i need to Simulate gps over mavlink, but i do not understand how i can to send message using your library.
All reactions