AttributeError: 'Robot' object has no attribute 'forward' #522
Unanswered
JaideepAher
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting error while running basic robot motion
robot.forward(speed=0.3)
AttributeError Traceback (most recent call last)
in
----> 1 robot.forward(speed=0.3)
AttributeError: 'Robot' object has no attribute 'forward'
Beta Was this translation helpful? Give feedback.
All reactions