Cheetah Software
1.0
|
Utility function to build a Mini Cheetah Quadruped object. More...
Go to the source code of this file.
Functions | |
template<typename T > | |
Quadruped< T > | buildMiniCheetah () |
Utility function to build a Mini Cheetah Quadruped object.
This file is based on MiniCheetahFullRotorModel_mex.m and builds a model of the Mini Cheetah robot. The inertia parameters of all bodies are determined from CAD.
Definition in file MiniCheetah.h.
Quadruped<T> buildMiniCheetah | ( | ) |
Generate a Quadruped model of Mini Cheetah
Definition at line 20 of file MiniCheetah.h.
References Quadruped< T >::_abadGearRatio, Quadruped< T >::_abadInertia, Quadruped< T >::_abadLinkLength, Quadruped< T >::_abadLocation, Quadruped< T >::_abadRotorInertia, Quadruped< T >::_abadRotorLocation, Quadruped< T >::_batteryV, Quadruped< T >::_bodyHeight, Quadruped< T >::_bodyInertia, Quadruped< T >::_bodyLength, Quadruped< T >::_bodyMass, Quadruped< T >::_bodyWidth, Quadruped< T >::_hipGearRatio, Quadruped< T >::_hipInertia, Quadruped< T >::_hipLinkLength, Quadruped< T >::_hipLocation, Quadruped< T >::_hipRotorInertia, Quadruped< T >::_hipRotorLocation, Quadruped< T >::_jointDamping, Quadruped< T >::_jointDryFriction, Quadruped< T >::_kneeGearRatio, Quadruped< T >::_kneeInertia, Quadruped< T >::_kneeLinkLength, Quadruped< T >::_kneeLocation, Quadruped< T >::_kneeRotorInertia, Quadruped< T >::_kneeRotorLocation, Quadruped< T >::_maxLegLength, Quadruped< T >::_motorKT, Quadruped< T >::_motorR, Quadruped< T >::_motorTauMax, Quadruped< T >::_robotType, and MINI_CHEETAH.