YuchuanLu / BasicGaitGen

Matlab code for basic gait generator for students

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BasicGaitGen

Matlab code for basic gait generator for students
Please try following commands!

cd BasicGaitGen
tridiagonal_demo
invM = M^-1; 
figure; imagesc(M);
figure; imagesc(invM);

x = invM * zmpx;
y = invM * zmpy;

About

Matlab code for basic gait generator for students

License:MIT License


Languages

Language:MATLAB 100.0%