- 3.0.2 models module.
derivativeIvState.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 
17 #pragma once
18 
19 #include <ct/core/core.h>
20 
21 namespace ct_HyA {
22 
23 Eigen::Matrix<double, 12, 6> computeDIvdqCodegen(const Eigen::Matrix<double, 12, 1>& state);
24 }
Definition: derivativeIvState.hpp:21
Eigen::Matrix< double, 12, 6 > computeDIvdqCodegen(const Eigen::Matrix< double, 12, 1 > &state)