Go to the source code of this file.
|
template<typename Scalar , int Options, template< typename, int > class JointCollectionTpl> |
void | pinocchio::copy (const ModelTpl< Scalar, Options, JointCollectionTpl > &model, const DataTpl< Scalar, Options, JointCollectionTpl > &origin, DataTpl< Scalar, Options, JointCollectionTpl > &dest, KinematicLevel kinematic_level) |
| Copy part of the data from origin to dest . Template parameter can be used to select at which differential level the copy should occur. More...
|
|