netgusto

Results 20 comments of netgusto

yes Given `A` the current velocity vector and `B` the next (desired) velocity vector, the steering force vector is equal to `B-A`, and it's magnitude is bound to `[0,maxsteeringforce]`.

As for every actions taken by the agent, if directives max out the specs, the directives are capped to the max available for the action.

> How are those caps applied? Will you only cap the vector magnitude or can you also do things on the vector components directly. > (Will our acc. vector direction...

Thinking about this : > when capping, we keep the orientation of the desired (new) velocity vector, and set it's magnitude to the maximum it can be to respect the...

Hint: present objects sorted by angle

Mention a red note during train rather than restrict.

I believe it's supported out of the box by our cli handler; I'll have to confirm.

It is supported out of the box. Will be triggered by `--generate-bash-completion` (standard flag for this) Will support command scopes; and maybe contextual data listing if available (list of available...

Hi! I managed to reproduce, this is indeed a bug. We are going to fix this. Thanks you