
roineust
Hello!
I am trying to build a script that will make the drone take off, then fly left and right (not turn, but really fly these directions - is that what's called yaw?) then Land.
As well i am trying to build a script that will make the drone fly according to joystick movements, that i recorded for it in advance.
I have tried this script:
ControlCommand("AR Drone", TakeOff)
ControlCommand("AR Drone", Land)
But nothing happend...
How do i script such things?
Thanks,
Roi.
Beside the editor is a manual of commands. The manual has all commands. Each command has a description written about it. Each command also contains an example. The commands you are looking for are TakeOff() and Land()
So your script would be something like
Code:
Thanks a lot!
How do i change the joystick and AR Drone control, so the left and right will make the drone really fly left and right, not turn around its axis in these directions? (i am referring to the blue arrow buttons on the sides of the red "stop" button in the AR Drone control and also to moving the joystick)
Is it possible to control the Drone, using the mouse pad? I tried adding a touch control, and it didn't respond, maybe it was a local momentary wireless connection problem, or any other reason?
As well, i tried to record joystick movements, when the drone was flying and responding well to joystick movements, and then replay them, but was not able to. Is there anything i forgot to configure or add on the script recorder?
Thanks,
Roi.
I have put it on my desktop and will be using it frequently.
When you turn the joystick left and right, does the drone fly left and right or yaw left and right? (yaw - turn on its axis)
In my case, it yaws.
How do i make a left and right movement of the joystick, to fly the drone left and right, instead of yaw left and right?
Thanks.