jharwell / prism

Parallel Construction Using Graphical Invariants
GNU General Public License v3.0
1 stars 0 forks source link

bugfix/32-wandering-robots-can-enter-nest #32

Open jharwell opened 4 years ago

jharwell commented 4 years ago

OK with only 1 robot, but with multiple robots you need to keep the ones that are exploring for blocks out of the nest, so they don't interfere with other robots. Only an issue until the first level of blocks is created.

Could best be accomplished with a new exploration strategy which combines CRW with polar force to push the robot away from a specified point (center of nearest target).