You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;; Here is the process on rcb4robot side
(load "rcb4robots.l")
(load "package://robot_assembler/euslisp/convert-rcb4robots.l")
(load-parts-association-file "/tmp/ra_parts_attach_list.l")
;; convert kxr-robot to roboasm-robot
(setq *robot* (rename-and-add-bbox (kxr-make-robot "kxrl2l6a6h2")))
(setq ht (convert-robot-to-roboasm *robot*)) ;; make hash-table from kxr-robot
(dump-hash "/tmp/roboasm.l" ht) ;; dump hash-table to roboasm.l
(exit)
The text was updated successfully, but these errors were encountered:
@YoheiKakiuchi
#73 で追加された euslisp/README.md に従って rcb4robot の変換を試みているところですが,
と,
(send (bd . gl::aglvertices) :vertices)
のところでエラーになっているようです.実行したコマンドは以下です.readme の第1パラグラフにあるものをそのまま実行したのち,以下のコマンドを実行しました.
The text was updated successfully, but these errors were encountered: