ros-industrial / ros2_canopen

CANopen driver framework for ROS2
https://ros-industrial.github.io/ros2_canopen/manual/rolling/
141 stars 60 forks source link

Fake cia402 slave does not exit cleanly #69

Closed hellantos closed 1 year ago

hellantos commented 1 year ago

Describe the bug The fake cia402 slave does not exit cleanly when SIGINT is sent.

Expected behavior The fake cia402 slave dies cleanly when SIGINT is sent.

Solution approach This is probably related to duplicated Signal handlers by rclcpp and lely_core. Signals should be handled by either not both.