Solve system of ODEs through the app layer #1339
NageshEranki
started this conversation in
Show and tell
Replies: 1 comment
-
Nice! See that the Crazyflie can do smart things :D this is University grade calculations ! Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I was toying around with the app layer and I implemented a Runge-Kutta (4th order) method to solve a system of ordinary differential equations. I chose a simple undamped harmonic oscillator for my system equations. Here are the plots generated through the client:
Here is the source code for your reference:
I had no further plans at all with this toy project. It was simply an exercise to explore the functionality of the Crazyflie! Let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions