gobot
gobot copied to clipboard
Lights control not working on Parrot Minidrone "Maclane"
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)
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