Skip to content

Commit

Permalink
Change default RMW vendor to CycloneDDS. (#293)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Jan 12, 2021
1 parent 1eb2c8b commit eeb5859
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ macro(get_default_rmw_implementation var)
if("${RMW_IMPLEMENTATION}" STREQUAL "" AND
"$ENV{RMW_IMPLEMENTATION}" STREQUAL ""
)
# prefer FastRTPS, otherwise first in alphabetical order
list(FIND _middleware_implementations "rmw_fastrtps_cpp" _index)
# prefer CycloneDDS, otherwise first in alphabetical order
list(FIND _middleware_implementations "rmw_cyclonedds_cpp" _index)
if(NOT _index EQUAL -1)
list(GET _middleware_implementations ${_index} _middleware_implementation)
else()
Expand Down

0 comments on commit eeb5859

Please sign in to comment.