You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the FollowPath task, the bot goes exactly over the coordinates points defined in the path config file. Maybe it is the indented behavior, but in such a case, could we have the possibility to decide if we want to have a little bit of random displacement above those points?
Expected Behavior
If the bot passes above a coordinates defined in the path config file, there should be a little bit of random in its displacement.
Actual Behavior
The bot passes EXACTLY above those point, every time.
Your config.json (remove your credentials and any other private info)
When using the FollowPath task, the bot goes exactly over the coordinates points defined in the path config file. Maybe it is the indented behavior, but in such a case, could we have the possibility to decide if we want to have a little bit of random displacement above those points?
Expected Behavior
If the bot passes above a coordinates defined in the path config file, there should be a little bit of random in its displacement.
Actual Behavior
The bot passes EXACTLY above those point, every time.
Your config.json (remove your credentials and any other private info)
Part of my config
The path file
Steps to Reproduce
Just run it as usual, with the task FollowPath as defined above.
Other Information
OS:Windows10
Git Commit: cdd1d53 (dev branch)
Python Version: Python 2.7.11 (32b)
The text was updated successfully, but these errors were encountered: