mavlink / MAVSDK-Rust

MAVSDK client for Rust. https://mavsdk.mavlink.io
16 stars 8 forks source link

relationship to "rust-mavlink" #34

Open danieleades opened 3 years ago

danieleades commented 3 years ago

what's the relationship between this crate and rust-mavlink?

julianoes commented 3 years ago

None, I'd say. rust-mavlink is just a Rust implementation of MAVLink but this is a Rust language wrapper of MAVSDK which is a library around/on top of MAVLink.

danieleades commented 3 years ago

None, I'd say. rust-mavlink is just a Rust implementation of MAVLink but this is a Rust language wrapper of MAVSDK which is a library around/on top of MAVLink.

ok, no worries. I only ask because both repos are under the same github organisation