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.
"go()" function not responding
-
Hello,
I am trying to use the "drone.go(direction, duration)" as follows "drone.go(Direction.FORWARD, 2)" and it is not working. Jupyter Notebook tells me that "name 'direction' is not found", so my drone is not going forward. I have already tried "drone.go(FORWARD, 2)" and it gives me a similar error, only this time it says "name 'FORWARD' not found". I am assuming this has to do with the library of CoDrone since I do not think I am misspelling it, feel free to correct me though. Can you please help me? I have attached a picture of my code.
Thank you
-
@raulromero ,
I responded on your other thread