paparazzi-devel
[Top][All Lists]
Advanced

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

[Paparazzi-devel] For Horizontal Filter users


From: Walid Achour
Subject: [Paparazzi-devel] For Horizontal Filter users
Date: Fri, 28 Sep 2012 12:25:38 +0200

Hi everyone,

If you use Horizontal Filter, the ACCEL_Noise tunning, in your airframes (paparazzi/conf/airframes), is not tacking into account because we have  B2_HFF prefix and not HFF prefix. In hf_float.c (ins sybsystem), we have always HFF_ACCEL_NOISE=0.5

For exemple, for this config., HFF_ACCEL_NOISE=20. is not tacking into account:

paparazzi/conf/airframes:


<section name="HORIZONTAL_FILTER" prefix="B2_HFF_">
    <define name="ACCEL_NOISE"  value="20."/>
    <define name="R_POS"        value="8."/>
    <define name="R_POS_MIN"    value="3."/>
    <define name="R_SPEED"      value="2."/>
    <define name="R_SPEED_MIN"  value="1."/>
  </section>

In hf_float.c:


#ifndef HFF_ACCEL_NOISE
#define HFF_ACCEL_NOISE 0.5
#endif


Good Flight

@+

reply via email to

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