Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neka-nat/humanoid_robot

Read "humanoid robot" and implement some algorithms
https://github.com/neka-nat/humanoid_robot

biped humanoid-robot python robotics zmp

Last synced: 3 months ago
JSON representation

Read "humanoid robot" and implement some algorithms

Awesome Lists containing this project

README

        

# Humanoid robot algorithms

## Linear Inverted Pendulum Simulation 2D

This script is very simple Linear Inverted Pendulum simulation 2D.

### Walk on a flat ground

![lip2d](lin_inv_pend_2d/lip2d.gif)

### Climb stairs

![lip2d_stair](lin_inv_pend_2d/lip2d_stair.gif)

## Linear Inverted Pendulum Simulation 3D

### Step Parameter

|n | 1| 2| 3| 4| 5|
|:---|:---|:---|:---|:---|:---|
|s_x| 0.0| 0.3| 0.3| 0.3| 0.0|
|s_y| 0.2| 0.2| 0.2| 0.2| 0.2|

### Result

![lip3d](lin_inv_pend_3d/lip3d.png)
![lip3d](lin_inv_pend_3d/lip3d_top.png)