As per title - what would be the best way to assign an enormous amount of speed to a CrowdAgent?
I’m working on an application that’s mostly based off of the CrowdNavigation demo (39) - all parameters are mostly the same. Agents are part of a crowd (CrowdManager).
My problem is - the higher the max speed, the more the agent wobbles around the final target , going back and forth until it stops. This can be mitigated by also raising the agent’s max accel. (SetMaxAccel) - but it only goes so far.
I’ve found that max speed 30 and max accel ~800 will result in instant stoppage at the final target. But I need something like 1500 for the max speed, and there’s no high enough accel. that makes it work well.
A sufficiently high max speed (regardless of the max accel) and the agent wobbles indefinitely around the target, and it does so with insane enthusiasm.
I’m also willing to accept hack-ish workarounds as well. Thanks!