User:Esden/Steps

From PaparazziUAV
Jump to navigation Jump to search

Paparazzi Installation

  1. install dependencies
  2. clone paparazzi repository
  3. compile paparazzi
  4. make sure simulation works

Paparazzi Basics

What does paparazzi framework consist of

  1. Ground software
  2. Airborne firmware

Describing and playing with the Ground segment software

  1. Paparazzi center
  2. Compiling and starting a session
  3. Agents
  4. Ground network (IVY BUS)
  5. Messages
  6. Real time Plotter
  7. Drag and drop messages
  8. Modifying session parameters
  9. Saving a session
  10. Restarting a session
  11. Creating preset session layouts
  12. Magic variables in session commands

Ground Station software

  1. Paparazzi GCS
  2. Parts of the Paparazzi GCS
  3. PapGets
  4. Configuration
  5. GPS
  6. PFD
  7. Aircraft status fields

Compiling flashing and configuring the autopilot firmware:

  1. Compiling a firmware
  2. Flashing a firmware
  3. Testing a firmware (telemetry)
  4. RC control

Adapting defaults to your aircraft

  1. Understanding an airframe file
  2. Creating your own airframe file
  3. Switching from Spektrum to PPM
  4. Configuring a PPM setup

Modifying flight plans

  1. ...

Autopilot Bringup Elle0

Before you start playing with hardware, make sure you have installed the software and you know how it works. For that follow the Paparazzi Installation and Paparazzi Basics tutorials.

  1. Unpack your autopilot
  2. Make sure everything is in the package
  3. Make up cables if you don't have them yet
  4. Test that the board is powering up
  5. Test flashing your own firmware
  6. Test you can receive telemetry by connecting the autopilot directly to your laptop
  7. Test that the radios can communicate with each other
  8. Test that you can receive telemetry using the radios connected to the autopilot
  9. Test that the autopilot IMU is working
  10. Connect RC control to your autopilot
  11. Test that the RC signals are arriving and are the right assignement
  12. connect test servos and see if the commands are controling the servos
  13. Start building your aircraft after all the above was done on your bench