-
Hi! First, thanks for your work here!
For the past two month, I've working on rewriting rust mavlink code generator because I found some bugs in the current version of mavlink-bindgen. I definitely…
-
There are compilation warnings on master due to missing `storm32` feature.
The code-gen generates a `storm32` cfg attribute, since this dialect is described in the mavlink message definitions, howe…
-
- Remove type from enum based structures
e.g:
```
const commandMessage: Message.CommandLong = {
type: MAVLinkType.COMMAND_LONG,
param1: param1,
param2: param2,
param3: p…
-
what's the relationship between this crate and [rust-mavlink](https://github.com/mavlink/rust-mavlink)?
-
Необходимо разработать автономный дрон
1. На напечатанной раме диаметра 550 мм собрать дрон: взять моторы, винты из 7-ки
2. Соединить дрон на Pixhawk Radiolink по UART к Raspberry Pi 5 (8GB) в корпусе…
-
Current `async_connection` module does not support `serial` protocol.
Maybe a wrapper around something like [tokio-serial](https://crates.io/crates/tokio-serial)?
-
Currently, the `MAVLinkV1MessageRaw` and the `MAVLinkV2MessageRaw` types prevent mutable access to the internal buffers they use to store the raw bytes coming from any type of connection, which is pro…
-
Our project is strategically designed as a modular, lightweight, and highly efficient platform, tailored for the effective management of unmanned aerial vehicles (UAVs) via their onboard computers. Wi…
jserv updated
10 months ago
-
i'm working on a repo that has a number of clippy warnings. I would like these to be reported, but not fail the job (clippy errors should fail the job, but not warnings)
how to i stop this action f…
-
This is a bit of a weird issue that we've been having. I was hesitant to classify it as an issue fit to be published here, but I have been told that @podhrmic at least is willing to look it over.
I…