| 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 === |
| 23 | When 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 | |
| 25 | The 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. |