Skip to content

Initialisation

Timothé Fillion Brunet edited this page May 15, 2013 · 2 revisions

Here is a list of steps to initialize the quadcopter :

  • we load configuration file
  • we set global variables with configuration
  • we load all modules from the configuration file, this mean sensors, motors, receiver and web server
  • we initialize the sensors
  • we initialize the motors
  • we initialize the receiver
  • if selected, we initialize the web server
  • we do sensors calibration
  • quad is now ready to receive commands

Clone this wiki locally