paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] New airframe file and GPS.


From: Eric Parsonage
Subject: Re: [Paparazzi-devel] New airframe file and GPS.
Date: Tue, 31 Aug 2010 08:33:10 +0930

Helge


You can always add a define in the target section of the new makefile system here is the start of my target section


    <target name="ap" board="booz_1.0">
      <define name="GPS_USE_LATLONG"/>



You  use a different board so change booz_1.0 to whatever it needs to be for a TWOG  board  and add the line below it.

Regards

Eric


On 31/08/2010, at 6:32 AM, Helge Walle wrote:

Hi,
 
I have tested my TWOG based equipment (LEA-5H GPS, IR sensors, no gyro) and things seem to work fine with the new airframe file.
 
However a couple of unwanted messages show up in Paparazzi Center:
 
After half a minute or so outside I get some (30 or so) lines like this:
Invalid_argument("Latlong.of_utm")
 
Just after obtaining a 3D fix I get one line like this:
File "fw-server.ml", line 214, characters 6-12: Assertion failed
 
With the old airframe file the first of these lines were removed by having
ap.CFLAGS += -DGPS_USE_LATLONG
in the makefile section.
 
Do I need to do anything special to my airframe file or GPS?
 
Thanks,
 
Helge.
 
 
 
 
 
 
_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel


reply via email to

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