Skip to content

Commit

Permalink
planner - PathCrossingDetector's frontal detections stddev update…
Browse files Browse the repository at this point in the history
…d on parameter update
  • Loading branch information
rayvburn committed Jan 20, 2024
1 parent 7b161e4 commit d4b5b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/humap_planner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ void HumapPlanner::reconfigure(HumapConfigConstPtr cfg) {
cfg_->getGeneral()->person_model_radius,
robot_model_->getInscribedRadius(),
std::max(cfg_->getCost()->occdist_separation, 0.025),
cfg_->getPlannerBehaviors()->path_crossing_confidence_threshold
cfg_->getPlannerBehaviors()->path_crossing_confidence_threshold,
cfg_->getPlannerBehaviors()->path_crossing_front_stddev
);

// keep N sec of history (buffer length not parameterized)
Expand Down

0 comments on commit d4b5b10

Please sign in to comment.