Skip to content

Conversation

@EsipovPA
Copy link
Contributor

Description

Added tutorial for Chain message filter for Python.
Added some minor fixes to Chain filter for Python.
Added minor conceptual and grammatical fixes to the Chain filter tutorial for C++.

Partially fixes but does not resolve completely: #130.

Is this user-facing behavior change?

Fixes chain = Chain(other_filter) initialization for Python

Did you use Generative AI?

No, I did not.

Additional Information

…ing with other filter

Signed-off-by: EsipovPA <esipov.p@mail.ru>
@EsipovPA EsipovPA mentioned this pull request Oct 27, 2025
7 tasks
1. Create a Basic Node
~~~~~~~~~~~~~~~~~~~~~~

Let's assume, you've already created an empty ROS package for Python.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.


.. code-block:: python

def main():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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>
@EsipovPA EsipovPA force-pushed the add_chain_tutorial_python branch from a0b61ae to 905c33e Compare November 5, 2025 11:51
@EsipovPA
Copy link
Contributor Author

EsipovPA commented Nov 5, 2025

Hello @ahcorde! Thanks for review. I've added the changes you've requested. :)

@EsipovPA EsipovPA requested a review from ahcorde November 5, 2025 11:56
@ahcorde
Copy link
Contributor

ahcorde commented Nov 5, 2025

Pulls: #219
Gist: https://gist.githubusercontent.com/ahcorde/90c18a5b216c3ed1e0c4c767059bd113/raw/7bbf9100cc4bd495e8cc38602126fccaef39d21d/ros2.repos
BUILD args: --packages-above-and-dependencies message_filters
TEST args: --packages-above message_filters
ROS Distro: rolling
Job: ci_launcher
ci_launcher ran: https://ci.ros2.org/job/ci_launcher/17400

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

@ahcorde ahcorde merged commit b64e5ef into ros2:rolling Nov 5, 2025
2 checks passed
@ahcorde
Copy link
Contributor

ahcorde commented Nov 12, 2025

https://github.com/Mergifyio backport kilted jazzy humble

@mergify
Copy link

mergify bot commented Nov 12, 2025

backport kilted jazzy humble

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Nov 12, 2025
Signed-off-by: EsipovPA <esipov.p@mail.ru>
(cherry picked from commit b64e5ef)
mergify bot pushed a commit that referenced this pull request Nov 12, 2025
Signed-off-by: EsipovPA <esipov.p@mail.ru>
(cherry picked from commit b64e5ef)
mergify bot pushed a commit that referenced this pull request Nov 12, 2025
Signed-off-by: EsipovPA <esipov.p@mail.ru>
(cherry picked from commit b64e5ef)
ahcorde pushed a commit that referenced this pull request Nov 13, 2025
(cherry picked from commit b64e5ef)

Signed-off-by: EsipovPA <esipov.p@mail.ru>
Co-authored-by: Pavel Esipov <38457822+EsipovPA@users.noreply.github.com>
ahcorde pushed a commit that referenced this pull request Nov 13, 2025
(cherry picked from commit b64e5ef)

Signed-off-by: EsipovPA <esipov.p@mail.ru>
Co-authored-by: Pavel Esipov <38457822+EsipovPA@users.noreply.github.com>
ahcorde pushed a commit that referenced this pull request Nov 13, 2025
(cherry picked from commit b64e5ef)

Signed-off-by: EsipovPA <esipov.p@mail.ru>
Co-authored-by: Pavel Esipov <38457822+EsipovPA@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants