Changes between Version 3 and Version 4 of Command Based Robot Notes


Ignore:
Timestamp:
Jan 15, 2015, 7:47:52 PM (10 years ago)
Author:
jclemens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Command Based Robot Notes

    v3 v4  
    1414    * These prevent two different commands from utilizing the same resources on the robot
    1515
    16 Commands
     16'''Commands'''
    1717 - Interrupts
    1818    * Called to stop a command from running
     
    2121    * Commands can be easily mapped to buttons through the OI class
    2222
    23 Input Class
     23'''Input Class'''
    2424 - Input Devices
    2525    * Input devices are mapped through joystick and button objects
     
    2727    * Commands can be mapped to buttons or triggers in the OI class
    2828
    29 Robot Map
     29'''Robot Map'''
    3030 - Ports
    3131    * This class centralizes port numbers and connection numbers for robot-wide use
    3232
    33 Command Groups
     33'''Command Groups'''
    3434 - About
    3535    * Command Groups are used for command sequencing and parallelizazation