-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'marc' of github.com:MarcToussaint/rai into marc
- Loading branch information
Showing
47 changed files
with
6,509 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,23 @@ Parts of the code have there origin at around 2004 (Edinburgh). The code grew ov | |
many projects from all lab members, but a somewhat consistent scope of code shared between projects. This repo exports a | ||
selection of the code shared between projects and contains a set of representations and methods for Robotics, ML and AI. | ||
As the functionality is diverse I don't even try to explain. The example projects will hopefully demonstrate it. | ||
|
||
## Quick Start | ||
|
||
``` | ||
git clone [email protected]:MarcToussaint/rai.git | ||
# OR, if you don't have a github account: | ||
git clone https://github.com/MarcToussaint/rai.git | ||
cd rai | ||
# OPTIONAL! Often you will only need to compile some components and don't need all Ubuntu packages | ||
make -j1 printUbuntu # to just print Ubuntu package dependencies per component | ||
make -j1 initUbuntuPackages # calls sudo apt-get install; you can always interrupt | ||
cp build/config.mk.default build/config.mk # edit this to modify dependencies or debug mode | ||
make runTests # compile and run the essential tests | ||
make bin # compile rai/bin/kinEdit and similar | ||
make # to compile all components (rarely necessary) | ||
``` | ||
|
||
If interested in the kinematics part, check `rai/Kin/kin.h` and `test/Kin/*` to get started. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.