Installing simulation environment » History » Version 13
Christophe Reymann, 2018-03-02 14:59
1 | 1 | Christophe Reymann | h1. Installing simulation environment |
---|---|---|---|
2 | 2 | Christophe Reymann | |
3 | 5 | Christophe Reymann | h2. Dependencies |
4 | 6 | Christophe Reymann | |
5 | 12 | Christophe Reymann | * Python3 with pyaml, rospkg, catkin_pkg |
6 | 6 | Christophe Reymann | * Eigen3 |
7 | * CMake |
||
8 | * ROS kinetic |
||
9 | * A c++11 compatible compiler |
||
10 | 2 | Christophe Reymann | |
11 | h2. On own computer |
||
12 | 3 | Christophe Reymann | |
13 | 4 | Christophe Reymann | Make sure ROS environment is sourced, then: |
14 | 3 | Christophe Reymann | <pre> |
15 | 11 | Christophe Reymann | git clone ssh://git@redmine.laas.fr/laas/users/simon/agridrone/precidrones-main.git && cd precidrones-main/dev && rsync -r /net/skyscanner/volume1/data/precidrone/IGN . && make world |
16 | 3 | Christophe Reymann | </pre> |
17 | 13 | Christophe Reymann | And make sure to import the morse simulations before using them, for example (in the precidrones-main/dev folder): |
18 | <pre> |
||
19 | morse import morse/preci1 |
||
20 | </pre> |
||
21 | 2 | Christophe Reymann | |
22 | h3. On LXD vm |
||
23 | 7 | Christophe Reymann | |
24 | 2 | Christophe Reymann | TODO |