Problem Description
The multirotor_model was not considering the mass of the vehicle and assuming that the acceleration is equal to the force. Therefore, the coefficients were only valid when the mass of the vehicle was 1kg
This commit adds mass to the multirotor model config and consumes for the multirotor dynamics model
Before PR
With input aerodynamic velocity
With zero aerodynamic velocity
After PR
With input aerodynamic velocity
With zero aerodynamic velocity
Problem Description The
multirotor_model
was not considering the mass of the vehicle and assuming that the acceleration is equal to the force. Therefore, the coefficients were only valid when the mass of the vehicle was 1kgThis commit adds mass to the multirotor model config and consumes for the multirotor dynamics model
Before PR With input aerodynamic velocity With zero aerodynamic velocity
After PR With input aerodynamic velocity With zero aerodynamic velocity
Additional Context
iris
with the identified parameters in https://github.com/ethz-asl/data-driven-dynamics/pull/89, which is 1.5kg heavy.