first prototype of templated rcl, using non-templated middleware interface, implemented by connext using dynamic data

This commit is contained in:
Dirk Thomas 2014-07-30 17:57:21 -07:00
parent a226aecd96
commit bcecf00928
13 changed files with 416 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<?xml version="1.0"?>
<package format="2">
<name>ros_middleware_interface</name>
<version>0.0.0</version>
<description>The ros_middleware_interface package</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_export_depend>rosidl_generator_cpp</build_export_depend>
</package>