This C++ Robot Operating System (ROS) package utilizes the Sparse Nonlinear OPTimizer (SNOPT) to optimally map a motion capture trajectory from the motion capture lab reference frame to the robot joint space. This mapping preserves the kinetic properties of the trajectory while minimizing the robot joint usage. The Derivative Free Trajectory Optimization repository also provides a C++ ROS package for performing the aforementioned mapping, but utilizes the Constrained Optimization BY Linear Approximation (COBYLA) numerical optimization method. In practice, the COBYLA-based approach outperforms the SNOPT-based optimization when the initial input guess to the optimization problem (the robot's initial joint angles) is far from optimal. However, once a close to optimal joint-space trajectory has been found, the SNOPT-based optimization outperforms the COBYLA-based optimization for minimizing joint velocity usage while satisfying joint and joint velocity limits. The details of each algorithm are described in the associated PLOS One manuscript.
Algorithms for pre/post optimization processing of the motion capture trajectory (augmenting, smoothing, subsampling, etc.) can be found at the Motion Capture to Robot software repository. The user manual for this package is attached to the release (and could be different with each release). Example configuration files for the package are also attached to the release.
The corresponding Zenodo archive (see below) provides a link to the dataset that was processed via this algorithm. The dataset includes motion capture trajectories that were replicated on a M20-iA industrial robot, and the optical motion capture data that verify proper replication.