Skip to content

Commit

Permalink
Merge pull request #1 from microROS/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
BorjaOuterelo authored Nov 6, 2018
2 parents 9377f6a + 624e55a commit 9d45272
Show file tree
Hide file tree
Showing 52 changed files with 2,864 additions and 867 deletions.
26 changes: 26 additions & 0 deletions README.md
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 include/rosidl_typesupport_micrortps_c/visibility_control.h

This file was deleted.

Loading

0 comments on commit 9d45272

Please sign in to comment.