embedded-flight-0.1.2 has been yanked.
use PositionController;
use Vector3;
// Current state of the craft
let position = zeros;
let velocity = new;
let attitude = zeros;
let gyro = zeros;
// Jerk moments of position and velocity to apply
let position_cmd = new;
let velocity_cmd = new;
let controller = default;
let moment = controller.position_control;
dbg!;