|
Re: A few questions about C++
Looking at the code for RobotDrivie, it looks like you can also say
myRobot.SetMaxOutput(.5)
to apply a global factor to your drive output.
I'm a big fan of the command-based robot framework, even for sophisticated teams. It makes the robot code much easier to understand.
|