Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.44 KB

README.md

File metadata and controls

51 lines (40 loc) · 1.44 KB

UTHAI-Humanoid

Static Walk of Humanoid Robot video

Static Walk of Humanoid Robot

Fast Startup Simulation (Kinetic-devel)

  1. install lib
    sudo apt install liborocos-kdl1.3 ros-kinetic-effort-controllers ros-kinetic-position-controllers ros-kinetic-controller-
    sudo pip install pyexcel_ods
    
  2. create workspace.
    mkdir -p ~/uthai_ws/src
    
  3. clone UTHAI-Common repository.
    cd ~/uthai_ws/src
    git clone https://github.com/sirawats/UTHAI-Humanoid.git
    
  4. make.
    cd ~/uthai_ws/
    catkin_make
    
  5. demo
    source ~/uthai_ws/devel/setup.bash
    roslaunch uthai_simulation uthai_demo.launch
    

Simulation

  1. Click Start

    • Use 2D Pose Estimate for initial start point
    • Use 2D Nav goal for destination point

  2. Wait a while for path searching

  3. Robot's going to start walking (slowly)

rqt_graph