Skip to content

Commit

Permalink
Add notebook for casadi.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoppert committed Sep 8, 2019
1 parent bb8ea5d commit dbf83c1
Show file tree
Hide file tree
Showing 8 changed files with 9,181 additions and 30 deletions.
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ dependencies:
- autopep8
- pytest=5.0.1
- jupyterlab
- ffmpeg
- openh264
- pandas
- pip:
- casadi
56 changes: 28 additions & 28 deletions lectures/2-F16-Intro.ipynb

Large diffs are not rendered by default.

118 changes: 118 additions & 0 deletions lectures/3-Mocap-Data.ipynb

Large diffs are not rendered by default.

716 changes: 716 additions & 0 deletions lectures/4-Casadi.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lectures/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def rlocus(name, sys, kvect, k=None):
plt.grid(True)
plt.title(name + ' root locus')

def step_reponse(name, sys, t_vect):
def step_response(name, sys, t_vect):
t, y = control.step_response(sys, T=t_vect)
plt.plot(t, y)
plt.xlabel('t, sec')
Expand Down
1 change: 1 addition & 0 deletions lectures/data/.~lock.Big_Drone_Flight_Test_0906.csv#
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
,jgoppert,jmg-xps1,08.09.2019 17:20,file:///home/jgoppert/.config/libreoffice/4;
8,313 changes: 8,313 additions & 0 deletions lectures/data/Big_Drone_Flight_Test_0906.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/casadi_f16
Submodule casadi_f16 updated 2 files
+81 −52 f16.py
+12 −9 test_f16.py

0 comments on commit dbf83c1

Please sign in to comment.