Cheetah Software
1.0
|
Data structure containing parameters for quadruped robot. More...
Go to the source code of this file.
Functions | |
template<typename T , typename T2 > | |
Vec3< T > | withLegSigns (const Eigen::MatrixBase< T2 > &v, int legID) |
Data structure containing parameters for quadruped robot.
This file contains the Quadruped class. This stores all the parameters for a quadruped robot. There are utility functions to generate Quadruped objects for Cheetah 3 (and eventually mini-cheetah). There is a buildModel() method which can be used to create a floating-base dynamics model of the quadruped.
Definition in file Quadruped.cpp.
Vec3<T> withLegSigns | ( | const Eigen::MatrixBase< T2 > & | v, |
int | legID | ||
) |
Flip signs of elements of a vector V depending on which leg it belongs to
Definition at line 207 of file Quadruped.cpp.