Embedded Motion Control 2012 Group 6: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
* Finish tutorials (Week 2) | * Finish tutorials (Week 2) | ||
* Study information about sensors of the Jazz robot (Week 2) | * Study information about sensors of the Jazz robot (Week 2) | ||
* | |||
==Progress== | ==Progress== | ||
Progress of the group. The newest item is listed on top. | Progress of the group. The newest item is listed on top. | ||
Line 27: | Line 27: | ||
** Investigated sensor data(all) | ** Investigated sensor data(all) | ||
==Memorable sayings== | |||
If you are strong on the work, you do not have the time to update the wiki | If you are strong on the work, you do not have the time to update the wiki [JU], 2012 |
Revision as of 14:21, 9 May 2012
SVN guidelines
- Always first update the SVN with the following command
svn up
- Commit only files that actually do work
- Clearly indicate what is changed in the file, this comes handy for logging purposes
- As we all work with the same account, identify yourself with a tag (e.g. [AJ], [DG], [DH], [JU], [RN])
- To add files, use
svn add $FILENAME
For multiple files, e.g. all C-files usesvn add *.c
Note: again, update only source files - If multiple files are edited simultaneously, more specifically the same part of a file, a conflict will arise.
- use version A
- use version B
- show the differences
ToDo
List of planned items.
- Finish tutorials (Week 2)
- Study information about sensors of the Jazz robot (Week 2)
Progress
Progress of the group. The newest item is listed on top.
- Week 1
- Started with tutorials (all)
- Installed ROS + Eclipse (all)
- Installed Ubuntu (all)
- Week 2
- Finished with tutorials (all)
- Practiced with simulator (all)
- Investigated sensor data(all)
Memorable sayings
If you are strong on the work, you do not have the time to update the wiki [JU], 2012