Coder Social home page Coder Social logo

whole-body-estimators's Introduction

whole-body-estimators C++ CI Workflow

YARP-based estimators for humanoid robots.

Overview

๐Ÿ“™ Implementation

The current implementations available in the devices folder include,

  • baseEstimatorV1 includes a simple humanoid floating base estimation algorithm fusing legged odometry and IMU attitude estimation, aimed to be used along side walking controllers.

Floating Base Estimation Algorithm V1

  • wholeBodyDynamics primarily implements external contact wrench and internal joint torques estimation using various sensor modalities of the robot. Please see the document Force Control on iCub for more details (This is ported from its original archived repository robotology-legacy/codyco-modules). It additionally includes supporting algorithms for gravity compensation torques estimation, and force-torque sensors calibration.

๐Ÿ“„ Dependencies

  • YCM extra CMake Modules for YARP and friends.

  • YARP: to handle the comunication with the robot;

  • ICUB: to use the utilities like low pass filters from the ctrLib library

  • iDynTree: to setup the floating base estimation algorithm. Please compile iDynTree with CMake option IDYNTREE_USES_ICUB_MAIN ON (depends on ICUB).

  • Gazebo: for the simulation (tested Gazebo 8 and 9).

    Optional Dependencies

It must be noted that all of these dependencies can be directly installed together in one place using the robotology-superbuild, in particular enabling its Dynamics component.

๐Ÿ”จ Build the suite

Linux

git clone https://github.com/robotology/whole-body-estimators.git
cd whole-body-estimators
mkdir build && cd build
cmake ../
make
[sudo] make install

Notice: sudo is not necessary if you specify the CMAKE_INSTALL_PREFIX. In this case it is necessary to add in the .bashrc or .bash_profile the following lines:

export WBDEstimator_INSTALL_DIR=/path/where/you/installed
export YARP_DATA_DIRS=${YARP_DATA_DIRS}:${WBDEstimator_INSTALL_DIR}/share/yarp

Note that this is not necessary if you install whole-body-estimators via the robotology-superbuild .

Using the estimators

  • baseEstimatorV1 Please follow the documentation available here to run the floating base estimator.
  • wholeBodyDynamics Please follow the documentation for a description of features/parameters of the device and please follow the documentation in Force Control on iCub for running the whole body dynamics device.

Authors

Hosameldin Awadalla Omer Mohamed <[email protected]>
Francisco Javier Andrade Chavez <[email protected]>
Prashanth Ramadoss <[email protected]>
Giulio Romualdi    <[email protected]>
Silvio Traversaro  <[email protected]>
Daniele Pucci      <[email protected]>

whole-body-estimators's People

Contributors

carlottasartore avatar diegoferigo avatar fjandrad avatar giulioromualdi avatar hosameldinmohamed avatar isorrentino avatar nicogene avatar prashanthr05 avatar s-dafarra avatar traversaro 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.