You’re trying hard to get the word out on Rust. Are you affiliated with the project in any capacity?
UFO: A Drone/UAV Programming Library for Rust
11–20 of 41 posts
Re: UFO: A Drone/UAV Programming Library for Rust
#12Re: UFO: A Drone/UAV Programming Library for Rust
#13You’re trying hard to get the word out on Rust. Are you affiliated with the project in any capacity?
Why exactly does HN always accuse Rust-related posts of astroturfing? This is completely bizarre to me.
Re: UFO: A Drone/UAV Programming Library for Rust
#14You’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.
Re: UFO: A Drone/UAV Programming Library for Rust
#15Re: UFO: A Drone/UAV Programming Library for Rust
#16Is 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.
we also working on writing drivers and supporting libs as we need them: we've implemented drivers for accelerometers, magnetrometers, pressure sensor, tof sensor, and ported dcmimu algorithm to rust.
Re: UFO: A Drone/UAV Programming Library for Rust
#17would love to talk to anyone that is big into drones and video. live streams of builds, etc.
Re: UFO: A Drone/UAV Programming Library for Rust
#18Is 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
#19Earlier quoted context omitted.
Not really, I'm just a fan of the ideas in Rust and it's nice to see codebases that do interesting stuff.
Two of your posts came up on the front page and set off some alarms in my head
Re: UFO: A Drone/UAV Programming Library for Rust
#20Is 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.
A low level flight controller needs only statically allocated memory, so one of the main benefits of Rust is irrelevant. The syntax is still nice though.