Changes between Version 17 and Version 18 of SoftwareOverviewControl


Ignore:
Timestamp:
Sep 2, 2017, 5:30:52 PM (8 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwareOverviewControl

    v17 v18  
    88[[Image(Driver_Station.jpg,25%,nolink,right,margin=20)]] In many ways, a robot in teleop mode is like a big, sophisticated remote-control car.  When an FRC robot is in Teleop mode, a human driver stands at a Driver Station (see picture to right) and uses a laptop running special software and joysticks or gamepads to control the robot.
    99
    10 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.  The picture to the right shows a driver station ready to run at a competition.  Teams typically use [https://wpilib.screenstepslive.com/s/3120/m/7882/l/85166-driving-the-robot-with-tank-drive-and-joysticks one or two joysticks] to drive the robot; with two joysticks, one controls the left motors and the other the right motors in an arrangement known as ''tank drive''.  A second human player often operates another joystick or gamepad to control mechanisms (arms, turrets, shooters, etc.) on the robot.
     10The 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.  The picture to the right shows a driver station ready to run at a competition.  Teams typically use [https://wpilib.screenstepslive.com/s/3120/m/7882/l/85166-driving-the-robot-with-tank-drive-and-joysticks joysticks] to control the robot's movment:
     11* ''Arcade'' drive uses one joystick to control speed and direction
     12* ''Tank or Skid'' drive uses two joysticks: one controls the motors/wheels on the left side and the other controls the motors/wheels on the right side.
     13A second human player often operates yet another joystick or gamepad to control mechanisms (arms, turrets, shooters, climbers, etc.) on the robot.
    1114
    1215In competition scenarios, drivers must often operate the robot while it is obstructed from direct view (e.g. behind a structure); in these cases, the streaming video from the robot is critical to successful driving.