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