Coder Social home page Coder Social logo

patlican23 / mc_rbdyn_urdf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jrl-umi3218/mc_rbdyn_urdf

0.0 1.0 0.0 1.14 MB

A ROS-free URDF parser to create RBDyn structures

License: BSD 2-Clause "Simplified" License

Shell 1.63% Ruby 0.48% C++ 47.58% Python 18.21% C 0.64% CMake 7.89% Cython 23.57%

mc_rbdyn_urdf's Introduction

mc_rbdyn_urdf

License Hosted By: Cloudsmith CI Documentation

This library allows to parse an URDF file and create RBDyn structure from it. It is entirely ROS-free.

Note: this package is deprecated, URDF parsing is now available directly in RBDyn

Installing

Ubuntu LTS (16.04, 18.04, 20.04)

You must first setup our package mirror:

curl -1sLf \
  'https://dl.cloudsmith.io/public/mc-rtc/stable/setup.deb.sh' \
  | sudo -E bash

You can also choose the head mirror which will have the latest version of this package:

curl -1sLf \
  'https://dl.cloudsmith.io/public/mc-rtc/stable/setup.deb.sh' \
  | sudo -E bash

You can then install the package:

sudo apt install libmc-rbdyn-urdf-dev python-mc-rbdyn-urdf python3-mc-rbdyn-urdf

Manually build from source

Dependencies

  • tinyxml2
  • Eigen (>= 3.0)
  • SpaceVecAlg (with Python bindings if needed)
  • RBDyn (with Python bindings if needed)
  • Cython (>= 0.2) (Python bindings)
  • Eigen3ToPython (Python bindings)
  • Boost (unit tests)

Building

git clone --recursive https://github.com/jrl-umi3218/mc_rbydn_urdf
cd mc_rbydn_urdf
mkdir _build
cd _build
cmake [options] ..
make && make intall

CMake options

By default, the build will use the python and pip command to install the bindings for the default system version (this behaviour can be used to build the bindings in a given virtualenv). The following options allow to control this behaviour:

  • PYTHON_BINDING Build the python binding (ON/OFF, default: ON)
  • PYTHON_BINDING_FORCE_PYTHON2: use python2 and pip2 instead of python and pip
  • PYTHON_BINDING_FORCE_PYTHON3: use python3 and pip3 instead of python and pip
  • PYTHON_BINDING_BUILD_PYTHON2_AND_PYTHON2: builds two sets of bindings one with python2 and pip2, the other with python3 and pip3
  • BUILD_TESTING Enable unit tests building (ON/OFF, default: ON)

mc_rbdyn_urdf's People

Contributors

aescande avatar ahundt avatar arntanguy avatar barcode avatar delca avatar gergondet avatar haudren avatar stanislas-brossette avatar traversaro 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.