-
Notifications
You must be signed in to change notification settings - Fork 85
Add chain tutorial python #219
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
Conversation
…ing with other filter Signed-off-by: EsipovPA <esipov.p@mail.ru>
doc/Tutorials/Chain-Python.rst
Outdated
| 1. Create a Basic Node | ||
| ~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| Let's assume, you've already created an empty ROS package for Python. |
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.
| Let's assume, you've already created an empty ROS package for Python. | |
| Let's assume, you've already created an empty ROS 2 package for Python. |
doc/Tutorials/Chain-Python.rst
Outdated
|
|
||
| .. code-block:: python | ||
|
|
||
| def main(): |
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.
| def main(): | |
| def main(): |
Co-authored-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> Signed-off-by: EsipovPA <esipov.p@mail.ru>
…r markup and naming fixes Co-authored-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> Signed-off-by: EsipovPA <esipov.p@mail.ru>
a0b61ae to
905c33e
Compare
|
Hello @ahcorde! Thanks for review. I've added the changes you've requested. :) |
|
Pulls: #219 |
|
https://github.com/Mergifyio backport kilted jazzy humble |
✅ Backports have been created
|
Signed-off-by: EsipovPA <esipov.p@mail.ru> (cherry picked from commit b64e5ef)
Signed-off-by: EsipovPA <esipov.p@mail.ru> (cherry picked from commit b64e5ef)
Signed-off-by: EsipovPA <esipov.p@mail.ru> (cherry picked from commit b64e5ef)
Description
Added tutorial for
Chainmessage filter forPython.Added some minor fixes to
Chainfilter forPython.Added minor conceptual and grammatical fixes to the
Chainfilter tutorial forC++.Partially fixes but does not resolve completely: #130.
Is this user-facing behavior change?
Fixes
chain = Chain(other_filter)initialization forPythonDid you use Generative AI?
No, I did not.
Additional Information