Project

General

Profile

Installing simulation environment » History » Version 14

Nicolas Holvoet, 2018-03-07 09:04

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 14 Nicolas Holvoet
* GDAL
8 6 Christophe Reymann
* CMake
9 1 Christophe Reymann
* ROS kinetic
10 14 Nicolas Holvoet
* A c++14 compatible compiler
11 2 Christophe Reymann
12
h2. On own computer
13 3 Christophe Reymann
14 4 Christophe Reymann
Make sure ROS environment is sourced, then:
15 3 Christophe Reymann
<pre>
16 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
17 3 Christophe Reymann
</pre>
18 13 Christophe Reymann
And make sure to import the morse simulations before using them, for example (in the precidrones-main/dev folder):
19
<pre>
20
morse import morse/preci1
21
</pre>
22 2 Christophe Reymann
23
h3. On LXD vm
24 7 Christophe Reymann
25 2 Christophe Reymann
TODO