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
In the formula for the $\dot{v}$ of a JetRacer, there is a sign function (applied to the value of $v$ itself). This is causing the solver to break down, so I need to replace it with one of the two options:
either $tanh(k*v)$, with an appropriately high $k$
or with $v/norm(v)$
Let's try which one works best!
The text was updated successfully, but these errors were encountered:
In the formula for the$\dot{v}$ of a JetRacer, there is a sign function (applied to the value of $v$ itself). This is causing the solver to break down, so I need to replace it with one of the two options:
Let's try which one works best!
The text was updated successfully, but these errors were encountered: