-
Notifications
You must be signed in to change notification settings - Fork 234
Add path handler #816
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
base: master
Are you sure you want to change the base?
Add path handler #816
Conversation
Signed-off-by: Maurice <[email protected]>
Signed-off-by: Maurice <[email protected]>
Signed-off-by: Maurice <[email protected]>
Signed-off-by: Maurice <[email protected]>
Signed-off-by: Maurice <[email protected]>
Signed-off-by: Maurice <[email protected]>
| This allows users of ``rmw_zenoh_cpp`` to run the tests without needing to start a Zenoh router in a separate terminal. | ||
| You can enable this by building with ``--cmake-args -DUSE_ISOLATED_TESTS=ON``. | ||
|
|
||
| Centralize Path Handler logic in Controller Server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also maention the key parameters in the yaml example & that those parameters have been removed from the individual controller algorithm's configurations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the reminder, I actually thought about that when writing this, but I somehow missed it 🤕
Will add it tomorrow
Signed-off-by: Maurice <[email protected]>
Co-authored-by: Steve Macenski <[email protected]> Signed-off-by: Maurice Alexander Purnawan <[email protected]>
Signed-off-by: Maurice <[email protected]>
Signed-off-by: Maurice <[email protected]>
Signed-off-by: Maurice <[email protected]>
Basic Info
Description of contribution in a few bullet points
Add docs for ros-navigation/navigation2#5446