-
Notifications
You must be signed in to change notification settings - Fork 57
May I ask a stupid question ?
What's the difference between gomavlib and mavsdk-go( github.com/mavlink/MAVSDK-Go ) ?
I am learning something on PX4( flight control software) and don't know which one should I choose .
Thanks for any information .
All reactions
Replies: 2 comments
Hello,
MAVSDK-Go interacts with the the MAVSDK daemon, that must be running in the background, and talks to it through gRPC.
gomavlib is a native library, it doesn't require anything and talks directly to any Mavlink node through Mavlink.
All reactions
-
👍 1
0 replies
Get it . Thank you very much .
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment