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>
31  class JointCollectionTpl,
32  typename Matrix3xOut>
34  const ModelTpl<Scalar, Options, JointCollectionTpl> & model,
35  DataTpl<Scalar, Options, JointCollectionTpl> & data,
36  const Eigen::MatrixBase<Matrix3xOut> & vcom_partial_dq);
37 
38 } // namespace pinocchio
39 
40 #include "pinocchio/algorithm/center-of-mass-derivatives.hxx"
41 
42 #if PINOCCHIO_ENABLE_TEMPLATE_INSTANTIATION
43  #include "pinocchio/algorithm/center-of-mass-derivatives.txx"
44 #endif // PINOCCHIO_ENABLE_TEMPLATE_INSTANTIATION
45 
46 #endif // ifndef __pinocchio_algorithm_center_of_mass_derivatives_hpp__
pinocchio::Options
Options
Definition: joint-configuration.hpp:1116
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:1116
pinocchio
Main pinocchio namespace.
Definition: timings.cpp:27


pinocchio
Author(s):
autogenerated on Tue Jun 25 2024 02:42:34