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
Currently target_speeds is of type List[floats] and desired_speed is of type float. Since the latter is for continuous while earlier for discrete, unify into a single config desired_speed which can be of type List[floats] or float.