iff-gsc / LADAC

Library for Aircraft Dynamics And Control
GNU General Public License v3.0
86 stars 19 forks source link

Fix parameters mass and inertia matrix in state equations block #38

Closed fguecker closed 1 year ago

fguecker commented 1 year ago

After updating the state equations block, the parameter mass and inertia matrix have been overwritten with default values. The values are fixed to the proper values from the airplane.body struct as following:

1) mass: 1 -> airplane.body.m

2) inertia matrix: eye(3) -> airplane.body.I