Skip to content

Commit

Permalink
Remove unused RigidBodyTree<AutoDiffXd> instantiation (RobotLocomotio…
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored and amcastro-tri committed Apr 24, 2018
1 parent 628400a commit a2a84f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions multibody/rigid_body_tree.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3431,10 +3431,9 @@ template MatrixX<double> RigidBodyTree<double>::transformQDotMappingToVelocityMa
template MatrixX<double> RigidBodyTree<double>::transformQDotMappingToVelocityMapping<Eigen::Map<MatrixXd >>(const KinematicsCache<double>&, const Eigen::MatrixBase<Eigen::Map<MatrixXd >>&); // NOLINT

// Explicit template instantiations for DoTransformPointsJacobian.
template MatrixX<double > RigidBodyTree<double >::DoTransformPointsJacobian<double , double >(const KinematicsCache<double >&, const Eigen::Ref<const Matrix3X<double >>&, int, int, bool) const; // NOLINT
template MatrixX<AutoDiffXd> RigidBodyTree<double >::DoTransformPointsJacobian<AutoDiffXd, double >(const KinematicsCache<AutoDiffXd>&, const Eigen::Ref<const Matrix3X<double >>&, int, int, bool) const; // NOLINT
template MatrixX<AutoDiffXd> RigidBodyTree<double >::DoTransformPointsJacobian<AutoDiffXd, AutoDiffXd>(const KinematicsCache<AutoDiffXd>&, const Eigen::Ref<const Matrix3X<AutoDiffXd>>&, int, int, bool) const; // NOLINT
template MatrixX<AutoDiffXd> RigidBodyTree<AutoDiffXd>::DoTransformPointsJacobian<AutoDiffXd, AutoDiffXd>(const KinematicsCache<AutoDiffXd>&, const Eigen::Ref<const Matrix3X<AutoDiffXd>>&, int, int, bool) const; // NOLINT
template MatrixX<double > RigidBodyTree<double>::DoTransformPointsJacobian<double , double >(const KinematicsCache<double >&, const Eigen::Ref<const Matrix3X<double >>&, int, int, bool) const; // NOLINT
template MatrixX<AutoDiffXd> RigidBodyTree<double>::DoTransformPointsJacobian<AutoDiffXd, double >(const KinematicsCache<AutoDiffXd>&, const Eigen::Ref<const Matrix3X<double >>&, int, int, bool) const; // NOLINT
template MatrixX<AutoDiffXd> RigidBodyTree<double>::DoTransformPointsJacobian<AutoDiffXd, AutoDiffXd>(const KinematicsCache<AutoDiffXd>&, const Eigen::Ref<const Matrix3X<AutoDiffXd>>&, int, int, bool) const; // NOLINT

// Explicit template instantiations for DoTransformPointsJacobianDotTimesV.
template VectorX<AutoDiffXd> RigidBodyTree<double>::DoTransformPointsJacobianDotTimesV<AutoDiffXd >(const KinematicsCache<AutoDiffXd >&, const Eigen::Ref<const Matrix3Xd>&, int, int) const; // NOLINT
Expand Down

0 comments on commit a2a84f6

Please sign in to comment.