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
[mppi] fix division by zero, clean raw pointers code (#5636)
* [mppi] fix division by zero
leading to cost values being NaNs, which then propagate through all the critics and results in NaN control_sequence. These NaNs were removed by the hard applyControlSequenceConstraints(), but replaced with ax_max & wz_max. These lead to high steering at the start of a run
Signed-off-by: Adi Vardi <adi.vardi@enway.ai>
* [mppi] clean ackermann constraints
Signed-off-by: Adi Vardi <adi.vardi@enway.ai>
* fix long line
Signed-off-by: Adi Vardi <adi.vardi@enway.ai>
---------
Signed-off-by: Adi Vardi <adi.vardi@enway.ai>
0 commit comments