1 / 8

Enhancing Robot Control Systems with ROS: Design Insights and Implementation Strategies

This document highlights the contributions of Jonathan Cormier, John Seybold, Jeremy Jensen, and other team members in developing a robust control system for robotic applications using the Robot Operating System (ROS). It discusses customer needs, engineering specifications, and risk assessment in the design process. The main loop functions to optimize data processing by executing commands and polling sensors without waiting for input. The use of thread management for concurrent sensor data collection is also examined, emphasizing efficient system operation.

marsha
Télécharger la présentation

Enhancing Robot Control Systems with ROS: Design Insights and Implementation Strategies

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