Open manumerous opened 3 years ago
@manumerous Yes, but probably for this to be observable, we need the rotational velocity of the rotors.
For multirotors, as long as the coordinate frame is aligned with the principle axis of the drone, omega X I omega is zero. So ignoring this effect is not too bad.
For other platforms, this may introduce some problems. Lets note that we are ignoring this effect and revisit this after we resolve more urgent problems in this repository.
`X_body_rot_coef_list = ["I_yy-I_zz", "I_zz-I_xx", "I_xx- I_yy"]`
Are we actually estimating the moment of inertia? or are we just calculating the difference?
@manumerous I think I am now extremely confused by this formulation. Where is the inverse of the moment_of_inertia applied?
The influence of the body angular velocity on the angular acceleration is not yet taken into account:
There is already a function computing features for omega x omega in the dynamics model:
To really take this effect into account it would be necessary to define I_xx, .., I_zz as optimization variables which would rend the problem nonlinear. I guess this is long-therm the way to go. What do you think @Jaeyoung-Lim ?