px4sim 0.1.6

A wrapper to simplify creating a custom PX4 SITL simulator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "px4sim"
version = "0.1.6"
edition = "2021"
authors = ["Balint Barna Kovari <balint@kovari.cc>"]
description = "A wrapper to simplify creating a custom PX4 SITL simulator."
repository = "https://codeberg.org/balint/px4sim-rs"
license = "MIT OR Apache-2.0"

[dependencies]
itertools = "0.13"
log = "0.4"
mavlink = "0.13"
rand = "0.8"