Skip to content

Commit d7c1f74

Browse files
author
Tim Schneider
committed
Fixed linear.py example
1 parent 1d3cd0e commit d7c1f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/linear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
robot.move(motion_forward)
2323

2424
# And move backwards using the inverse motion
25-
motion_backward = LinearMotion(target.inverse())
25+
motion_backward = LinearMotion(target.inverse)
2626
robot.move(motion_backward)

0 commit comments

Comments
 (0)