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 C++ MoveGroupInterface class the plan() method returns a MoveItErrorCode object and not a boolean.
static_cast<bool>(mgi.plan()) can be used to achieve the old behavior.