File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19811981 (leg-order (mapcar #' (lambda (l) (position l legs)) all-limbs))
19821982 (fix-coords (append swing-leg-coords support-leg-coords)))
19831983 (unless (memq :thre args)
1984- (append args (list :thre (mapcar #' (lambda (x) (if (memq x ' (:rleg :lleg )) ik-thre (* 5 ik-thre))) all-limbs))))
1984+ (setq args ( append args (list :thre (mapcar #' (lambda (x) (if (memq x ' (:rleg :lleg )) ik-thre (* 5 ik-thre))) all-limbs) ))))
19851985 (unless (memq :rthre args)
1986- (append args (list :rthre (mapcar #' (lambda (x) (deg2rad (if (memq x ' (:rleg :lleg )) ik-rthre (* 5 ik-rthre)))) all-limbs))))
1986+ (setq args ( append args (list :rthre (mapcar #' (lambda (x) (deg2rad (if (memq x ' (:rleg :lleg )) ik-rthre (* 5 ik-rthre)))) all-limbs) ))))
19871987 (send* robot :move-centroid-on-foot
19881988 :both all-limbs :target-centroid-pos cog
19891989 :fix-limbs-target-coords (mapcar #' (lambda (idx) (elt fix-coords idx)) leg-order)
You can’t perform that action at this time.
0 commit comments