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
Right now the updated controller is executing at a speed of 30 Hz. Since we haven't yet found an alternate to scipy.optimize in cpp, we will explore the possibility of using the following:
Numba
JAX
Possibly use AutoDiff to remove the numerical gradient.
Right now the updated controller is executing at a speed of 30 Hz. Since we haven't yet found an alternate to scipy.optimize in cpp, we will explore the possibility of using the following:
Possibly use AutoDiff to remove the numerical gradient.