center-of-mass-derivatives.hpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2019 CNRS
3 //
4 
5 #ifndef __pinocchio_algorithm_center_of_mass_derivatives_hpp__
6 #define __pinocchio_algorithm_center_of_mass_derivatives_hpp__
7 
10 
11 namespace pinocchio
12 {
27  template<
28  typename Scalar,
29  int Options,
30  template<typename, int> class JointCollectionTpl,
31  typename Matrix3xOut>
33  const ModelTpl<Scalar, Options, JointCollectionTpl> & model,
34  DataTpl<Scalar, Options, JointCollectionTpl> & data,
35  const Eigen::MatrixBase<Matrix3xOut> & vcom_partial_dq);
36 
37 } // namespace pinocchio
38 
39 #include "pinocchio/algorithm/center-of-mass-derivatives.hxx"
40 
41 #if PINOCCHIO_ENABLE_TEMPLATE_INSTANTIATION
42  #include "pinocchio/algorithm/center-of-mass-derivatives.txx"
43 #endif // PINOCCHIO_ENABLE_TEMPLATE_INSTANTIATION
44 
45 #endif // ifndef __pinocchio_algorithm_center_of_mass_derivatives_hpp__
pinocchio::Options
Options
Definition: joint-configuration.hpp:1082
model.hpp
setup.data
data
Definition: cmake/cython/setup.in.py:48
pinocchio::python::Scalar
context::Scalar Scalar
Definition: admm-solver.cpp:29
pinocchio::getCenterOfMassVelocityDerivatives
void getCenterOfMassVelocityDerivatives(const ModelTpl< Scalar, Options, JointCollectionTpl > &model, DataTpl< Scalar, Options, JointCollectionTpl > &data, const Eigen::MatrixBase< Matrix3xOut > &vcom_partial_dq)
Computes the partial derivatie of the center-of-mass velocity with respect to the joint configuration...
data.hpp
pinocchio::model
JointCollectionTpl & model
Definition: joint-configuration.hpp:1082
pinocchio
Main pinocchio namespace.
Definition: timings.cpp:27


pinocchio
Author(s):
autogenerated on Fri Nov 1 2024 02:41:39