euslisp / jskeus

This repository contains EusLisp software developed and used by JSK at The University of Tokyo
23 stars 55 forks source link

[irtrobot.l] fix bug in :calc-zmp-from-forces-moments #602

Closed Naoki-Hiraoka closed 1 year ago

Naoki-Hiraoka commented 2 years ago
(load "package://euslisp/jskeus/irteus/demo/sample-robot-model.l")
(setq *robot* (instance sample-robot :init))
(send *robot* :calc-zmp-from-forces-moments (list #F(0 0 500) #F(0 0 500)) (list #F(0 0 0) #F(0 0 0)))

上記プログラムを実行すると,以下のエラーが出ました.

error: cannot find method :worldpos in (send fs :worldpos) 

これを直すPull Requestです.

k-okada commented 1 year ago

closed via #609