compute-all-terms.hpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2015-2021 CNRS INRIA
3 //
4 
5 #ifndef __pinocchio_compute_all_terms_hpp__
6 #define __pinocchio_compute_all_terms_hpp__
7 
10 
11 namespace pinocchio
12 {
39  template<
40  typename Scalar,
41  int Options,
42  template<typename, int>
43  class JointCollectionTpl,
44  typename ConfigVectorType,
45  typename TangentVectorType>
46  void computeAllTerms(
47  const ModelTpl<Scalar, Options, JointCollectionTpl> & model,
48  DataTpl<Scalar, Options, JointCollectionTpl> & data,
49  const Eigen::MatrixBase<ConfigVectorType> & q,
50  const Eigen::MatrixBase<TangentVectorType> & v);
51 
52 } // namespace pinocchio
53 
54 #include "pinocchio/algorithm/compute-all-terms.hxx"
55 
56 #if PINOCCHIO_ENABLE_TEMPLATE_INSTANTIATION
57  #include "pinocchio/algorithm/compute-all-terms.txx"
58 #endif // PINOCCHIO_ENABLE_TEMPLATE_INSTANTIATION
59 
60 #endif // ifndef __pinocchio_compute_all_terms_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
data.hpp
pinocchio::q
JointCollectionTpl const Eigen::MatrixBase< ConfigVectorType > & q
Definition: joint-configuration.hpp:1117
pinocchio::v
JointCollectionTpl const Eigen::MatrixBase< ConfigVectorType > const Eigen::MatrixBase< TangentVectorType > & v
Definition: joint-configuration.hpp:1118
pinocchio::computeAllTerms
void computeAllTerms(const ModelTpl< Scalar, Options, JointCollectionTpl > &model, DataTpl< Scalar, Options, JointCollectionTpl > &data, const Eigen::MatrixBase< ConfigVectorType > &q, const Eigen::MatrixBase< TangentVectorType > &v)
Computes efficiently all the terms needed for dynamic simulation. It is equivalent to the call at the...
pinocchio::model
JointCollectionTpl & model
Definition: joint-configuration.hpp:1116
pinocchio
Main pinocchio namespace.
Definition: timings.cpp:27


pinocchio
Author(s):
autogenerated on Sat Jun 1 2024 02:40:33