euslisp / jskeus

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

[irtdyna.l]fix bag of gait-generator::solve-av-by-move-centroid-on-foot #545

Closed Naoki-Hiraoka closed 5 years ago

Naoki-Hiraoka commented 5 years ago

Method function :calc-walk-pattern-from-footstep-list of robot-model class receives keyword arguments ik-thre and ik-rthre, https://github.com/euslisp/jskeus/blob/c1e604fb6272af0f95e301db2d09cf1f482da429/irteus/irtrobot.l#L669 but these arguments are NOT functioning.

This is caused by the misuse of append function. I fixed this problem.