paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Hidden bug


From: antoine drouin
Subject: Re: [Paparazzi-devel] Hidden bug
Date: Tue, 4 Feb 2014 22:39:51 +0100

additionally, computing 2.xi.omega and omega^2 (line 140 to 145) could probably be done at initialization rather than at every update step. Maybe also more clearly written as vector operations.



On Tue, Feb 4, 2014 at 10:18 PM, antoine drouin <address@hidden> wrote:
in

sw/airborne/firmwares/rotorcraft/stabilization/stabilization_attitude_ref_quat_float.c#L123

  - FLOAT_QUAT_COMP(new_ref_quat, delta_q, stab_att_ref_quat);
  +FLOAT_QUAT_COMP(new_ref_quat, stab_att_ref_quat, delta_q);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]