OttaboticsRobotRacing / MK2

1 stars 1 forks source link

Define program stucture #21

Closed jimde closed 6 years ago

jimde commented 6 years ago

I was thinking about following this structure: http://aegis.sourceforge.net/auug97.pdf where modules are stored in modules/<module name>

File and directory structure:

src/
include/
modules/
  core/
    src/
    include/
    doc/
    test/
    module.mk
  vision/
    src/
    include/
    doc/
    test/
    module.mk
  navigation/
    src/
    include/
    doc/
    test/
    module.mk
doc/
test/
Makefile