Lucas13013 / javadrone

Automatically exported from code.google.com/p/javadrone
0 stars 0 forks source link

Enums for LED Animations, Animations and Config Options #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment one has to know the int and string values of the animations and 
config options.

Attached is a patch for ARDrone.java that exposes enums that can be used to 
identify the desired
animation using code.

Original issue reported on code.google.com by normen667 on 21 May 2011 at 4:27

Attachments:

GoogleCodeExporter commented 8 years ago
I should maybe add that although some names look a bit strange, they are based 
on the original SDK constant names.

Original comment by normen667 on 21 May 2011 at 4:32

GoogleCodeExporter commented 8 years ago
Thanks for patches. I will review them and incorporate!

Original comment by kroko...@gmail.com on 22 May 2011 at 2:44

GoogleCodeExporter commented 8 years ago
Commited. Thanks!

Original comment by kroko...@gmail.com on 22 May 2011 at 2:51

GoogleCodeExporter commented 8 years ago
I added the missing CONTROL commands, see attached patch

Original comment by normen667 on 22 May 2011 at 4:07

Attachments: