== Training Robots Team 2537 has several dedicated training robots: * Macadamia is a 2-wheel-drive robot with * USB camera * 2 CIM motors each with a Talon SR PWM motor controller connected to PWM0 and PWM1 * 360-count quadrature encoders on each wheel connected to DIO0/1 and DIO2/3 * Front and back ultrasonic sensors connected to DIO8/9, DIO4/5 * Hazelnut is a 2-wheel-drive robot with camera, encoders, and TalonSRX CAN motor controllers * USB camera * 2 CIM motors each with a Talon SRX CAN (intelligent) motor controller (CAN addresses 3, 4) * 360-count quadrature encoders on each wheel (connected through SRX controllers) * Front and back ultrasonic sensors connected to DIO8/9 and DIO4/5 respectively * Walnut is a 4-wheel drive robot with encoders and TalonSRX CAN motor controllers All of these robots use the same control system as the competition robots, but the robots are smaller and lighter making them more suitable for classroom training and outreach. Because each robot is different, when you use them, you may need to adapt your program for the specific hardware that's present on the robot you're using. To work with the training examples, it is best to connect devices as follows: * Front ultrasonic sensor: DIO 8, DIO9 (!Ping/Trig, Echo) * Rear ultrasonic sensor: DIO 4, DIO5 * PWM Motor Controllers * Left !Talon/Spark: PWM0 * Left Wheel Encoder: DIO 0, DIO1 * Right !Talon/Spark: PWM1 * Right Wheel Encoder: DIO 2, DIO3 * CAN Motor Controllers * Left TalonSRX: CAN address 3 * Left Wheel Encoder: connected to Left TalonSRX * Right TalonSRX: CAN address 4 * Right Wheel Encoder: connected to Right TalonSRX