Skip to content

Fix error message in rclcpp_lifecycle::State::reset()#2647

Merged
ahcorde merged 1 commit intorollingfrom
christophebedard/fix-lifecycle-state-reset-error-message
Oct 9, 2024
Merged

Fix error message in rclcpp_lifecycle::State::reset()#2647
ahcorde merged 1 commit intorollingfrom
christophebedard/fix-lifecycle-state-reset-error-message

Conversation

@christophebedard
Copy link
Copy Markdown
Member

The function that may not complete successfully is rcl_lifecycle_state_fini(), not rcl_lifecycle_transition_fini().

I believe this is a copy-paste error with rclcpp_lifecycle::Transition::reset(), which does call rcl_lifecycle_transition_fini().

The function that may not complete successfully is
`rcl_lifecycle_state_fini()`, not `rcl_lifecycle_transition_fini()`.

Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
@fujitatomoya
Copy link
Copy Markdown
Collaborator

Pulls: #2647
Gist: https://gist.githubusercontent.com/fujitatomoya/b9c8f4d41e5b8f75a33dd12df4a65529/raw/35602590f908e55f2641b1b979df985d779d1bca/ros2.repos
BUILD args: --packages-up-to rclcpp_lifecycle
TEST args: --packages-select rclcpp_lifecycle
ROS Distro: rolling
Job: ci_launcher
ci_launcher ran: https://ci.ros2.org/job/ci_launcher/14682

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

@ahcorde ahcorde merged commit c50f0c9 into rolling Oct 9, 2024
@christophebedard christophebedard deleted the christophebedard/fix-lifecycle-state-reset-error-message branch October 9, 2024 16:09
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.

3 participants