Giter VIP home page Giter VIP logo

roboptim-tutorial's Introduction

roboptim-tutorial

License LGPL 3 Build Status Join the chat at https://gitter.im/roboptim/development

This repository contains exercises to learn how to use RobOptim. They are ordered by difficulty so please try to go through them in the suggested order.

How to use the tutorials?

To go though the tutorials, please first fork this repository (log in / create your GitHub acount if necessary).

Then, clone your fork on your local machine:

$ git clone --recursive [email protected]:your_username/roboptim-tutorial.git

If you do not want to create a fork on GitHub, you can simply clone the official repository:

$ git clone --recursive https://github.com/roboptim/roboptim-tutorial.git

Once this is done, compile this repository like you would compile any other RobOptim package:

$ mkdir _build
$ cd _build
$ cmake ..
$ make

The code should compile but all the examples will fail! This is normal, now you have to implement each exercise.

In each exerise directory, the README.md file describe what is expected from you in this exercise and what result you should obtain.

Try to implement what you can and if you are stuck, you can always ask for help on the support group:

https://groups.google.com/forum/#!forum/roboptim

Exercises

For cheaters: checking up the solutions

Solutions are available in a different branch called "answers". Once you are done implementing the exercises, take a look at the reference implementation!

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.