Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
Signed-off-by: ismetatabay <ismet@leodrive.ai>
  • Loading branch information
pre-commit-ci[bot] authored and ismetatabay committed Nov 17, 2022
1 parent 4918335 commit 4cb059d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ BT::NodeStatus AvoidanceModule::updateState()
}

// if dynamic objects are removed on path, change current state and reset path
if(planner_data_->dynamic_object->objects.size() == 0 &&
parameters_->enable_update_path_when_object_is_gone){
if (
planner_data_->dynamic_object->objects.size() == 0 &&
parameters_->enable_update_path_when_object_is_gone) {
current_state_ = BT::NodeStatus::SUCCESS;
}

Expand Down

0 comments on commit 4cb059d

Please sign in to comment.