Ravi Teja
Ravi Teja
Hi. How are you planning to send data to computer from flight controller. Through UART connected to microusb?
Hi. I'm working on a similar project. Why not choose a 10dof flight controller like [this](https://www.banggood.com/Upgrade-NAZE32-F3-Flight-Controller-Acro-6-DOF-Deluxe-10-DOF-for-Multirotor-Racing-p-1010232.html?rmmds=myorder&cur_warehouse=USA)?
Not much activity recently. Can I use this library for production?
```go package main import ( "time" toxiproxy "github.com/Shopify/toxiproxy/client" "github.com/sirupsen/logrus" ) var log = logrus.New() func init() { log.SetLevel(logrus.DebugLevel) } type Toxic struct { client *toxiproxy.Client proxy *toxiproxy.Proxy } func (toxic...
Hi. Is it possible to expose any crossbeam channel traits so that I can use `select!` with other streaming data? Like if I could implement some traits on `TcpStream` and...
Hi. Thanks for all your blogs. They are of great help in my server design. I'm not 100% sure but I remember reading about kafka's sendfile optimization and your plans...
Hi All. I see that there are a bunch of open issues and pull requests. I'm not working at Ather anymore and it might take some time for these to...