Log in

View Full Version : Subsystem not being recognized by commandbase


tkdberger
13-02-2016, 15:01
Firstly, here is our code. (https://github.com/tkdberger/3494_2016_repo)

With that out of the way, we seem to be having trouble getting our "Rollers" subsystem to be recognized by CommandBase. It is consistently producing the error of 'Rollers' does not name a type.

Any help would be appreciated.

(side note: most values in RobotMap are just placeholders for the time being.)

kylelanman
13-02-2016, 15:28
You have a

const int Rollers = 666;

In robotMap.h That global const is conflicting with the subsystem named Rollers.

tkdberger
13-02-2016, 15:31
You have a

const int Rollers = 666;

In robotMap.h That global const is conflicting with the subsystem named Rollers.

:ahh:

Can I have your Github name to credit you in the commit?

kylelanman
13-02-2016, 15:41
Can I have your Github name to credit you in the commit?

Kython89