Skip to content

Commit

Permalink
Fixed Linting code style
Browse files Browse the repository at this point in the history
Signed-off-by: Jatin Patil <[email protected]>
  • Loading branch information
JatinPatil2003 committed Jun 16, 2024
1 parent 6a4a4d5 commit f96ec84
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,9 @@ geometry_msgs::msg::TwistStamped RegulatedPurePursuitController::computeVelocity
bool RegulatedPurePursuitController::cancel()
{
// if false then publish zero velocity
if (!params_->use_cancel_deceleration)
if (!params_->use_cancel_deceleration) {
return true;
}
cancelling_ = true;
return finished_cancelling_;
}
Expand Down

0 comments on commit f96ec84

Please sign in to comment.