1 / 8

TigerBot Computer Design

TigerBot Computer Design. Jonathan Cormier (CE), John Seybold (CE ), Jeremy Jensen (ME ), Eric Walkama (ME), Kyle Backer (EE), Matthew DeCapua ( EE ), Mike Thomas (EE), . Customer Needs. CE Specifications. Risks. Controller. System Control Design.

marsha
Download Presentation

TigerBot Computer Design

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. TigerBotComputer Design Jonathan Cormier (CE), John Seybold (CE), Jeremy Jensen (ME), Eric Walkama (ME), Kyle Backer (EE), Matthew DeCapua (EE), Mike Thomas (EE),

  2. Customer Needs

  3. CE Specifications

  4. Risks

  5. Controller

  6. System Control Design

  7. ROS (Robot Operating System) provides libraries and tools to help software developers create robot applications. It provides hardware abstraction, device drivers, libraries, visualizers, message-passing, package management, and more. ROS is licensed under an open source, BSD license. Software Platform

  8. Main loop functions by performing a command, then checking sensors for new information. • Main loop wont wait on sensors, will instead pull recent data. • Separate process thread will be used to poll sensors and put the data in a shared memory region. Logic Flow

More Related