Changes between Version 10 and Version 11 of SoftwareOverviewControl


Ignore:
Timestamp:
Sep 2, 2017, 11:40:51 AM (8 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwareOverviewControl

    v10 v11  
    22FRC robots are controlled by an on-board computer and operate in one of two main modes:
    33
    4  * ''Teleop ''- Remote control like driving an R/C car
     4 * ''Teleop ''- Remote control like driving a radio-control (R/C) car
    55 * ''Autonomous ''- The robot operates independently according to programmed instructions
    66
     
    2727[[Image(http://files.shandymedia.com/wp-content/uploads/2017/07/26090104/Terminator.jpg,25%,left,nolink,margin=25)]]
    2828
    29 At the start of each competition, the robot is placed in "autonomous mode" where it operates independently to perform a sequence of required tasks, earning points for each task accomplished.  The autonomous operation is controlled by software that monitors the robot's environment using sensors and interacts with it using actuators (e.g. motors).  The software must determine the robots location and position, locate the objects it must interact with, move to them and manipulate them, all without human intervention.  Autonomous operation is among the most advanced aspects of FRC competition; the Autonomous portion of each competition is short (15 seconds at the start of each 2 minute match) because many teams are not able to field robots with sophisticated Autonomous operation.
     29At the start of each competition, the robot is placed in "autonomous mode" where it operates independently to perform a sequence of required tasks.  The autonomous operation is controlled by the robots on-board computer running software that monitors the robot's environment using sensors and interacts with it using ''actuators ''(e.g. motors).  To accomplish tasks, the software must determine the robots location and position, locate the objects it must interact with, move to them and manipulate them with its actuators, all without human intervention.
     30
     31Autonomous operation is among the most advanced aspects of FRC competition; the Autonomous portion of each competition is short (15 seconds at the start of each 2 minute match) and the robot earns points for each task it accomplishes independently.  Because many teams are not able to field robots with sophisticated Autonomous operation, point values are often high, even for relatively simple tasks.
    3032
    3133'''Exercise''': robot turtle