-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement geofencing restriction #178
Comments
I like this idea and i don't think it will be too difficult (seems we can use matplotlib)! I may be able to have a go at it tonight if i have time. |
I agree, it seems to be pretty standart for libs. Sounds awesome :-) |
Is this where navigator_waypoints in the config could be used. To plot to say a path, you would want a virtual person to take. Aka walk from the London Eye to Buckingham place, to hide park, to paddington, to Kings Cross, to the Tower of London, to the London eye. Or do you want more a wall like "Don't leave london zone 1 or zone 2" |
A geofence is a virtual barrier, so "Don't leave london zone 1 or zone 2". |
I think the current issue is that the bot tends to stay at the same place all the time turning around, at least where I live (there is lots of pokestops) |
it's not very intelligent in deciding where it wants to go, that's for sure. I tend to use waypoints as a result. |
Would be nice you could restrict the bots movement, other than
max_steps
, as it's a little bit hard to know, what it does, and how much it restricts.The restriction could even be printed to the interactive google maps, for a more visual confirmation.
Granted it's not a urgent matter and should have low priority, but maybe someone (or even me) want's to try this out, and implement it.
I'm thinking the
config.json
could be changed to:Current max_steps configuration:
Radius configuration
Polygon configuration
The text was updated successfully, but these errors were encountered: