Skip to content

Commit

Permalink
irttest/test/*.l : some tests will not work on :arm
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jan 9, 2017
1 parent c0fc182 commit e20019d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions irteus/test/geo.l
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
distance (- (v. normal (car vertices))))))
(in-package "USER")

;; https://github.com/euslisp/EusLisp/issues/232
#-:arm
(deftest test-body+
(let (bottom-frame
b
Expand Down
2 changes: 2 additions & 0 deletions irteus/test/interpolator.l
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
(< (reduce #'(lambda (x y) (max x y)) ret-list2) (+ 90 *epsilon*)))
))

;; https://github.com/euslisp/EusLisp/issues/232
#-:arm
(deftest test-linear-interpolator ()
(let ((res (test-interpolators linear-interpolator)))
(assert res)))
Expand Down
2 changes: 2 additions & 0 deletions irteus/test/test-irt-motion.l
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,8 @@
:robot-class sarmclass :wheel-class omniwheel-joint
:use-wholebody t)))

;; https://github.com/euslisp/EusLisp/issues/232
#-:arm
(deftest test-orientation-of-joint-class
(assert
(let ((ret (test-orientation-of-joint-class-common sphere-joint)))
Expand Down

0 comments on commit e20019d

Please sign in to comment.