File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,11 +63,8 @@ class LifecycleNode::LifecycleNodeInterfaceImpl
6363
6464 ~LifecycleNodeInterfaceImpl ()
6565 {
66- fprintf (stderr, " oh yeah destructuro\n " );
6766 rcl_node_t * node_handle = node_base_interface_->get_rcl_node_handle ();
68- fprintf (stderr, " oh yeah end destructuro\n " );
6967 auto ret = rcl_lifecycle_state_machine_fini (&state_machine_, node_handle);
70- fprintf (stderr, " oh yeah end destructuro222\n " );
7168 if (ret != RCL_RET_OK) {
7269 RCUTILS_LOG_FATAL_NAMED (
7370 " rclcpp_lifecycle" ,
@@ -103,7 +100,6 @@ class LifecycleNode::LifecycleNodeInterfaceImpl
103100 rosidl_typesupport_cpp::get_service_type_support_handle<GetAvailableTransitionsSrv>(),
104101 &state_machine_options);
105102 if (ret != RCL_RET_OK) {
106- fprintf (stderr, " oh yeah %s\n " , node_base_interface_->get_name ());
107103 throw std::runtime_error (
108104 std::string (" Couldn't initialize state machine for node " ) +
109105 node_base_interface_->get_name ());
You can’t perform that action at this time.
0 commit comments