Skip to content

Commit

Permalink
add cyclonedds to the list of rmw using graph info topics (#231) (#238)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas authored Sep 16, 2020
1 parent b36c9f7 commit b217abb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sros2/sros2/api/_permission.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
from . import _keystore, _policy, _utilities


_RMW_WITH_ROS_GRAPH_INFO_TOPIC = ('rmw_fastrtps_cpp', 'rmw_fastrtps_dynamic_cpp')
_RMW_WITH_ROS_GRAPH_INFO_TOPIC = (
'rmw_cyclonedds_cpp',
'rmw_fastrtps_cpp',
'rmw_fastrtps_dynamic_cpp'
)


def create_permission(keystore_path, identity, policy_file_path):
Expand Down

0 comments on commit b217abb

Please sign in to comment.