-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
44 lines (31 loc) · 1.16 KB
/
README
File metadata and controls
44 lines (31 loc) · 1.16 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
36
37
38
39
40
41
42
43
44
The Hyper project is an implementation of a supervision framework. It is a
2-clause BSD-licensed project (cf LICENSE).
Installation
------------
You need a recent Boost-version to build hyper (boost >= 1.46.1) and cmake. if
you want to build doc too, you need also sphinx and gzip
To build it :
cmake -DCMAKE_INSTALL_PREFIX=${PREFIX} .
make
make install
make test (to play the regression test)
If you want to build the doc, you need to pass to cmake the flag
-DBUILD_DOC=ON.
Warning :
some files take really long time to compile (in particular
src/compiler/parser.cc, src/compiler/task_parser.cc,
src/compiler/expression.cc), and take an huge amount of memory.
Network related test can take long time to execute, due to some code testing
timeout.
Status
------
Hyper is used on a daily basis to control LAAS UGV, with more than 20 agents.
The programming language associated can be considered as relatively stable.
Unit-test should all pass.
Documentation
-------------
Even if the code is pretty stable, the documentation is well inexistent at the moment.
It must be done before first stable version.
Contact
-------
Drops a mail to [email protected]