Subsystem/actuators

From PaparazziUAV
Revision as of 14:31, 6 December 2011 by Flixr (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This subsystem only needs be explicitly specified for rotorcrafts where there are several different actuators implementations and you have to add the correct one depending on the ESCs you use.

Currently possible actuators subsystems are

  • mkk: Mikrokopter ESCs
  • asctec
  • asctec_v2
  • pwm_supervision
  • skiron
  • heli


File: conf/airframes/myplane.xml
  <firmware name="rotorcraft">
     ...
    <subsystem name="actuators" type="mkk"/>
  </firmware>