|
Re: What's the difference between robotInit() and constructor in SimpleRobot?
The robotInit() will be ran once when the robot first turns on. I put in commands to initialize settings to separate it from the actual objects (victors and sensors.) It is really just there if you need to run something at startup.
|