Skip to content

revert call shutdown in LifecycleNode destructor#2557

Merged
fujitatomoya merged 2 commits intorollingfrom
fujitatomoya/revert-shutdown-in-lcnode-dtor
Jun 11, 2024
Merged

revert call shutdown in LifecycleNode destructor#2557
fujitatomoya merged 2 commits intorollingfrom
fujitatomoya/revert-shutdown-in-lcnode-dtor

Conversation

@fujitatomoya
Copy link
Copy Markdown
Collaborator

@fujitatomoya fujitatomoya commented Jun 10, 2024

revert #2528 and #2545

backports are not straight-forward because of the conflicts, so end up having backport PRs for each distro.

This reverts commit d8d83a0.

Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
…ce in unknown state (2nd) (#2528)"

This reverts commit 3bc364a.

Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>

// release sub-interfaces in an order that allows them to consult with node_base during tear-down
node_waitables_.reset();
node_type_descriptions_.reset();
Copy link
Copy Markdown
Collaborator Author

@fujitatomoya fujitatomoya Jun 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is actually bug fix, i will re-submit this after revert as follow-up.

node_timers_.reset();
node_logging_.reset();
node_graph_.reset();
node_base_.reset();
Copy link
Copy Markdown
Collaborator Author

@fujitatomoya fujitatomoya Jun 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is actually bug fix, i will re-submit this after revert as follow-up.

@fujitatomoya
Copy link
Copy Markdown
Collaborator Author

CI (--packages-above-and-dependencies rclcpp_lifecycle):

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

@fujitatomoya fujitatomoya merged commit f4923c6 into rolling Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants