Skip to content
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

[Humble] Fix hangout in rosbag2 player and recorder when pressing CTRL+C (backport #1081) #1085

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Sep 10, 2022

This is an automatic backport of pull request #1081 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 refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

)

Disable SIGINT handler in KeyboardHandler instantiated from rosbag2
player and recorder. Since we have already overriding SIGINT on upper
python level or inside rclcpp::init() and correctly finishing
application with proper calling of all destructors upon receiving SIGINT

Signed-off-by: Michael Orlov <michael.orlov@apex.ai>

Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
(cherry picked from commit f629e45)
@mergify mergify bot requested a review from a team as a code owner September 10, 2022 03:03
@mergify mergify bot requested review from MichaelOrlov and hidmic and removed request for a team September 10, 2022 03:03
@MichaelOrlov MichaelOrlov changed the title Fix hangout in rosbag2 player and recorder when pressing CTRL+C (backport #1081) [Humble] Fix hangout in rosbag2 player and recorder when pressing CTRL+C (backport #1081) Sep 10, 2022
@MichaelOrlov
Copy link
Contributor

Gist: https://gist.githubusercontent.com/MichaelOrlov/c8b17a2ccf75e73a9fd05f7372ac47e0/raw/0c8513cd6d420b8a9873e915e93861b41cd274c0/ros2.repos
BUILD args: --packages-above-and-dependencies ros2bag rosbag2_transport rosbag2_tests
TEST args: --packages-above ros2bag rosbag2_transport rosbag2_tests
ROS Distro: humble
Job: ci_launcher
ci_launcher ran: https://ci.ros2.org/job/ci_launcher/10843

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

@MichaelOrlov
Copy link
Contributor

Failure on Linux and Windows CI jobs are unrelated and present on baseline.

@MichaelOrlov MichaelOrlov merged commit 9554905 into humble Sep 23, 2022
@delete-merged-branch delete-merged-branch bot deleted the mergify/bp/humble/pr-1081 branch September 23, 2022 00:44
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.

None yet

2 participants