Skip to content

Commit

Permalink
[cart_humanoid/euslisp/cart_humanoid-interface.l] add comments and prnts
Browse files Browse the repository at this point in the history
  • Loading branch information
kindsenior committed Nov 20, 2022
1 parent c40a92b commit ff55abf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cart_humanoid/euslisp/cart_humanoid-interface.l
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@

)



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ヒューマノイドロボットJAXON用初期化関数
;; robot-interface (*ri*) とモデル (*cart_humanoid*)を生成する
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun cart_humanoid-init (&rest args)
(if (not (boundp '*ri*))
(setq *ri* (instance* cart_humanoid-interface :init args)))
Expand All @@ -152,3 +154,5 @@
(t
(warn ";; you should load robot-file before loading this file!")
))

(warn ";; (cart_humanoid-init) ;; for initialize and generating *cart_humanoid* and *ri*~%")

0 comments on commit ff55abf

Please sign in to comment.