Skip to content

Commit

Permalink
F added PathCrossingDetector class
Browse files Browse the repository at this point in the history
  • Loading branch information
rayvburn committed Jan 3, 2024
1 parent 234f4ee commit e547387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/path_crossing_detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PathCrossingDetector::PathCrossingDetector():
confidence_threshold_(0.70),
safe_point_distance_multiplier_(SAFE_POINT_DISTANCE_MULTIPLIER_DEFAULT),
speed_negligible_threshold_(SPEED_NEGLIGIBLE_THRESHOLD_DEFAULT),
crossing_detected_(false),
gap_closest_person_(NAN)
{}

Expand Down

0 comments on commit e547387

Please sign in to comment.