- 3.0.2 models module.
fullJacobian.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 <array>
20 #include <Eigen/Core>
21 
22 namespace ct_HyA {
23 
24 Eigen::Matrix<double, 12 + 6, 6> computeFullJacobianCodegen(const Eigen::Matrix<double, 12, 1>& state,
25  const Eigen::Matrix<double, 6, 1>& tau);
26 }
Definition: derivativeIvState.hpp:21
Eigen::Matrix< double, 12+6, 6 > computeFullJacobianCodegen(const Eigen::Matrix< double, 12, 1 > &state, const Eigen::Matrix< double, 6, 1 > &tau)