replacing ros_middleware with rmw
This commit is contained in:
parent
35cf3952e3
commit
209a31c815
12 changed files with 117 additions and 100 deletions
|
@ -0,0 +1,10 @@
|
|||
#
|
||||
# Get the package names of the available ROS middleware implemenations.
|
||||
#
|
||||
# :param var: the output variable name containing the package names
|
||||
# :type var: list of strings
|
||||
#
|
||||
function(get_available_rmw_implementations var)
|
||||
ament_index_get_resources(middleware_implementations "rmw_implementation")
|
||||
set(${var} ${middleware_implementations} PARENT_SCOPE)
|
||||
endfunction()
|
Loading…
Add table
Add a link
Reference in a new issue