-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation #187
Comments
Yes, this is one of the TODOs in #182. @ruffsl @mikaelarguedas @kyrofa do any of you have time to contribute with this? |
Yeah it wouldn't be hard, but I think things are still in flux, right? Like the root dir pointing at contexts, etc.? |
Should be merged soon: ros2/system_tests#410 |
updating the doc may actually give us extra insight on the usability of the new interface.
|
Perhaps we could change it to |
+1 to that, my thinking as well. |
That's how it was originally in the design doc. I'm still ok with it but would prefer to review why it was decided to change it from I'm also fine with keeping |
Yes, the decision was that every ros specific argument goes after a
Adding a short flag sounds good to me.
My main reason to use |
@ivanpauno and I iterated over a comment on ros2/rcl#515 , but apparently if you make a single comment on a PR, github blows the lime comment away after rebasing. As you mentioned, the design doc had originally specified Going forward, I don't think something alternatively starting with Also, I think |
We resolved the security issue with bridges, such that all contexts in a bridge process should use the same context path. Was there a lingering reason for allowing multiple context path per process? |
We're using it now just for security, but for other use cases, I'm not sure if allowing just one context name per process is desired. e.g.: for ros2/rmw_fastrtps#335 it might not be ideal.
The short version sounds good. |
See ros2/design#242 for context around that. |
If the context actually have names (wasn't clear to me if that even happened in the end), then having one context name per process is not a good idea. It seems like this security option is completely divested from (rcl) contexts now, so having context in the name might be a bit confusing? I dunno, you guys will have to take ownership on that decision, I probably won't have time to comment on it again until the API freeze settles down. |
I agree we have to be careful with terminology overloads and/or qualification. |
|
@kyrofa @ruffsl @mikaelarguedas Let me know if you can update the tutorials. Thanks! |
Is it just the readme markdown files in this repo, or are there additional sros2 tutorial docs elsewhere as well? |
See #201 for a tutorial update |
Closing after #201! |
Bug report
Required Info:
Steps to reproduce issue
Simply follow the quick tutorial at SROS2_Linux
Expected behavior
Run a secure talker/listener.
Actual behavior
Additional information
Looks like the doc wasn't updated with #177.
Got it working with the following changes,
The text was updated successfully, but these errors were encountered: