-
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
Does Max_Step work? #281
Comments
Try -n camper. I think documentation is wrong. |
Actually, seems like |
@kristskrilovs, can you give me an example of the waypoint input? And is it possible to use multiple waypoints with this? |
@ch333 not sure about command line option but if you use config file, waypoints syntax is: |
@kristskrilovs Thanks! |
It looks like when you pass in coordinates via command line, it gets assigned to |
Reopen if still an issue. |
#332 introduced the concept of a max distance, which replaces max_steps in a way. Setting However, due to the way that navigators work, once the full navigation has completed, it will start again. For example:
We could modify the fort navigator to return to the original position, or implement geofencing as in #178 (preferred). |
Expected Behavior
Setting max step to 0 or 1 has the bot stay in the same general location. Setting to 100 allows it to roam large distances.
Actual Behavior
The bot roams about the same distance regardless of max step value.
Steps to Reproduce
Run bot
Other Information
OS: OS X
Git Commit: 5c681f0
Also, is waypoint and campsite currently not supported? I can't get either to work. When I try campsite, I use "-n campsite" and sometimes I add "-camp lat,long". Both ways gives me errors:
Traceback (most recent call last):
File "pokecli.py", line 380, in
main()
File "pokecli.py", line 373, in main
bot.run()
File "/Users/username/Desktop/POGO/OpenPoGoBot/pokemongo_bot/init.py", line 108, in run
for destination in self.navigator.navigate(map_cells):
AttributeError: 'NoneType' object has no attribute 'navigate'
The text was updated successfully, but these errors were encountered: