As of September 2021, we have moved technical support to Robolink Help
Welcome to the Robolink Community forum!
You can post here to interact with others in the Robolink community. We're checking it weekly, and we'll respond to some messages. If you're looking for technical support, head over to Robolink Help.
Python Remote
-
In Blocky when you make a remote control it uses Key.KEY_PRESSED==keyboard.z: to indicate that the drone can be flown with the "z" key. However when
It also uses while drone.is_code_running()However,when I type into Python what blocky suggest I get a syntax not recognized for while drone.is_code_running()
Is there another way to do a remote?