You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
^CException ignored in: <function Executor.__del__ at 0xffff8bcdce50>
Traceback (most recent call last):
File "/opt/ros/galactic/lib/python3.8/site-packages/rclpy/executors.py", line 229, in __del__
File "/opt/ros/galactic/lib/python3.8/site-packages/rclpy/signals.py", line 41, in destroy
AttributeError: 'NoneType' object has no attribute 'rclpy_unregister_sigint_guard_condition'
Exception ignored in: <function SignalHandlerGuardCondition.__del__ at 0xffff8bcbd0d0>
Traceback (most recent call last):
File "/opt/ros/galactic/lib/python3.8/site-packages/rclpy/signals.py", line 31, in __del__
TypeError: catching classes that do not inherit from BaseException is not allowed
Additional information
Removing import tf2_ros from the script, or running in the ros:rolling image, leads to the expected behaviour.
The same output was reported in ros2/rclpy#623, but I'm not sure how it is related to the effect of importing tf2_ros.
The text was updated successfully, but these errors were encountered:
Bug report
Required Info:
Steps to reproduce issue
Run the following in bash:
and then exit with ctrl+c
Expected behavior
Program exits silently with exit code 0
Actual behavior
Output printed:
Additional information
Removing
import tf2_ros
from the script, or running in theros:rolling
image, leads to the expected behaviour.The same output was reported in ros2/rclpy#623, but I'm not sure how it is related to the effect of importing
tf2_ros
.The text was updated successfully, but these errors were encountered: