Difference between revisions of "FAQ"
Jump to navigation
Jump to search
(add entries from common problems to faq) |
|||
Line 84: | Line 84: | ||
==What are the paparazzi failsafe features and how do I configure them?== | ==What are the paparazzi failsafe features and how do I configure them?== | ||
See [[Failsafe]] | See [[Failsafe]] | ||
==Why do I only get a blank (black) GCS== | |||
:The GCS stays blank until you get telemetry messages (either from the real aircraft or simulated) with the correct MD5 checksum meaning the autopilot has the correct and up to date flightplan/airframe/... programmed in it (in case of an MD5 problem you constantly get a lot of warnings in paparazzi center). | |||
:'''Solution''': Probably your telemetry is not set up correctly, this is most likely a [[XBee configuration]] issue. | |||
==Why do I get a Failure("#of_world:no georef") when trying to load map tiles== | |||
:You get the georef error because the location is not initialized (probably GCS still blank and no aircraft are present). You can't get map tiles for nowhere... | |||
:'''Solution''': Set up your telemetry properly so you get messages from the aircraft OR start a simulation with the appropriate coordinates then load the map tiles. | |||
==How do I check if my telemetry is working?== | |||
:'''Solution''': Launch the link and messages tools in the Paparazzi Center. You should see the the messages coming in (blinking green) in the messages window. | |||
: You might need to adjust the device and baud-rate of the link according to your setup, e.g. <tt>link -d /dev/ttyUSB0 -s 57600</tt> | |||
: If you're stuck you can make ''link'' very verbose by setting the ''PPRZ_DEBUG'' environment variable to '' '*' '' | |||
==Why don't I get a GPS position?== | |||
:'''Problem''': Your GPS seems to be working, but you cannot get a valid position fix. Speed and course are displayed correctly, though. Possibly you also see Invalid_argument("Latlong.of_utm") errors on the GCS log. | |||
This may happen if you have configured the wrong GPS subsystem for your Tiny board. | |||
If you have the LEA-5H module on your Tiny board, but have configured | |||
<tt><subsystem name="gps" type="ublox_lea4p"/></tt> | |||
in your airframe file, this will occur because the 5H module does not support UTM position. | |||
:'''Solution''': Make sure your GPS is [[GPS#GPS_configuration_using_U-Center|configured]] correctly and change the gps type to "<tt>ublox_lea5h</tt>" (or add a <tt><define name="GPS_USE_LATLONG"/></tt> flag) if applicable. | |||
|} | |} |
Revision as of 19:06, 28 January 2011
General Paparazzi FAQ
Is it possible to __________?
How can I contribute?
What equipment and components are suggested
Are internal combustion engines supported?
Can Paparazzi fly a glider?
Will the autopilot provide enough 5V power for many/large/digital servos as well as a modem, video TX, etc.?
Do I need a separate battery or regulator to isolate the autopilot, servos, video, modem, etc. from one another?
Can I use a Sirf, Trimble, etc. instead of the u-Blox GPS receiver?
Does Paparazzi use DGPS, WAAS, EGNOS, or MSAS?
How does the R/C receiver interface with the autopilot?
Why does Paparazzi tap directly into the R/C receiver instead of using individual servo signals?
Are PCM or 2.4GHz R/C systems compatible with Paparazzi?
What R/C transmitters are compatible?
Can a gamepad/joystick be used to control the aircraft through the modem?
What do MANUAL/AUTO1/AUTO2 stand for?
What Motor Controllers (ESC) are compatible?
Can traditional throttle stick programming be done on the ESC once connected to the autopilot?
Does Paparazzi support digital servos?
Can I solder wires directly to the autopilot instead of using the molex connectors?
What are the paparazzi failsafe features and how do I configure them?See Failsafe Why do I only get a blank (black) GCS
Why do I get a Failure("#of_world:no georef") when trying to load map tiles
How do I check if my telemetry is working?
Why don't I get a GPS position?
This may happen if you have configured the wrong GPS subsystem for your Tiny board. If you have the LEA-5H module on your Tiny board, but have configured <subsystem name="gps" type="ublox_lea4p"/> in your airframe file, this will occur because the 5H module does not support UTM position.
|