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
There are several instances of using length() or size() in our C++ codebase (e.g., in LCM). We should standardize on using size(), as it is the preferred convention and aligns with other STL containers like std::vector.