SwipeX / PokeMate

Automated PokemonGo Application
GNU General Public License v3.0
112 stars 45 forks source link

Range is uninfluential when navigation_type=POKESTOPS #297

Closed ianket closed 8 years ago

ianket commented 8 years ago

When you have navigation_type set to the POKESTOPS mode, changing the rang won't matter anymore (Eg. see image)

b60021f5b1bcc7e8d9c680ab8f403bdd

Jarkheld commented 8 years ago

try to increase map_points

ianket commented 8 years ago

@Jarkheld Tried it, nothing changes (probably since map_points are related to STREETS naviagtion type)

SippieCup commented 8 years ago

This is done intentionally. Mapping every pokestop in a range that big will make your bot never actually run

https://en.wikipedia.org/wiki/Travelling_salesman_problem

It only goes to pokestops within that range, but starts out with a smaller set and then slowly grows it by 1 stop each time Navigate is called.

ianket commented 8 years ago

@SippieCup Understood