forked from drodri/MRDev
-
Notifications
You must be signed in to change notification settings - Fork 1
aherrero/MRDev
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Three project: *simulator, in apps/simulator, and need it a text file of world, like data/world/configMyRoom.txt run: ./simulator ../data/world/configMyRoom.txt *teleop, in apps/teleop, and need a path, like data/path/pathlaser.txt run: ./teleop ../data/path/pathlaser.txt *worldtest, in tests/worldtest //creates new worlds to simulate run: ./worldtest ----------------------------------------------------------------------- ###First, you need to install the mrcore libraries, for example, check out with svn: svn co https://github.com/drodri/MRCore.git/trunk mrcore # or with git git clone https://github.com/drodri/MRCore.git mrcore # Or the original code, from www.mrgroup.es: svn co http://138.100.100.129/svn/mrcore/trunk mrcore #compile and install: cmake . make sudo make install ###and then, download this apps with svn: svn co https://aherrero@github.com/aherrero/MRDev.git/trunk mrdev #or with git git clone https://aherrero@github.com/aherrero/MRDev.git mrdev # Or download the repository as a zip file; https://github.com/aherrero/MRDev/zipball/master # or the original code apps: svn co http://138.100.100.129/svn/mrdev/trunk mrdev ----------------------------------------------------------------------- the new mrcore is installed in the folder /usr/local/mrcore/
About
Final Degree Project May2013: Tools for MRCore: Simple simulator, teleop, examples, (with freeglut)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 75.5%
- C++ 21.6%
- OpenEdge ABL 2.9%