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
We're using boost::algorithm::join(...) in multiple places throughout the codebase to concatenate strings. It would be nice to replace this for example with a small custom function based on the std library placed in moveit_core/utils