The TOTG trajectory processing plugin uses this: `const std::vector<int>& idx = group->getVariableIndexList();` [Here](https://github.com/ros-planning/moveit2/pull/571#discussion_r680264144), Henning said that could cause issues with mimic joints. Perhaps best to replace it with `group->getActiveJointModelNames()`?