- 3.0.2 models module.
derivativeQddTau.hpp
Go to the documentation of this file.
1 /**********************************************************************************************************************
2 This file is part of the Control Toolbox (https://github.com/ethz-adrl/control-toolbox), copyright by ETH Zurich.
3 Licensed under the BSD-2 license (see LICENSE file in main directory)
4 **********************************************************************************************************************/
5 
20 #pragma once
21 
22 #include <ct/core/core.h>
23 
24 namespace ct_HyA {
25 
26 Eigen::Matrix<double, 6, 6> computeQddTauCodegen(const Eigen::Matrix<double, 12, 1>& state,
27  const Eigen::Matrix<double, 6, 1>& tau);
28 }
Definition: derivativeIvState.hpp:21
Eigen::Matrix< double, 6, 6 > computeQddTauCodegen(const Eigen::Matrix< double, 12, 1 > &state, const Eigen::Matrix< double, 6, 1 > &tau)