Skip to content

Commit

Permalink
perf(static_obstacle_avoidance): remove duplicated process
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota committed Aug 9, 2024
1 parent 272846b commit d638d08
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -987,11 +987,6 @@ BehaviorModuleOutput StaticObstacleAvoidanceModule::plan()
spline_shift_path = helper_->getPreviousSplineShiftPath();
}

// post processing
{
postProcess(); // remove old shift points
}

BehaviorModuleOutput output;

const auto is_ignore_signal = [this](const UUID & uuid) {
Expand Down

0 comments on commit d638d08

Please sign in to comment.