Unreal Robots (2017-18) master project repository
- each branch belongs to a given subproject, e.g.
ur17-p1belongs to subproject P1 - every branch has the up to date
dev-envbranch from RobCoG as default - every subproject will create a pull request for each milestone on its corresponding branch
- every pull request should have a
MilestoneX.mdfile, in/Documentationfor every milestone, describing the milestone, what has been done(documentation), how to test the code(working/tested tutorials). - the pull request (if containing source code) should be contained in a plugin, e.g.
\Plugins\MyPlugin - the pull request (if containing new uassets, e.g. meshes, etc.) can be done on the project directly, it should however include the 3D mesh files as well in
.fbxand.daeformat in the folder\Documentation\Meshes
- Bender Rodriguez
- Turanga Leela
- 2-3 lines describing the project
- Documentation of the project of when it is finalized, written in the
Documentation/Documentation.mdfile - This should basically be a combination of all the milestone descriptions
- The above bulletpoints should obviously removed in the pull request, and replaced with something like: The documentation of the project can be found here.
- Documentation of the project of when it is finalized, written in the
Documentation/Tutorial.mdfile - Again combination of all the milestone tutorials
- The above bulletpoints should obviously removed in the pull request, and replaced with something like: Tutorials for testing the project can be found here.