make the tick_info in Block a vector, assigning how ever many registered motors there are
authorJim Morris <morris@wolfman.com>
Tue, 21 Jun 2016 23:37:47 +0000 (16:37 -0700)
committerJim Morris <morris@wolfman.com>
Tue, 21 Jun 2016 23:37:47 +0000 (16:37 -0700)
commit8a9f9313074a5579b96d20b4561343cc491062bf
tree087aefc40770edf8ffc8f738df32ec993b680ec0
parent216ef70135e1b0aac256996c2086e66196607626
make the tick_info in Block a vector, assigning how ever many registered motors there are
  This may use slightly more memory in the long run (std::vector vs std::array), but it doesn't need the huge chunk to allocate
  which may fails as the heap is too fragmented after config
src/libs/Kernel.cpp
src/main.cpp
src/modules/robot/Block.cpp
src/modules/robot/Block.h
src/modules/robot/Conveyor.cpp
src/modules/robot/Conveyor.h
src/modules/robot/Robot.h
src/modules/utils/simpleshell/SimpleShell.cpp