"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