Skip to content

Commit

Permalink
pr2eus/test/pr2-ri-test-simple.l: add (send *ri* :wait-interpolation)…
Browse files Browse the repository at this point in the history
… before (send *ri* :angle-vector-duration (send *ri* :state :potentio-vector) (send *pr2* :angle-vector) 5 1.0)
  • Loading branch information
k-okada committed Nov 17, 2021
1 parent 266b27d commit 37e44f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pr2eus/test/pr2-ri-test-simple.l
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
(setq *ri* (instance pr2-interface :init))
(assert (send *pr2* :reset-pose))
(assert (send *ri* :angle-vector (send *pr2* :angle-vector)))
(send *ri* :wait-interpolation)
(assert (= (send *ri* :angle-vector-duration (send *ri* :state :potentio-vector) (send *pr2* :angle-vector) 5 1.0) 1))
(send *pr2* :larm :shoulder-p :joint-angle 0)
(setq tm (send *ri* :angle-vector-duration (send *ri* :state :potentio-vector) (send *pr2* :angle-vector) 5 1.0 :larm-controller))
Expand Down

0 comments on commit 37e44f7

Please sign in to comment.