UFO: A Drone/UAV Programming Library for Rust
1–10 of 41 posts
Re: UFO: A Drone/UAV Programming Library for Rust
#2The thought occurs to me, that if one were to combine a combination of stealth technology, quad-copter technology, autonomous piloting technology, and rocket booster technology, you's have all the makings for what appear to be legit UFO events.
Re: UFO: A Drone/UAV Programming Library for Rust
#3Does it work with the 3dr solo?
Re: UFO: A Drone/UAV Programming Library for Rust
#4Is anyone working on flight controllers in Rust? Now that the STM targets are maturing it seems like a perfect target. I can only find stub projects and blog posts right now.
Re: UFO: A Drone/UAV Programming Library for Rust
#5What hardware is required for this?
Re: UFO: A Drone/UAV Programming Library for Rust
#6What hardware is required for this?
As the README indicates, this is a networking client library to control JJRC H61 drones over their built-in network control protocol, with the goal apparently being to abstract over the control protocol for a variety of drones.
Re: UFO: A Drone/UAV Programming Library for Rust
#7You’re trying hard to get the word out on Rust. Are you affiliated with the project in any capacity?
Re: UFO: A Drone/UAV Programming Library for Rust
#8Does it work with the 3dr solo?
No, but https://github.com/3drobotics/rust-mavlink would. The enterprise version of Solo actually ships with a Rust app running on the onboard computer for camera control, which uses rust-mavlink to talk to the autopilot.
Re: UFO: A Drone/UAV Programming Library for Rust
#9Is anyone working on flight controllers in Rust? Now that the STM targets are maturing it seems like a perfect target. I can only find stub projects and blog posts right now.
I've been on sabbatical for a while but a while back it was pretty much C, C or C.
Re: UFO: A Drone/UAV Programming Library for Rust
#10You’re trying hard to get the word out on Rust. Are you affiliated with the project in any capacity?
Not really, I'm just a fan of the ideas in Rust and it's nice to see codebases that do interesting stuff.