Skip to content

Commit

Permalink
Add support for rmw_connextdds (#182)
Browse files Browse the repository at this point in the history
* Add rmw_connextdds

Signed-off-by: Andrea Sorbini <asorbini@rti.com>
  • Loading branch information
asorbini committed Mar 24, 2021
1 parent 964d0a7 commit 864a444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rmw_implementation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
This ensures that binary packages have support for all of these rmw impl. enabled.
-->
<build_depend>rmw_connext_cpp</build_depend>
<build_depend>rmw_connextdds</build_depend>
<build_depend>rmw_cyclonedds_cpp</build_depend>
<build_depend>rmw_fastrtps_cpp</build_depend>
<build_depend>rmw_fastrtps_dynamic_cpp</build_depend>
Expand Down
1 change: 1 addition & 0 deletions test_rmw_implementation/test/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace
// behavior of the following implementations:
// - rmw_fastrtps_cpp
// - rmw_fastrtps_dynamic_cpp
// - rmw_connextdds
// - rmw_connext_cpp
// - rmw_cyclonedds_cpp
// within ci.ros2.org instances.
Expand Down

0 comments on commit 864a444

Please sign in to comment.