AR Drone 2/Motor driver

From PaparazziUAV
Revision as of 05:00, 15 November 2012 by Bdelrue (talk | contribs) (Created page with "Starting off with the project we first tried searching what had allready been done for AR.Drone1 and we found a very good source[http://blog.perquin.com/blog/2011/06/] explaining…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Starting off with the project we first tried searching what had allready been done for AR.Drone1 and we found a very good source[1] explaining how to control the motors. We soon noticed that the device name is different on the AR.Drone2. We found out by using dmesg and trace functions that the devices are as follows:

  • /dev/ttyO0 : motor

After finding out what the correct device was, we could simply change the device name in the driver created by hugo[2]. This gave us a working motor driver.