Australia
Asked — Edited

The Ar Drone 2.0 Tracks The Glyph But Does Not Execute It

hello guys, i am a student at the univesity of klagenfurt and currently playing around with ar drones. my problem now is that i typed a code in the glyph 1 the drone reconigse it but does not execute it the drone only flys into it hanks for your help


ARC Pro

Upgrade to ARC Pro

Unleash your creativity with the power of easy robot programming using Synthiam ARC Pro

Australia
#2  

stop() sleep(3000) land()

and the drone still flys forward right into the glyph

#3  

Do you have the AR Drone Movement Panel control in your project? The commands Stop(), Forward(), Left(), Right() and Reverse() only work in combination with a Movement Panel.....

Where are you using your commands to stop? What script and where?

Australia
#4  

yes i am using the movement panel the scipt that i made is in camera config ->scripts -> glyph -> "pen on glyph1" -> then the ez -script editor opens and thats where i typed the comand.

PRO
Synthiam
#5  

Sounds like you're not clearing the last glyph once it's detected. As the manual states, a glyph is only detected once and until another glyph is detected. This prevents your code from running over and over and over for each frame. Look at the Cheat Sheet for the camera control. Also the ? is next to the x close button on all controls. Press that to access help for respective controls. In your case, you will need to read the help on the camera control.

Australia
#6  

ok thank you after clearing the glyph it worked:)