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
It would be useful to have a function that detects U-turns in 2D based on some adjustable criterium/threshold.
I haven't though this through, but we should be able to use either compute_forward_vector or compute_displacement (or both), depending on how one defines the U-turn.
The text was updated successfully, but these errors were encountered:
We discussed maybe having a detect_events module that returns an event vector. Also probably having a general version and a more specific version (similar to the head vector computation).
It would be useful to have a function that detects U-turns in 2D based on some adjustable criterium/threshold.
I haven't though this through, but we should be able to use either
compute_forward_vector
orcompute_displacement
(or both), depending on how one defines the U-turn.The text was updated successfully, but these errors were encountered: