Skip to content
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

Polyline Walker moves in zigzag #5333

Closed
kureijir opened this issue Sep 9, 2016 · 4 comments
Closed

Polyline Walker moves in zigzag #5333

kureijir opened this issue Sep 9, 2016 · 4 comments

Comments

@kureijir
Copy link

kureijir commented Sep 9, 2016

Expected Behavior

Move path should look like this: (screenshot taken with commit ca94424)
http://imgur.com/rqfxWVu

Actual Behavior

After updating to commit 11123a8 it looks like this:
http://imgur.com/xcYokPc
It slows down overall movement speed of the bot a bit and it looks annoying.

Your FULL config.json (remove your username, password, gmapkey and any other private info)

http://pastebin.com/RP104P55

Other Information

OS:
Arch Linux ARM
Branch:
master
Git Commit:
11123a8
Python Version:
2.7.12

@crvfts
Copy link
Contributor

crvfts commented Sep 9, 2016

try "enable_social": false, and remove the entire FollowSpiral task. Doing this solved this issue for me.

@julienlavergne
Copy link
Contributor

Yes, it is your FollowSpiral that creates these pattern. Remove that tasks, you don't need it.

@kureijir
Copy link
Author

kureijir commented Sep 9, 2016

Thanks, just wonder why it's been working fine until I updated. And what's that task for anyway?

@julienlavergne
Copy link
Contributor

It is for moving in zigzag and getting people to open issue tickets. It is pretty good at it ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants