Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[INFO] [test_signal_handler]: Registered custom signal handler.
[INFO] [test_signal_handler]: Called rclcpp::init.
[INFO] [test_signal_handler]: Waiting to give an opportunity for interrupt...
[INFO] [rclcpp]: signal_handler(signum=2)
[INFO] [test_signal_handler]: Custom sigint handler called.
[INFO] [test_signal_handler]: Calling rclcpp::shutdown...
[INFO] [test_signal_handler]: Called rclcpp::shutdown.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[INFO] [test_sigterm_handler]: Registered custom signal handler.
[INFO] [test_sigterm_handler]: Called rclcpp::init.
[INFO] [test_sigterm_handler]: Waiting to give an opportunity for interrupt...
[INFO] [rclcpp]: signal_handler(signum=15)
[INFO] [test_sigterm_handler]: Custom sigterm handler called.
[INFO] [test_sigterm_handler]: Calling rclcpp::shutdown...
[INFO] [test_sigterm_handler]: Called rclcpp::shutdown.
Expand Down