gobot icon indicating copy to clipboard operation
gobot copied to clipboard

Lights control not working on Parrot Minidrone "Maclane"

Open kashifmaqsood opened this issue 6 years ago • 1 comments
trafficstars

Using the following driver to control Macalne https://gobot.io/documentation/platforms/minidrone

The flying works fine but "LightControl()" function has no impact

I am doing the following to turn the lights on at 50% brightness drone.LightControl(0, 0, 50)

kashifmaqsood avatar Mar 06 '19 04:03 kashifmaqsood

Hi @kashifmaqsood I do not have one to test with, so I am not too much help.

You might want to look at the details of the XML messages here and see what the difference is in what Gobot is sending: https://github.com/Parrot-Developers/arsdk-xml/blob/d8a86c226384ca33452b48787ea6a94ca5d45934/xml/minidrone.xml#L747

deadprogram avatar May 31 '19 06:05 deadprogram