forked from morse-simulator/morse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
59 lines (41 loc) · 1.69 KB
/
README
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
=======================================================================
OpenRobots Simulator
(c) LAAS-CNRS/ONERA 2009-2010 LAAS-CNRS 2011-2013
=======================================================================
MORSE (Modular OpenRobots simulation Engine) is a Blender-based robotic
simulator. It is a BSD-licensed project (cf LICENSE).
It is meant to be versatile (simulation of field robotics, indoor
robotics, human robot interaction, multi-robots systems) and allow
simulation at different levels (from raw cameras to high-level
semantics).
The communication with the simulator is middleware independent. At the
moment, MORSE supports the following middlewares:
- ROS
- Yarp
- pocolibs
- MOOS
- socket
I/ Installation
---------------
Please read INSTALL.
II/ Documentation
-----------------
The MORSE documentation is available from the doc/ directory. It is
available as well online, on the MORSE website:
http://morse.openrobots.org/doc
You can also subscribe to [email protected]
III/ How to contribute
----------------------
Even if the code-base is not stabilized yet, contribution to MORSE are
more than welcome.
You can contribute new robot models, new sensors, we have a TODO list
for the Blender game engine itself...
Feel free to subscribe to [email protected] and ask!
Code is available on GitHub on https://github.com/morse-simulator/morse
Feel free to fork, pull request or submit issues to improve the project!
IV/ Acknowledgements
--------------------
The development of MORSE is partially funded by the Foundation RTRA
within the ROSACE project framework, and by DGA
<http://www.defense.gouv.fr/dga> through the ACTION
<http://action.onera.fr> project.