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
Add examples/navigation/10_localization_uncertainty_recovery.py. The robot
wakes up with a bimodal pose belief over two mirror cells that produce
identical landmark distances. The agent detects the high entropy, drives
toward the symmetric landmark to break the ambiguity, then switches one-way
to A* goal navigation after the belief collapses.
Cover the loop with a smoke test asserting success, recovery_count >= 1,
final entropy below threshold, and that both localize and go_to_goal
states appear in the trace. Register a GIF maker and the rendered GIF.
Update README, examples/README.md, examples/navigation/README.md,
docs/learning_paths.md, docs/status.md, and docs/plan.md to reflect the
new example, GIF, and test counts (23 examples, 22 GIFs, 65 tests).
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ robotics loops rather than standalone algorithms.
11
11
12
12
## Current Status
13
13
14
-
-22 runnable examples
14
+
-23 runnable examples
15
15
- 20 learning-path roadmap examples
16
-
-21 README GIFs generated from runnable examples
17
-
-59 smoke and regression tests
16
+
-22 README GIFs generated from runnable examples
17
+
-65 smoke and regression tests
18
18
- Core dependencies only: `numpy` and `matplotlib`
19
19
20
20
See `docs/status.md` for the implementation snapshot and `docs/plan.md` for
@@ -118,9 +118,9 @@ These GIFs are generated from the runnable examples, not separate animations.
118
118
| --- | --- |
119
119
|||
120
120
121
-
| Blocked path recovery |
122
-
| --- |
123
-
||
|||
0 commit comments