Skip to content

Commit

Permalink
fixup! add hysterisys and debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kosuke55 committed Jan 22, 2024
1 parent 842d5f0 commit 1b89bca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ DecidingPathStatusWithStamp GoalPlannerModule::checkDecidingPathStatus() const
// DECIDING for a certain period of time if there is no collision.
const auto parking_path = utils::resamplePathWithSpline(pull_over_path->getParkingPath(), 0.5);
const double margin =
parameters_->object_recognition_collision_check_margin * 0.9; // hysterisis factor
parameters_->object_recognition_collision_check_margin * 0.9; // hysteresis factor
if (checkObjectsCollision(parking_path, margin)) {
RCLCPP_DEBUG(
getLogger(),
Expand Down

0 comments on commit 1b89bca

Please sign in to comment.