You are browsing as a guest. Sign up (or log in) to start making projects!

7h 0m 27s logged

Physics Simulation and Data Analysis

I made a basic simulation with rust + rapier3d!

.

The simulation outputs drone state + flight controller code logs into a MessagePack file, taking in inputs in the form of a json file with timestamps and controls.

Struggled with size until I switched over from Json (future hint: dont ever use json on simulation data at 6kHz..)

.

To help visualize this data, i chose egui + egui_plot on rust.

Currently, the flight controller is an RNG :/, but eventually it will fly!

0
24

Comments 1

@franchioping

im actually so confused, are these posts markdown? how is everyone formatting them. this looks nothing like the preview :/