autonomy-and-verification-uol / mapc2019-liv

Liverpool team code for the 2019 Multi-Agent Programming Contest.
GNU General Public License v3.0
1 stars 1 forks source link

[Vision] I am confused #15

Closed rafaelcaue closed 5 years ago

rafaelcaue commented 5 years ago

Given the map below, at step 0, apparently A1 sees only A6: thing(-5,-4,entity,"A")

A6 sees only A3: thing(-2,-6,entity,"A")

And A3 does not see anyone.

How is this possible??

image

rafaelcaue commented 5 years ago

An obstacle also spawned where a goal is, which I don't think should be possible:

image

rafaelcaue commented 5 years ago

Both were server bugs and have been fixed.