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
G3: cap candidate walk depth so a stale query re-queries on a fresher scan
The live kidnap run spent ~95 s walking all 16 candidates of a stale first
query (none of whose poses were the true location) before re-querying -- and
it was the second query, on a newer more distinctive scan, that returned the
true pose at rank 1 and locked. Past the top few BBS occupancy maxima a fresh
query beats a deeper walk, so add max_walk_candidates (default 4): abandon the
query after the top few fail to lock and re-query instead of grinding ranks
5-16. Pure policy change with two unit tests; wired through the node param and
the supervisor_max_walk_candidates launch arg (set high to restore full walk).
0 commit comments