Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 693 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 693 Bytes

rcl for embedded

The ROS Client Library for embedded devices has been built using the following building blocks:

----------------------------------
|               rcl               |
----------------------------------
|            DDS (Tinq)           |  DDS Layer
----------------------------------
|          RTOS (NuttX)           |  RTOS Layer
__________________________________

|        Hardware (STM32F4)       |  Hardware Layer
----------------------------------

For now, thew implementation focuses in the configuration described above using the NuttX RTOS and Tinq's DDS.

Ideally, rcl will me modified to support a different set of RTOS/DDS options.