You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `frontier_candidate_min_goal_distance_m` | `double` | `0.0` | Minimum robot-to-candidate distance applied during frontier candidate construction | Early search/materialization control used while building reachable dispatch goals; packaged configs override this to `1.2` |
1698
+
| `frontier_candidate_min_goal_distance_m` | `double` | `0.0` | Minimum robot-to-candidate distance applied during frontier candidate construction | Early search/materialization control used while building reachable dispatch goals; packaged configs override this to `0.5` or `0.8` |
1699
1699
| `frontier_selection_min_distance` | `double` | `0.5` | Minimum robot-to-goal distance preferred during final dispatch generation | If the chosen dispatch point is too close, the code searches for the closest free replacement point that still satisfies this distance when possible |
1700
1700
| `escape_enabled` | `bool` | `false` | Retries frontier search and dispatch without minimum-distance gates when the normal search finds nothing | Intended to break startup lockups when short LiDAR range or SLAM motion thresholds prevent enough initial map opening; packaged example configs enable it explicitly |
1701
1701
| `frontier_visit_tolerance` | `double` | `0.30` | Tolerance used for frontier equivalence and already-visited checks | Also drives quantized frontier signatures and suppression attempt bucketing |
0 commit comments