initial commit of rcl interface
This commit is contained in:
parent
ee7b6b8001
commit
251a5df6bd
5 changed files with 238 additions and 1 deletions
17
rcl/package.xml
Normal file
17
rcl/package.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
<package format="2">
|
||||
<name>rcl</name>
|
||||
<version>0.0.0</version>
|
||||
<description>The ROS client library common implementation.
|
||||
This package contains an API which builds on the ROS middleware API and is optionally built upon by the other ROS client libraries.
|
||||
</description>
|
||||
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
|
||||
<license>Apache License 2.0</license>
|
||||
|
||||
<buildtool_depend>ament_cmake</buildtool_depend>
|
||||
|
||||
<build_depend>ros_middleware_interface</build_depend>
|
||||
|
||||
<build_export_depend>ros_middleware_interface</build_export_depend>
|
||||
|
||||
</package>
|
Loading…
Add table
Add a link
Reference in a new issue