Coder Social home page Coder Social logo

hosameldinmohamed / bipedal-locomotion-framework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prashanthr05/bipedal-locomotion-framework

0.0 1.0 0.0 7.21 MB

Suite of libraries for achieving bipedal locomotion on humanoid robots

Home Page: https://dic-iit.github.io/bipedal-locomotion-framework

License: GNU Lesser General Public License v3.0

CMake 20.37% C++ 79.63%

bipedal-locomotion-framework's Introduction

bipedal-locomotion-framework C++ Standard Size

The BipedalLocomotionFramework project is a suite of libraries for achieving bipedal locomotion on humanoid robots.

Overview

๐Ÿ“™ Exported components

๐Ÿ“„ Dependencies

The BipedalLocomotionFramework project is versatile and it can be used to compile only some components. Each component has its own dependencies that can be found in BipedalLocomotionFrameworkFindDependencies.cmake file. Please note that the indicated version is the the minimum required version.

  • YarpUtilities requires:

  • ParametersHandler requires:

    • For compiling the YARP specialization of the ParametersHandler:
    • For testing:
  • Estimators requires:

  • Planner requires:

๐Ÿ”จ Build the suite

Linux/macOs

git clone https://github.com/dic-iit/bipedal-locomotion-framework.git
cd bipedal-locomotion-framework
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 BipedalLocomotionFramework_INSTALL_DIR=/path/where/you/installed/

๐Ÿƒ How to use the libraries

bipedal-locomotion-framework provides native CMake support which allows the library to be easily used in CMake projects.

bipedal-locomotion-framework exports the CMake targets presented in Exported components section. The targets can be imported using the find_package CMake command and used by calling target_link_libraries.

๐Ÿ“š Doxigen documentation

Here you can find the documentation.

1!โš ๏ธ Including BipedalLocomotion/Framework.h may result in higher compilation time because of the inclusion of headers which may not be used in your project. It is always suggested to follow the IWYU paradigm. This applies also for the CMake targets. It is suggested to link only the targets used in your project, e.g. BipedalLocomotion::Estimators. โ†ฉ

bipedal-locomotion-framework's People

Contributors

danielepucci avatar giulioromualdi avatar s-dafarra avatar

Watchers

 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.