sros2 demo (no such file or directory)
I'm trying following demo https://github.com/ros2/sros2/blob/ma...
Access control:
First, we will copy this sample policy file into our keystore:
svn checkout https://github.com/ros2/sros2/trunk/sros2/test/policies
And now we will use it to generate the XML permission files expected by the middleware:
ros2 security create_permission demo_keys /talker policies/sample_policy.xml ros2 security create_permission demo_keys /listener policies/sample_policy.xml
When trying the code above, I get the following error:
[Errno 2] No such file or directory: 'demo_keys/talker/permissions.xml'
I can find the policies folder in my keystore and the talker and listener folder both have the permissions.xml file.
What am I doing wrong here ?
Thanks in advance !