Page 1 of 1

Drone's path find algorithm is incorrect

Posted: Fri Jan 03, 2020 5:43 pm
by EducationalAvocado
Now drones always fly by straight line, ignoring roboports and any danger. For example:
Drones have task to build and them get resources from chest. The fly directly (red line) and in the middle of path they attacked by enemies.

I thinks that path must be done with "waypoints" (green line). In that case drones won’t be discharged and attacked by enemies.
Image

Also they can be infinity looped if the fly above water.

Re: Drone's path find algorithm is incorrect

Posted: Fri Jan 03, 2020 5:48 pm
by Loewchen
I would encourage you to use the forum search before making bug reports.

Re: Drone's path find algorithm is incorrect

Posted: Fri Jan 03, 2020 6:04 pm
by EducationalAvocado
I have found one report from 2017 year. Today is 2020 and there is no fixes for that problem. I think this problem should be mentioned again.

Re: Drone's path find algorithm is incorrect

Posted: Fri Jan 03, 2020 6:10 pm
by Loewchen

Re: Drone's path find algorithm is incorrect

Posted: Fri Jan 03, 2020 8:14 pm
by Jap2.0
Tl;dr of other times this has come up:

This is intentional, doing otherwise would both be far more computationally expensive and make bots too overpowered.