By: Eko Rudiawan
Overview
This is an implementation of omnidirectional walking pattern generator for humanoid robot using ZMP analytical approach that was proposed by Harada, Kensuke, et al. The input is defined as motion command
Example Results
-
Forward walking with motion command
$cmd_x = 0.05$ ,$cmd_y = 0.00$ , and$cmd_\theta = 0.00$ -
Diagonal walking with motion command
$cmd_x = 0.04$ ,$cmd_y = 0.02$ , and$cmd_a = 0.00$ -
Turning with motion command
$cmd_x = 0.05$ ,$cmd_y = 0.00$ , and$cmd_a = 10^o$
References