[19638] Log error message upon receiver resource creation failure (backport #3924)#3936
Merged
MiguelCompany merged 1 commit into2.11.xfrom Oct 18, 2023
Merged
Conversation
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> (cherry picked from commit 77a85dd)
9 tasks
MiguelCompany
approved these changes
Oct 17, 2023
Contributor
|
I am afraid it's not a correct fix as ROS2 applications encounter issues about the ERROR LOG by default setting. chenlh ros2-master $ ros2 run demo_nodes_cpp talker
[INFO] [1697637931.647738644] [talker]: Publishing: 'Hello World: 1'
[INFO] [1697637932.647659641] [talker]: Publishing: 'Hello World: 2'
[INFO] [1697637933.647628887] [talker]: Publishing: 'Hello World: 3'
[INFO] [1697637934.647612741] [talker]: Publishing: 'Hello World: 4'
[INFO] [1697637935.647655783] [talker]: Publishing: 'Hello World: 5'
[INFO] [1697637936.647698342] [talker]: Publishing: 'Hello World: 6'
^C[INFO] [1697637936.756977153] [rclcpp]: signal_handler(signum=2)
chenlh ros2-master $ ros2 run demo_nodes_cpp listener
2023-10-18 22:05:33.648 [RTPS_PARTICIPANT Error] Could not create the specified receiver resource -> Function createReceiverResources
2023-10-18 22:05:33.649 [RTPS_PARTICIPANT Error] Could not create the specified receiver resource -> Function createReceiverResources
[INFO] [1697637934.648246861] [listener]: I heard: [Hello World: 4]
[INFO] [1697637935.648237591] [listener]: I heard: [Hello World: 5]
^C[INFO] [1697637936.117055349] [rclcpp]: signal_handler(signum=2)
|
Member
|
@iuhilnehc-ynos See #3955 for a fix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automatic backport of pull request #3924 done by Mergify.
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refreshwill re-evaluate the rules@Mergifyio rebasewill rebase this PR on its base branch@Mergifyio updatewill merge the base branch into this PR@Mergifyio backport <destination>will backport this PR on<destination>branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.com