Skip to content

Commit

Permalink
Add multirotor template.
Browse files Browse the repository at this point in the history
Signed-off-by: James Goppert <james.goppert@gmail.com>
  • Loading branch information
jgoppert committed Nov 23, 2024
1 parent dd617ba commit 8b37d85
Show file tree
Hide file tree
Showing 2 changed files with 770 additions and 0 deletions.
7 changes: 7 additions & 0 deletions models/quadrotor.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
model Quadrotor
Real x; // test
Real y;
equation
der(x) = 1.0;
der(y) = x + 3*y;
end Quadrotor;
Loading

0 comments on commit 8b37d85

Please sign in to comment.