Hello,
I’m working on a humanoid robot and am currently stuck on creating a dynamic walking gait with inverse kinematics according to several IMUs and sensors. My plan is before I start working on the actual walking gait, I need to balance the robot according to data from my IMUs. However, I do not completely understand how to integrate the IMUs into my robot and do meaningful actions from them.
What I know/can do so far:
The IMU is mounted on the body of the robot, and I am able to read the data.
Control multiple servos at the same time.
Knowledge that IK is used to calculate where the point of interest (the foot of each leg) is and will need to be at.
Things I’m confused about:
How exactly do I convert all those calculations for IK into motion for my servos? For both legs?
How does the IMU fit into the above? Does it change the IK model, or is it just an additional variable to account for?
What does PID do in all of this? I saw James Bruton fit a PID system in his Robot X humanoid, but how does it work?
James Bruton’s Robot X (which used a PID along with a IMU): here
Humanoid robot kit I’m using: Sainsmart 17 DOF humanoid robot kit
IMU: MPU6050
Really appreciate it if someone could explain it in simple terms for a noob!