File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 21
21
distance (- (v. normal (car vertices))))))
22
22
(in-package " USER" )
23
23
24
+ ; ; https://github.com/euslisp/EusLisp/issues/232
25
+ #- :arm
24
26
(deftest test-body+
25
27
(let (bottom-frame
26
28
b
Original file line number Diff line number Diff line change 110
110
(< (reduce #' (lambda (x y) (max x y)) ret-list2) (+ 90 *epsilon* )))
111
111
))
112
112
113
+ ; ; https://github.com/euslisp/EusLisp/issues/232
114
+ #- :arm
113
115
(deftest test-linear-interpolator ()
114
116
(let ((res (test-interpolators linear-interpolator)))
115
117
(assert res)))
Original file line number Diff line number Diff line change 885
885
:robot-class sarmclass :wheel-class omniwheel-joint
886
886
:use-wholebody t )))
887
887
888
+ ; ; https://github.com/euslisp/EusLisp/issues/232
889
+ #- :arm
888
890
(deftest test-orientation-of-joint-class
889
891
(assert
890
892
(let ((ret (test-orientation-of-joint-class-common sphere-joint)))
You can’t perform that action at this time.
0 commit comments