Git Product home page Git Product logo

lipm_walking_controller's Introduction

LIPM Walking Controller

Stair climbing by the HRP-4 humanoid robot

Source code of the walking and stair climbing controller used in the experiments of Stair Climbing Stabilization of the HRP-4 Humanoid Robot using Whole-body Admittance Control, as well as in an industrial demonstrator at the Airbus Saint-Nazaire factory.

Installation

Compilation has been tested on Ubuntu 14.04 (gcc/clang) with ROS Indigo and Ubuntu 16.04 (gcc) with ROS Kinetic.

Dependencies

Compilation requires:

The following dependencies are not publicly released but available upon request to Pierre Gergondet:

  • mc_rtc: robot controller library (includes mc_control, mc_rbdyn, mc_solver and mc_tasks)
  • mc_rtc_ros: ROS tools for mc_rtc
  • mc_rtc_ros_data: ROS environment and object descriptions for mc_rtc

Building from source on Linux

Link lipm_walking_controller from the source folder of your catkin workspace, then follow the standard catkin workflow:

catkin_make -DCMAKE_BUILD_TYPE=RelWithDebInfo && catkin_make install

To avoid a sudo at catkin_make install you can change ownership or permissions of the /usr/local/lib/mc_controller folder.

Usage

Launch RViz for the HRP-4 model by:

roslaunch lipm_walking_controller display.launch robot:=hrp4

Enable the controller in your mc_rtc configuration:

{
  "MainRobot": "HRP4",
  "Enabled": ["LIPMWalking"]
}

Finally, start the controller from your mc_rtc interface. Here is the example of a local Choreonoid simulation using the mc_udp interface:

cd /usr/local/share/hrpsys/samples/HRP4LIRMM
choreonoid --start-simulation HRP4LIRMM_udp.cnoid  # in one terminal
MCUDPControl -h localhost  # in another terminal

You should end up with the following windows: 2019-09-03-104321_1920x1080_scrot See the Graphical user interface page of the wiki for further instructions on how to use this GUI.

Thanks

To @gergondet for developing and helping with the mc_rtc framework.

lipm_walking_controller's People

Contributors

stephane-caron avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.