extract decision of used middleware implementation into separate package
This commit is contained in:
parent
0559fafcd0
commit
45ee2dd2e1
7 changed files with 90 additions and 39 deletions
11
ros_middleware_implementation/package.xml
Normal file
11
ros_middleware_implementation/package.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<package format="2">
|
||||
<name>ros_middleware_implementation</name>
|
||||
<version>0.0.0</version>
|
||||
<description>The decision which ROS middleware implementation should be used for C++.</description>
|
||||
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
|
||||
<license>Apache License 2.0</license>
|
||||
|
||||
<buildtool_depend>ament_cmake</buildtool_depend>
|
||||
<buildtool_export_depend>ament_cmake</buildtool_export_depend>
|
||||
</package>
|
Loading…
Add table
Add a link
Reference in a new issue