data-driven-dynamics
data-driven-dynamics copied to clipboard
Product of inertia problem
For some quadrotor UAVs with relatively partial center of gravity, the impact of inertia product should be considered. I_xy,I_xz, I_yz can't just be considered 0(Maybe I misunderstood the code)
@Azircarry It would be nice to be able to add off-diagonal terms for the moment of inertia.
Would you be able to make a fix so that also the off-diagonal terms can be added to the moment of inertia?
It can be done here: https://github.com/ethz-asl/data-driven-dynamics/blob/252a9cb043a5cb870c01011b7a459ba514c5e2e5/Tools/parametric_model/src/models/multirotor_model.py#L75-L81