Giter Club home page Giter Club logo

urdf_parser's Introduction

URDF Parser

This is a small URDF (Universal Robot Descriptor File) Parser library. It is intended to be used to load the most important information needed to display a robot. It was created to serve as a simple static library to be used in rbdl-toolkit and the rbdl library. One of the main desing goals was to keep it simple and provide a consistent error handling that may be used to find errors in the URDF files that are loaded.

Insipiration was drawn from the urdfdom library and just as urdfdom it uses tinyxml as the xml implementation.

Feel free to use it in your own projects.

How to run

1) Creat a folder and Open

mkdir build && cd build

2) Configure with defaults for only building a library

cmake ..

Or configure with Catch2 test. The catch.hpp has been in the repo.

cmake .. -DURDF_BUILD_TEST=1

3) Build library

make all

4) Run test file (the step including Catch2 is necessary)

./load_file
./parse_simple

urdf_parser's People

Contributors

ju6ge avatar jia-xinyu avatar antoinedelplace avatar orbbuild avatar

Stargazers

Momo 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.