Page 1 of 1

Look for the test file to make the biped robot walk

Posted: 30 Nov 2016, 18:30
by Nana
I'm trying to control a humanoid biped robot with Matlab and right now I can just make the movement of all the joints. I have got a lot of difficulties in making the robot walk stably. Does anyone have a test file for any biped robot like NAO or Asti or any suggests for me how to deal with that? Thanks!

Re: Look for the test file to make the biped robot walk

Posted: 01 Dec 2016, 15:06
by coppelia
Hello,

this is a difficult, task, specially if you are trying to make the robot do a non-quasi static walk.
For a quasi-static walk, you need to make sure that in each situation the robot is balanced and will not fall if the movement suddenly stops (i.e. basically have the center of mass over the contact points with the floor). The movement sequence for each joint will also depend on the robot, link length, joint arrangements, etc.

But if you take the Asti humanoid robot for instance, its joint movements are defined by two IK tasks. But you could record the joint positions for each time step, and apply them to your robot's joints in a play-back fashion.

Cheers

Re: Look for the test file to make the biped robot walk

Posted: 03 Aug 2018, 08:25
by MYChen
hello,
Have you found the way to make biped robot such as nao walk?
I'm really appreciated.