- 3.0.2 models module.
|
#include <memory>
#include <array>
#include <iostream>
#include <Eigen/Dense>
#include <gtest/gtest.h>
#include <ct/core/core.h>
#include <ct/rbd/rbd.h>
#include "ct/models/HyA/HyA.h"
Macros | |
#define | Debug |
Functions | |
TEST (HyaLinearizerTest, NumDiffComparison) | |
TEST (CodegenLinearizerTest, NumDiffComparison) | |
TEST (IntegratorTest, IntegratorTestHya) | |
int | main (int argc, char **argv) |
#define Debug |
TEST | ( | HyaLinearizerTest | , |
NumDiffComparison | |||
) |
References ct::rbd::RbdLinearizer< SYSTEM >::getDerivativeControl(), ct::core::SystemLinearizer< STATE_DIM, CONTROL_DIM, SCALAR >::getDerivativeControl(), ct::rbd::RbdLinearizer< SYSTEM >::getDerivativeState(), ct::core::SystemLinearizer< STATE_DIM, CONTROL_DIM, SCALAR >::getDerivativeState(), i, u, and x.
TEST | ( | CodegenLinearizerTest | , |
NumDiffComparison | |||
) |
TEST | ( | IntegratorTest | , |
IntegratorTestHya | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |