My team, on our new robot, installed shaft encoders for all of our wheels. How do I enter it into the robot config.ccp? So far I got this:
encoder LeftDriveEncoder = encoder(const encoder &);
I’m not sure what I am supposed to put in the parenthesis.