We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3cd0e commit d7c1f74Copy full SHA for d7c1f74
examples/linear.py
@@ -22,5 +22,5 @@
22
robot.move(motion_forward)
23
24
# And move backwards using the inverse motion
25
- motion_backward = LinearMotion(target.inverse())
+ motion_backward = LinearMotion(target.inverse)
26
robot.move(motion_backward)
0 commit comments