Changes between Version 1 and Version 2 of SoftwareOverviewControl


Ignore:
Timestamp:
Sep 1, 2017, 5:33:43 PM (8 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwareOverviewControl

    v1 v2  
    44 * ''Teleop ''- Remote control like driving an R/C car
    55 * ''Autonomous ''- The robot operates independently according to programmed instructions
    6  * ''Test ''- Usually used to for shop or pit testing of specific robot components
     6 * ''Test ''- For quick shop or pit testing of specific robot components
    77
    88There are several [https://wpilib.screenstepslive.com/s/4485/m/13503/l/599672-2017-frc-control-system-hardware-overview major components] of the control system:
    99
    1010 * [http://www.ni.com/en-us/support/model.roborio.html roboRIO] on-board computer
    11  * On-board sensors and motors/actuators
    1211 * [http://us.geniusnet.com/supports/widecam-f100 Video camera(s)]
    1312 * [http://www.open-mesh.com/grp-om5p-ac-cloud-access-point.html Wireless link] (radio)
    1413 * [https://wpilib.screenstepslive.com/s/4485/m/24192/c/86704 Remote Driver Station] (laptop and joysticks)
     14 * [https://wpilib.screenstepslive.com/s/4485/m/13809/l/599710-wpilib-sensor-overview Environment sensors]
     15   * [https://wpilib.screenstepslive.com/s/4485/m/13809/l/599709-switches-using-limit-switches-to-control-behavior Switches]
     16   * Proximity sensors/range finders
     17   * Automatic vision systems
     18   * Navigation sensors (compass, gyroscope, etc.)
     19 * [https://wpilib.screenstepslive.com/s/4485/m/13809/l/599701-actuator-overview Actuator (e.g. motor) controllers]
     20 * and of course, software programs
     21
     22=== Teleop Control ===
     23When an FRC robot is in Teleop mode, a human driver stands at a Driver Station: a laptop running special software and joysticks or gamepads for controlling the robot's actions; the laptop connects to the robot using a wireless radio.  In many ways, a robot in teleop mode is like a giant, sophisticated remote-control car.
     24
     25The driver station laptop typically displays status information about the robot and can display video streaming from the robot's cameras.  The human driver watches the video and controls the robot using joysticks or a gamepad to remotely drive the robot and operate its mechanisms.