Changes between Version 1 and Version 2 of SoftwareOverviewComponents
- Timestamp:
- Sep 2, 2017, 12:28:40 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwareOverviewComponents
v1 v2 1 1 == Control System Components == 2 There are several [https://wpilib.screenstepslive.com/s/4485/m/13503/l/599672-2017-frc-control-system-hardware-overview major components] of the control system: 2 [[Image(CS_Layout.jpg,35%,right,nolink,margin=25)]] 3 The robot control system consists of many components that must work in concert to control the robot. The components include: 4 * the battery 5 * electrical power distribution system 6 * environmental sensors 7 * actuator (e.g. motor) controllers 8 * the central computer that runs the software that orchestrates everything the robot does. 9 10 FIRST provides an [https://wpilib.screenstepslive.com/s/4485/m/13503/l/599672-2017-frc-control-system-hardware-overview overview of the major components] of the control system including: 3 11 4 12 * [http://www.ni.com/en-us/support/model.roborio.html roboRIO] on-board computer 5 * [http://us.geniusnet.com/supports/widecam-f100 Video camera(s)]6 * [http://www.open-mesh.com/grp-om5p-ac-cloud-access-point.html Wireless link] (radio)7 13 * [https://wpilib.screenstepslive.com/s/4485/m/24192/c/86704 Remote Driver Station] (laptop and joysticks) 14 * [http://us.geniusnet.com/supports/widecam-f100 Video camera(s)] used for streaming video 15 * [http://www.open-mesh.com/grp-om5p-ac-cloud-access-point.html radio] that provides the wireless link between the Driver Station and the robot 8 16 * [wiki:SensorsOverview Environment sensors] 9 17 * [https://wpilib.screenstepslive.com/s/4485/m/13809/l/599701-actuator-overview Actuator (e.g. motor) controllers] 10 * and of course, software programs