use std::vector instead of std::array so we don't have one huge chunk when the block...
authorJim Morris <morris@wolfman.com>
Wed, 22 Jun 2016 07:36:04 +0000 (00:36 -0700)
committerJim Morris <morris@wolfman.com>
Wed, 22 Jun 2016 07:36:04 +0000 (00:36 -0700)
commit2cd32d706cb92bb6ebb6cbf3645ae4d1fa8e3d76
treee1eb46c118fa7229da670ca89d5fb256d07077a2
parent4346c0a4906766e2cdbc01003572f6781707e921
use std::vector instead of std::array so we don't have one huge chunk when the block queue is created
src/modules/robot/Robot.cpp
src/modules/robot/Robot.h