Live data from Hacker News

UFO: A Drone/UAV Programming Library for Rust

github.com

1–10 of 41 posts

Re: UFO: A Drone/UAV Programming Library for Rust

#6

What 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

#8

Does 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

#9
post #4

Is 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.
Post reply on HN