-
### Reproduce
```bash
cd /tmp
cargo init bad_apple
cd bad_apple
echo 'skim = "*"' >> Cargo.toml
cargo build
```
### Meta
`rustc --version --verbose`:
```
rustc 1.52.1 (9bc8c42bb 202…
-
I did a simple repository if someone wants to replicate the problem:
https://github.com/patrickelectric/vscode-autocomplete-problem/blob/master/src/main.rs#L7
In 3 different computers I was unabl…
-
I'm planning to deploy this week the 0.9.0 version with some new features including the new embedded support.
I'll just finish a couple of tests with the stm32f303 before doing it.
@podhrmic @kevinm…
-
It would be awesome if we could have the package in crates.io
This was originally brought up by @patrickelectric on the PX4 Slack #mavlink channel
This is an isssue to track.
-
Hello,
I'm working on using some of the data from a prototype [Aqualink ASV](https://discuss.bluerobotics.com/t/full-assembly-and-build-instructions-now-available-for-asv/7849), and am curious if I…
-
```
error[E0432]: unresolved imports `crate::icarous`, `crate::uavionix`
--> /home/patrick/git/blue/rust-mavlink/target/debug/build/mavlink-0dcff0587dd9cbda/out/ardupilotmega.rs:2:24
|
2 | use …
-
Hi all,
based on the discussion with @hamishwillee and @tstellanova regarding [Rust-mavlink](https://github.com/3drobotics/rust-mavlink) I would like to get some sense of what tests are required to…
-
-
-
Running the stock Ardusub Pi Image, with the Mavlink2Rest 0.6.0 release binary. Vehicle is using ArduRover 4.0 Stable.
When I change the flight mode (in QGC), the Mavlink2Rest server crashes with …