|
|
há 3 anos atrás | |
|---|---|---|
| docs | há 5 anos atrás | |
| examples | há 5 anos atrás | |
| inc | há 5 anos atrás | |
| src | há 4 anos atrás | |
| LICENSE | há 5 anos atrás | |
| README.md | há 5 anos atrás | |
| SConscript | há 5 anos atrás |
eProsima Micro XRCE-DDS is an open-source wire protocol that implements the OMG DDS for eXtremely Resource Constrained Environment standard (DDS-XRCE). The aim of the DDS-XRCE protocol is to provide access to the DDS Global-Data-Space from resource-constrained devices. This is achieved thanks to a client-server architecture, where low resource devices, called XRCE Clients, are connected to a server, called XRCE Agent, which acts on behalf of its clients in the DDS Global-Data-Space.
This repository is a package for RT-Thread which includes Micro XRCE-DDS Client library and provide the ROS2 topic public/subscribe ability.
| Name | Description |
|---|---|
| docs | Document folder |
| examples | Example folder |
| inc | Header folder |
| src | Source folder |
Apache license v2.0
Enable Micro-XRCE-DDS-Client package in menuconfig at the belowing path:
RT-Thread online packages
tools packages --->
[*] Micro-XRCE-DDS-Client
To enable examples, add
MICRO_XRCE_DDS_CLIENT_USING_EXAMPLEin rtconfig.h
doc folder.This package is only tested on ROS2 Foxy, for other ROS distribution is not tested.