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
BT crashes when loading or stopping a BT with a Service, Action or Subscriber node with the error message "cannot use Destroyable because destruction was requested", due to some issues with the underlying rclpy implementation.
Seems to be "fixed" with checking rclpy.ok() before publishing tree info. But this is not a viable solution. Also rclpy should be okay while shutting down the BT
Description
BT crashes when loading or stopping a BT with a Service, Action or Subscriber node with the error message "cannot use Destroyable because destruction was requested", due to some issues with the underlying rclpy implementation.
Reproduction URL
https://github.com/fzi-forschungszentrum-informatik/ros2_ros_bt_py
Reproduction steps
Screenshots
No response
Logs
No response
ROS2 Version
Humble
OS
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: