Crazyflie from the terminal - A Rust TUI to fly, record and execute #2226
yannick-cw
started this conversation in
Show and tell
Replies: 1 comment
|
Sweet, thanks for sharing! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
crazyflight_example.mp4
https://github.com/yannick-cw/crazyflie-commander
I needed a Rust learning project for myself and thought the best way to do that is with a real physical object.
For this I created a TUI to control the crazyflie from the terminal. Based on your excellent Rust crates.
This allows:
Besides the TUI I built a crate that is a bit higher level than
crazyflie-lib, managing the setpoint loop and rather exposing only an API to submit commands or a stream of commands for free flight.This only works with the flow deck and radio.
Next steps
All reactions