Skip to content

Handling FAILURE in BtServiceNode #1614

@atb033

Description

@atb033

Feature request

Feature description

  • According to the current implementation, the BtServiceNode returns SUCCESS whenever the service is executed
  • Even if the service responds with a failure boolean, BtServiceNode returns a SUCCESS since the service was completed.

Implementation considerations

  • This could be solved by adding a virtual rclcpp::executor::FutureReturnCode check_result(future_result) that the inherited classess can modify

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions