Skip to content

Commit

Permalink
Add test about pr2 predefined pose
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Aug 30, 2016
1 parent 6b253d9 commit 11d2da3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions euscollada/test/euscollada-pr2-test.l
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,12 @@
(if (not (boundp '*pr2*)) (pr2))
(eusmodel-validity-check-one *pr2*))

(deftest pr2-predefined-pose-test
(if (not (boundp '*pr2*)) (pr2))
(send *pr2* :reset-pose)
(send *pr2* :reset-pose :larm)
(send *pr2* :reset-pose :rarm)
)

(run-all-tests)
(exit)

0 comments on commit 11d2da3

Please sign in to comment.