-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
35 lines (26 loc) · 1.01 KB
/
README.txt
File metadata and controls
35 lines (26 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Usage of RrtConConBase / Copyright (c) 2009, Markus Rickert
Roblib Planning Tutorial
Installation - Ubuntu:
- sudo apt-add-repository ppa:roblib/ppa
- sudo apt-get update
- sudo apt-get install librl-dev
- extract tutorialPlan.zip to your favourite working directory
Build:
- cd tutorialPlan/build
- cmake ..
- make
Execution:
- ./tutorialPlan
Installation - Windows & VS2010:
Prerequisites:
- Visual Studio 2010 (Express is ok)
- CMake (at least 2.8.11)
- Qt (at least 4.8.5) (http://download.qt-project.org/archive/qt/4.8/4.8.5/qt-win-opensource-4.8.5-vs2010.exe)
- Installed Roblib (follow the instructions at http://www.roboticslibrary.org/tutorials/install-windows)
- extract tutorialPlan.zip to your favourite working directory
Build:
- Open tutorialPlan/CMakeLists.txt in CMake - generate Visual Studio project files in the build directory
- Open build/tutorialPlan.sln in Visual Studio 2010
- Compile RelWithDebInfo (Debug is not supported - sorry)
Execution:
press F5 or open build/RelWithDebugInfo/tutorialPlan.exe