Drake
benchmarkRigidBodyTree.cpp File Reference
Include dependency graph for benchmarkRigidBodyTree.cpp:

Typedefs

typedef DrakeJoint::AutoDiffFixedMaxSize AutoDiffFixedMaxSize
 
typedef AutoDiffScalar< VectorXd > AutoDiffDynamicSize
 

Functions

uniform_real_distribution uniform (0, 1)
 
template<int Rows, int Cols>
void printMatrix (const MatrixBase< Matrix< double, Rows, Cols >> &mat)
 
template<int Rows, int Cols, typename DerType >
void printMatrix (const MatrixBase< Matrix< AutoDiffScalar< DerType >, Rows, Cols >> &mat)
 
template<typename Scalar >
void scenario1 (const RigidBodyTree &model, KinematicsCache< Scalar > &cache, const vector< Matrix< Scalar, Dynamic, 1 >> &qs, const map< int, Matrix3Xd > &body_fixed_points)
 
template<typename Scalar >
void scenario2 (const RigidBodyTree &model, KinematicsCache< Scalar > &cache, const vector< pair< Matrix< Scalar, Dynamic, 1 >, Matrix< Scalar, Dynamic, 1 >>> &states)
 
void testScenario1 (const RigidBodyTree &model)
 
void testScenario2 (const RigidBodyTree &model)
 
int main ()
 

Variables

default_random_engine generator
 

Typedef Documentation

typedef AutoDiffScalar<VectorXd> AutoDiffDynamicSize

Function Documentation

int main ( )

Here is the call graph for this function:

void printMatrix ( const MatrixBase< Matrix< double, Rows, Cols >> &  mat)

Here is the caller graph for this function:

void printMatrix ( const MatrixBase< Matrix< AutoDiffScalar< DerType >, Rows, Cols >> &  mat)

Here is the call graph for this function:

void scenario1 ( const RigidBodyTree model,
KinematicsCache< Scalar > &  cache,
const vector< Matrix< Scalar, Dynamic, 1 >> &  qs,
const map< int, Matrix3Xd > &  body_fixed_points 
)

Here is the call graph for this function:

void scenario2 ( const RigidBodyTree model,
KinematicsCache< Scalar > &  cache,
const vector< pair< Matrix< Scalar, Dynamic, 1 >, Matrix< Scalar, Dynamic, 1 >>> &  states 
)

Here is the call graph for this function:

void testScenario1 ( const RigidBodyTree model)

Here is the call graph for this function:

Here is the caller graph for this function:

void testScenario2 ( const RigidBodyTree model)

Here is the call graph for this function:

Here is the caller graph for this function:

uniform_real_distribution uniform ( ,
 
)

Here is the caller graph for this function:

Variable Documentation

default_random_engine generator