ap_sitl
ap_sitl is a small Rust bridge for ArduPilot's JSON SITL backend. It binds to
the JSON SITL UDP port, receives PWM servo packets from ArduPilot, and sends
JSON aircraft state messages back to the simulator endpoint.
Install
[]
= "0.1"
Example
use Result;
use ;
See examples/example.rs for a continuous update loop.
License
Licensed under the MIT license. See LICENSE.