Skip to content

Commit

Permalink
removed duplicated reset() method
Browse files Browse the repository at this point in the history
  • Loading branch information
masf7g committed Oct 23, 2024
1 parent 0502855 commit 228cfd3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,6 @@ void RegulatedPurePursuitController::applyConstraints(
linear_vel = sign * linear_vel;
}

void RegulatedPurePursuitController::reset() {
goal_dist_tol_ = params_->desired_goal_distance;
}

void RegulatedPurePursuitController::setPlan(const nav_msgs::msg::Path & path)
{
path_handler_->setPlan(path);
Expand Down

0 comments on commit 228cfd3

Please sign in to comment.