
This snippet of code will set the robot type to recbot. You must manually set the motors and sensors in the 'Motors and Sensors Setup' menu. robottype() robottype(recbot) This snippet of code will set the robot type to none by default, skipping the setup process. swervebot - sets the motors and sensors to match a default Swervebot. robottype(type) Parameters: type Valid Robot Types for type: none - this will not set up any motors and sensors for you (this is the default.) recbot - sets the motors and sensors to match a default Recbot.


Note that not including this command defaults to "robottype(none) " Also please note that this command should be the first thing in your "task main()". 1 Setup Functions: Robot Type Choose which robot you want to write a program for.
