|
Re: Subsystem not being recognized by commandbase
You have a
Code:
const int Rollers = 666;
In robotMap.h That global const is conflicting with the subsystem named Rollers.
__________________
"May the coms be with you"
Is this a "programming error" or a "programmer error"?
Last edited by kylelanman : 02-13-2016 at 03:29 PM.
Reason: Spelling
|