first prototype of templated rcl, using non-templated middleware interface, implemented by connext using dynamic data
This commit is contained in:
parent
a226aecd96
commit
bcecf00928
13 changed files with 416 additions and 0 deletions
14
ros_middleware_interface/CMakeLists.txt
Normal file
14
ros_middleware_interface/CMakeLists.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
cmake_minimum_required(VERSION 2.8.3)
|
||||
|
||||
project(ros_middleware_interface)
|
||||
|
||||
find_package(ament_cmake REQUIRED)
|
||||
|
||||
ament_export_include_directories(include)
|
||||
|
||||
ament_package()
|
||||
|
||||
install(
|
||||
DIRECTORY include/
|
||||
DESTINATION include
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue