Skip to content

Commit f38b6e4

Browse files
committed
Update example
1 parent 72e1227 commit f38b6e4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/examples/03_backends_ros/files/04_plan_motion.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,3 @@
2727

2828
print("Computed kinematic path with %d configurations." % len(trajectory.points))
2929
print("Executing this path at full speed would take approx. %.3f seconds." % trajectory.time_from_start)
30-
# print('Executing')
31-
32-
# robot.client.follow_joint_trajectory(
33-
# trajectory, callback=done_handler, errback=errhandler, feedback_callback=handler)
34-
35-
# wait = robot.client.execute_joint_trajectory(trajectory)
36-
37-
# print('Waiting...')
38-
# r = wait.result()
39-
# print('Done waiting...')
40-
41-
# import time
42-
# time.sleep(1)

0 commit comments

Comments
 (0)