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,17 @@
<?xml version="1.0"?>
<package format="2">
<name>ros_dds_connext_dynamic</name>
<version>0.0.0</version>
<description>Implement the ROS middleware interface using RTI Connext DynammicData interface in C++.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>libndds51-dev</build_depend>
<build_depend>ros_middleware_interface</build_depend>
<build_depend>rosidl_generator_cpp</build_depend>
<build_export_depend>libndds51</build_export_depend>
<build_export_depend>rosidl_generator_cpp</build_export_depend>
</package>