]> rtime.felk.cvut.cz Git - eurobot/public.git/commit
Restructure repository to get rid or eb200x directories and file suffixes
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 2 Feb 2009 17:16:39 +0000 (18:16 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 2 Feb 2009 19:26:04 +0000 (20:26 +0100)
commit750a3495206d9c70c1cd6e529ff9fe24811f5266
treeaee75272631790a9e56c6eb22252674da908d057
parentdd19d810699ead3c68900a7f8b306db4acca75db
Restructure repository to get rid or eb200x directories and file suffixes

This commit modifies the repository in the following ways:
* deletes all files under */eb2007 directories
* renames all files like <X>/eb2008/<Y>_eb2008.<Z> to <X>/<Y>.<Z>
* merges robo{orte,ttypes}_xxx libraries to robo{orte,ttypes}
* Updates Makefile.omk files to the above changes
* Removed Robomon tabs for past years

Reasons for this cleanup are the following:
* Filenames was used for things which can be managed better by SCM
  tools (like GIT).
* The actual code often mixed usage of eb2007 and eb2008 files/libraries
  together. This was probably not intentional, but it could lead to
  very bad mistakes.
* The code for older years was never used in reality and it only made
  maintanance of code harder.
113 files changed:
src/cand/Makefile.omk
src/cand/cand.cc [moved from src/cand/eb2008/cand_eb2008.cc with 99% similarity]
src/cand/cand.h [moved from src/cand/eb2008/cand_eb2008.h with 100% similarity]
src/cand/eb2007/Makefile.omk [deleted file]
src/cand/eb2007/cand_eb2007.cc [deleted file]
src/cand/eb2007/cand_eb2007.h [deleted file]
src/cand/eb2008/Makefile [deleted file]
src/cand/eb2008/Makefile.omk [deleted file]
src/canlog/cand.h [moved from src/canlog/cand_eb2008.h with 100% similarity]
src/canlog/canlog.cc
src/hokuyo/Makefile.omk
src/hokuyo/hokuyo.c
src/joyd/Makefile.omk
src/joyd/joyd.cc
src/mcl/mcl.c
src/mcl/mcl_laser.h
src/mcl/test/Makefile.omk
src/mcl/test/testmcl_performance.c
src/robodim/Makefile.omk
src/robodim/eb2007/Makefile [deleted file]
src/robodim/eb2007/Makefile.omk [deleted file]
src/robodim/eb2007/robodim_eb2007.h [deleted file]
src/robodim/eb2008/Makefile [deleted file]
src/robodim/eb2008/Makefile.omk [deleted file]
src/robodim/robodim.c [moved from src/robodim/eb2008/robodim_eb2008.c with 97% similarity]
src/robodim/robodim.h [moved from src/robodim/eb2008/robodim_eb2008.h with 100% similarity]
src/robofsm/Makefile.omk
src/robofsm/eb2007/Makefile [deleted file]
src/robofsm/eb2007/Makefile.omk [deleted file]
src/robofsm/eb2007/fsmdet.c [deleted file]
src/robofsm/eb2007/fsmjoy.c [deleted file]
src/robofsm/eb2007/fsmloc.c [deleted file]
src/robofsm/eb2007/fsmmain.cc [deleted file]
src/robofsm/eb2007/fsmmove.cc [deleted file]
src/robofsm/eb2007/fsmpickup.c [deleted file]
src/robofsm/eb2007/movehelper_eb2007.cc [deleted file]
src/robofsm/eb2007/movehelper_eb2007.h [deleted file]
src/robofsm/eb2007/roboevent_eb2007.py [deleted file]
src/robofsm/eb2007/roboorte.c [deleted file]
src/robofsm/eb2007/robot_eb2007.c [deleted file]
src/robofsm/eb2007/robot_eb2007.h [deleted file]
src/robofsm/eb2007/servos_eb2007.c [deleted file]
src/robofsm/eb2007/servos_eb2007.h [deleted file]
src/robofsm/eb2007/test/Makefile [deleted file]
src/robofsm/eb2007/test/Makefile.omk [deleted file]
src/robofsm/eb2007/test/follower.cc [deleted file]
src/robofsm/eb2007/test/testcollavoid.cc [deleted file]
src/robofsm/eb2007/test/testpickup.cc [deleted file]
src/robofsm/eb2008/test/Makefile [deleted file]
src/robofsm/fsmdisplay.c [moved from src/robofsm/eb2008/fsmdisplay.c with 97% similarity]
src/robofsm/fsmjoy.c [moved from src/robofsm/eb2008/fsmjoy.c with 98% similarity]
src/robofsm/fsmloc.c [moved from src/robofsm/eb2008/fsmloc.c with 98% similarity]
src/robofsm/fsmmain.c [moved from src/robofsm/eb2008/fsmmain.c with 99% similarity]
src/robofsm/fsmmove.cc [moved from src/robofsm/eb2008/fsmmove.cc with 99% similarity]
src/robofsm/main.cc [moved from src/robofsm/eb2008/main.cc with 97% similarity]
src/robofsm/map_handling.c [moved from src/robofsm/eb2008/map_handling.c with 99% similarity]
src/robofsm/map_handling.h [moved from src/robofsm/eb2008/map_handling.h with 87% similarity]
src/robofsm/movehelper.cc [moved from src/robofsm/eb2008/movehelper_eb2008.cc with 94% similarity]
src/robofsm/movehelper.h [moved from src/robofsm/eb2008/movehelper_eb2008.h with 99% similarity]
src/robofsm/roboevent.py [moved from src/robofsm/eb2008/roboevent_eb2008.py with 100% similarity]
src/robofsm/robot.c [moved from src/robofsm/eb2008/robot_eb2008.c with 93% similarity]
src/robofsm/robot.h [moved from src/robofsm/eb2008/robot_eb2008.h with 95% similarity]
src/robofsm/robot_orte.c [moved from src/robofsm/eb2008/robot_orte.c with 82% similarity]
src/robofsm/robot_orte.h [moved from src/robofsm/eb2008/robot_orte.h with 100% similarity]
src/robofsm/servos.c [moved from src/robofsm/eb2008/servos_eb2008.c with 97% similarity]
src/robofsm/servos.h [moved from src/robofsm/eb2008/servos_eb2008.h with 100% similarity]
src/robofsm/test/Makefile [moved from src/cand/eb2007/Makefile with 100% similarity]
src/robofsm/test/Makefile.omk [moved from src/robofsm/eb2008/test/Makefile.omk with 71% similarity]
src/robofsm/test/display.cc [moved from src/robofsm/eb2008/test/display.cc with 95% similarity]
src/robofsm/test/goto.cc [moved from src/robofsm/eb2008/test/goto.cc with 98% similarity]
src/robofsm/test/homologation.cc [moved from src/robofsm/eb2008/test/homologation.cc with 99% similarity]
src/robofsm/test/line.cc [moved from src/robofsm/eb2008/test/line.cc with 97% similarity]
src/robofsm/test/mcl-laser.cc [moved from src/robofsm/eb2008/test/mcl-laser.cc with 97% similarity]
src/robofsm/test/odometry.cc [moved from src/robofsm/eb2008/test/odometry.cc with 97% similarity]
src/robofsm/test/rectangle.cc [moved from src/robofsm/eb2008/test/rectangle.cc with 97% similarity]
src/robofsm/test/sharpcalib.cc [moved from src/robofsm/eb2008/test/sharpcalib.cc with 96% similarity]
src/robofsm/utils/Makefile.omk
src/robofsm/utils/joystick.cc
src/robomon/src/robomon.h
src/robomon/src2/MainWindow.cpp
src/robomon/src2/MainWindow.h
src/robomon/src2/RobomonAtlantis.cpp
src/robomon/src2/RobomonAtlantis.h
src/robomon/src2/RobomonExplorer.cpp
src/robomon/src2/RobomonExplorer.h
src/robomon/src2/RobomonRecycling.h
src/robomon/src2/RobomonTuning.cpp
src/robomon/src2/RobomonTuning.h
src/robomon/src2/SimMcl.cpp
src/robomon/src2/SimMcl.h
src/robomon/src2/robomon_orte.cpp
src/robomon/src2/robomon_orte.h
src/robomon/src2/src2.pro
src/roboorte/Makefile.omk
src/roboorte/eb2007/Makefile [deleted file]
src/roboorte/eb2007/Makefile.omk [deleted file]
src/roboorte/eb2008/Makefile [deleted file]
src/roboorte/eb2008/Makefile.omk [deleted file]
src/roboorte/generic/Makefile [deleted file]
src/roboorte/generic/Makefile.omk [deleted file]
src/types/Makefile.omk
src/types/robottype.c
src/types/robottype.h
src/types/robottype.idl
src/types/robottype_eb2007.c [deleted file]
src/types/robottype_eb2007.h [deleted file]
src/types/robottype_eb2007.idl [deleted file]
src/types/robottype_eb2008.c [deleted file]
src/types/robottype_eb2008.h [deleted file]
src/types/robottype_eb2008.idl [deleted file]
src/ulcdd/oledlib.cc
src/ulcdd/oledlib.h
src/ulcdd/uoled.c