gritsma
Australia
Asked
— Edited
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
can you post your code?
stop() sleep(3000) land()
and the drone still flys forward right into the glyph
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?
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.
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.
ok thank you after clearing the glyph it worked
Awesome!