jmpinit / mit_6.01_mapbot

A robot brain capable of probabilistically mapping out its environment and navigating to a goal. This is the solution of myself and my partner for the last design lab of the 6.01 course at MIT.
1 stars 0 forks source link

Better search heuristic #4

Closed jmpinit closed 11 years ago

jmpinit commented 11 years ago

Currently none (lambda x: 0). Easy alternative is straight-line distance.