Changes between Version 1 and Version 2 of ControlSystems/SoftwareTeam/Robots


Ignore:
Timestamp:
Nov 3, 2019, 7:41:28 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Robots

    v1 v2  
    1 == Peanut Training Robots
     1== Training Robots
    22
    3 The team has several training robots:
     3Team 2537 has several dedicated training robots:
    44   * Macadamia is a 2-wheel-drive robot with
    55          * USB camera
     
    1414   * Walnut is a 4-wheel drive robot with encoders and TalonSRX CAN motor controllers
    1515
    16 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.
     16All 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. 
     17
     18To work with the training examples, it is best to connect devices as follows:
     19   * Front ultrasonic sensor: DIO 8, DIO9
     20   * Rear ultrasonic sensor:  DIO 4, DIO5
     21   * PWM Motor Controllers
     22        * Left Talon/Spark: PWM0
     23        * Left Wheel Encoder: DIO 0, DIO1
     24        * Right Talon/Spark: PWM1
     25        * Right Wheel Encoder: DIO 2, DIO3
     26   * CAN Motor Controllers
     27        * Left TalonSRX: CAN address 3
     28        * Left Wheel Encoder: connected to Left TalonSRX
     29        * Right TalonSRX: CAN address 4
     30        * Right Wheel Encoder: connected to Right TalonSRX