-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
42 lines (28 loc) · 1.38 KB
/
README.txt
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
36
37
38
39
40
41
42
INTRO:
This directory has been created by the gpc.pl script and contains
a custom simulation, GAMS controller, algorithms and platforms.
HOW TO:
EDIT YOUR ALGORITHMS:
Open ExploreGpsDenied.cpp|h with your favorite programming environment / editor.
Each method in your algorithm should be non-blocking or the call will
block the controller. It is in your best interest to poll information from
the environment and knowledge base, rather than blocking on an operating
system call.
EDIT YOUR PLATFORMS:
Open RisQuadcopterSim.cpp|h with your favorite programming environment / editor.
Each method in your platform should be non-blocking or the call will
block the controller. It is in your best interest to poll information from
the environment and knowledge base, rather than blocking on an operating
system call.
COMPILE ON LINUX:
mwc.pl -type gnuace workspace.mwc
make vrep=1
COMPILE ON WINDOWS:
mwc.pl -type vc12 workspace.mwc
<Open Visual Studio and compile project>. Note that you should compile the
solution in the same settings you used for ACE, MADARA, and GAMS. For most
users, this is probably Release mode for x64. However, whatever you use
make sure that you have compiled ACE, MADARA, and GAMS in those settings.
RUN THE SIMULATION:
open VREP simulator
perl sim/run.pl