Feature: add logger_name property to subscription, publisher, service and client#1471
Conversation
Signed-off-by: Nadav Elkabets <elnadav12@gmail.com>
fujitatomoya
left a comment
There was a problem hiding this comment.
lgtm with green CI.
|
@ahcorde can you do the 2nd review for this? |
|
Pulls: #1471 |
Co-authored-by: Nadav Elkabets <32939935+nadavelkabets@users.noreply.github.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Co-authored-by: Nadav Elkabets <32939935+nadavelkabets@users.noreply.github.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
|
should we backport this PR to other distros ? |
This feature is part of the AsyncioExecutor PR. |
|
https://github.com/Mergifyio backport kilted jazzy humble |
✅ Backports have been createdDetails
|
… and client (#1471) Signed-off-by: Nadav Elkabets <elnadav12@gmail.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> (cherry picked from commit 4859c8a) # Conflicts: # rclpy/rclpy/client.py # rclpy/rclpy/impl/_rclpy_pybind11.pyi # rclpy/rclpy/publisher.py # rclpy/rclpy/service.py # rclpy/rclpy/subscription.py # rclpy/test/test_client.py
… and client (#1471) Signed-off-by: Nadav Elkabets <elnadav12@gmail.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> (cherry picked from commit 4859c8a) # Conflicts: # rclpy/rclpy/client.py # rclpy/rclpy/impl/_rclpy_pybind11.pyi # rclpy/rclpy/publisher.py # rclpy/rclpy/service.py # rclpy/rclpy/subscription.py # rclpy/src/rclpy/client.cpp # rclpy/src/rclpy/client.hpp # rclpy/src/rclpy/service.cpp # rclpy/test/test_client.py # rclpy/test/test_service.py
… and client (#1471) (#1474) (cherry picked from commit 4859c8a) Signed-off-by: Nadav Elkabets <elnadav12@gmail.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Nadav Elkabets <32939935+nadavelkabets@users.noreply.github.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
… and client (ros2#1471) Signed-off-by: Nadav Elkabets <elnadav12@gmail.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: Błażej Sowa <bsowa123@gmail.com>
Part of #1399.
According to the documentation of
rcl_node_get_logger_namethe value of the string may change, so I think it's best to fetch the most recent string when getting thelogger_nameproperty.