-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from microROS/develop
Develop
- Loading branch information
Showing
52 changed files
with
2,864 additions
and
867 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# ROSIDL type support for Micro XRCE-DDS | ||
|
||
## Overview | ||
|
||
All packages contained in this repository are a part of the Micro-ROS project stack. | ||
For more information about Micro-ROS project click [here](https://microros.github.io/micro-ROS/). | ||
|
||
## Packages | ||
|
||
The repository contains the following packages: | ||
|
||
### rmw_typesupport_microxrcedds_c | ||
|
||
This package aims to give support to the rmw layer for ros messages in C language. | ||
|
||
#### Includes | ||
|
||
- Support for serialization / serialization code, generated during the build process, for each ROS 2 interface. | ||
- Support for unbounded types for incoming messages using static memory. | ||
- Support for building message support using ament extensions for finding not built interfaces. | ||
|
||
Only support msg interfaces for now. ROS 2 services are not yet supported. | ||
|
||
#### Documentation | ||
|
||
You can access the documentation online, which is hosted on [Read the Docs](). |
56 changes: 0 additions & 56 deletions
56
include/rosidl_typesupport_micrortps_c/visibility_control.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.