paparazzi-devel
[Top][All Lists]
Advanced

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

[Paparazzi-devel] turning AP upside down (installing it reversed)


From: Andreas Philipp
Subject: [Paparazzi-devel] turning AP upside down (installing it reversed)
Date: Mon, 08 Sep 2014 17:01:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Dear list,

in order to mount an AP reversed (upside down, for accessing the plugs
easily), what do I have to change in the airframe file? I couldn't find
any hint in the archive or wiki.

For an Apogee I changed this:

  <section name="IMU" prefix="IMU_">
    <!-- Calibration Neutral -->
    <define name="GYRO_P_NEUTRAL" value="0"/>
    <define name="GYRO_Q_NEUTRAL" value="0"/>
    <define name="GYRO_R_NEUTRAL" value="0 "/>

    <define name="ACCEL_X_NEUTRAL" value="0"/>
    <define name="ACCEL_Y_NEUTRAL" value="0"/>
    <define name="ACCEL_Z_NEUTRAL" value="0"/>

    <define name="BODY_TO_IMU_PHI" value="0" unit="deg"/>
    <define name="BODY_TO_IMU_THETA" value="0" unit="deg"/>
    <define name="BODY_TO_IMU_PSI" value="0" unit="deg"/>
  </section>

to that (just changing BODY_TO_IMU_THETA and BODY_TO_IMU_PSI):

  <section name="IMU" prefix="IMU_">
    <!-- Calibration Neutral -->
    <define name="GYRO_P_NEUTRAL" value="0"/>
    <define name="GYRO_Q_NEUTRAL" value="0"/>
    <define name="GYRO_R_NEUTRAL" value="0 "/>

    <define name="ACCEL_X_NEUTRAL" value="0"/>
    <define name="ACCEL_Y_NEUTRAL" value="0"/>
    <define name="ACCEL_Z_NEUTRAL" value="0"/>

    <define name="BODY_TO_IMU_PHI" value="0" unit="deg"/>
    <define name="BODY_TO_IMU_THETA" value="180" unit="deg"/>
    <define name="BODY_TO_IMU_PSI" value="180" unit="deg"/>
  </section>

This works in principle, however, the GCS (PFD) shows that the AP is
initated reversed first and then needs a long time for slowly drifting
to the correct position (actually it drifts beyond the right roll
position and then back like controlled by a low-pass filter).
And maybe associated with this: When flying circles in the flightplan,
the plane of the circle is tilted about several meters (may be 20m or
more), leading to one side of the circle being lower than the other,
which is strange and annoying for climate measurements. The tilt is
always in the same direction.

What am I missing?

Thanks for any reply,
Andreas

-- 
--------------------------------------
Dr. Andreas Philipp
Institute of Geography
University of Augsburg
Universitaetsstrasse 10
D - 86135 Augsburg
Germany

Phone:  ++49/821/598-2266
Fax:    ++49/821/598-2264
Email:  address@hidden
http://www.geo.uni-augsburg.de/lehrstuehle/phygeo/personal/philipp/
--------------------------------------



reply via email to

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