Skip to content

Commit

Permalink
namespace implementation (#100)
Browse files Browse the repository at this point in the history
* initial implementation

* memory management

* printf topic info

* resolve rebase issues

* disable prints for CI

* change to rcutils

* Complete the switch to rcutils (#105)

* alphabetical ordering

* Illformated -> Malformed

* address review comments

* make tests pass - needs linters & cleanup

* linters

* more debugging prints
  • Loading branch information
Karsten1987 authored and wjwwood committed May 18, 2017
1 parent d455448 commit 5ef866f
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 113 deletions.
1 change: 1 addition & 0 deletions rmw_fastrtps_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ find_package(rosidl_generator_cpp REQUIRED)
find_package(rosidl_typesupport_introspection_c REQUIRED)
find_package(rosidl_typesupport_introspection_cpp REQUIRED)

ament_export_dependencies(rcutils)
ament_export_dependencies(rmw)
ament_export_dependencies(rosidl_generator_c)
ament_export_dependencies(rosidl_generator_cpp)
Expand Down
1 change: 1 addition & 0 deletions rmw_fastrtps_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

<build_export_depend>fastcdr</build_export_depend>
<build_export_depend>fastrtps</build_export_depend>
<build_export_depend>rcutils</build_export_depend>
<build_export_depend>rmw</build_export_depend>
<build_export_depend>rosidl_generator_c</build_export_depend>
<build_export_depend>rosidl_generator_cpp</build_export_depend>
Expand Down
Loading

0 comments on commit 5ef866f

Please sign in to comment.