Skip to content

Commit c03c0b8

Browse files
authored
Update README.md
1 parent 757232a commit c03c0b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ The packaged launch path uses `config/params.yaml` as its baseline parameter fil
16951695

16961696
| Parameter | Type | Default | Description | Notes |
16971697
| ------------------------------------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
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 `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` |
16991699
| `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 |
17001700
| `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 |
17011701
| `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

Comments
 (0)