Skip to content

Commit

Permalink
To test test-pointcloud.l with conmpiled code requries euslisp/EusLis…
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 30, 2018
1 parent 5f0d718 commit 249283d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions irteus/test/test-pointcloud.l
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,15 @@
(send base :assoc *point*)
(send base :transform
(make-coords :pos (float-vector 400 -800 1200) :rpy (list 0.4 0.3 0.2)))
(if (and (derivedp #'move-origin-to-check compiled-code) (not (boundp 'lisp::*print-precision*)))
(warning-message 1 "eps-v= ... (float-vector 792.73...) tests requires https://github.com/euslisp/EusLisp/pull/357~%")
(progn
(assert
(eps-v=
(send (send *point* :worldcoords) :transform-vector (car (send *point* :point-list)))
(float-vector 792.732209445 539.4908242525 2397.9448709116)
*temp-eps*))
))

(send *point* :move-origin-to *ccoords*)
(assert
Expand Down

0 comments on commit 249283d

Please sign in to comment.