Installing simulation environment » History » Version 5
Christophe Reymann, 2018-02-07 13:18
1 | 1 | Christophe Reymann | h1. Installing simulation environment |
---|---|---|---|
2 | 2 | Christophe Reymann | |
3 | 5 | Christophe Reymann | h2. Dependencies |
4 | Python3 |
||
5 | 2 | Christophe Reymann | Eigen3 |
6 | 1 | Christophe Reymann | cmake |
7 | 2 | Christophe Reymann | ROS kinetic |
8 | 5 | Christophe Reymann | A c++11 compatible compiler |
9 | 2 | Christophe Reymann | |
10 | h2. On own computer |
||
11 | 3 | Christophe Reymann | |
12 | 4 | Christophe Reymann | Make sure ROS environment is sourced, then: |
13 | 3 | Christophe Reymann | <pre> |
14 | 2 | Christophe Reymann | git clone ssh://git@redmine.laas.fr/laas/users/simon/agridrone/precidrones-main.git && cd precidrones-main/dev && make world |
15 | 3 | Christophe Reymann | </pre> |
16 | 2 | Christophe Reymann | |
17 | h3. On LXD vm |
||
18 | TODO |