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

Investigate how ROS2 signal handling interacts with cactus_rt signal handling #92

Closed
shuhaowu opened this issue Aug 2, 2024 · 0 comments · Fixed by #114
Closed

Investigate how ROS2 signal handling interacts with cactus_rt signal handling #92

shuhaowu opened this issue Aug 2, 2024 · 0 comments · Fixed by #114
Labels
bug Something isn't working
Milestone

Comments

@shuhaowu
Copy link
Contributor

shuhaowu commented Aug 2, 2024

No description provided.

@shuhaowu shuhaowu added this to the roscon2024 milestone Aug 2, 2024
@shuhaowu shuhaowu added bug Something isn't working and removed wishlist labels Aug 5, 2024
shuhaowu added a commit that referenced this issue Aug 5, 2024
Takes over signal handling in `cactus_rt::ros2::App` by taking over
`rclcpp::init` and `rclcpp::shutdown`. This is necessary as rclcpp
automatically handles signals otherwise and the signals will not
propagate to cactus-rt threads.

Fixes #92.
shuhaowu added a commit that referenced this issue Aug 5, 2024
Takes over signal handling in `cactus_rt::ros2::App` by taking over
`rclcpp::init` and `rclcpp::shutdown`. This is necessary as rclcpp
automatically handles signals otherwise and the signals will not
propagate to cactus-rt threads.

Fixes #92.
shuhaowu added a commit that referenced this issue Aug 5, 2024
Takes over signal handling in `cactus_rt::ros2::App` by taking over
`rclcpp::init` and `rclcpp::shutdown`. This is necessary as rclcpp
automatically handles signals otherwise and the signals will not
propagate to cactus-rt threads.

Fixes #92.
shuhaowu added a commit that referenced this issue Aug 5, 2024
Takes over signal handling in `cactus_rt::ros2::App` by taking over
`rclcpp::init` and `rclcpp::shutdown`. This is necessary as rclcpp
automatically handles signals otherwise and the signals will not
propagate to cactus-rt threads.

Fixes #92.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant