Drake
testKinematicsCacheChecks.cpp File Reference
#include "drake/systems/plants/RigidBodyTree.h"
#include <iostream>
#include <cstdlib>
#include <random>
#include <memory>
#include <stdexcept>
#include <map>
#include "drake/common/eigen_types.h"
#include "drake/util/drakeGeometryUtil.h"
Include dependency graph for testKinematicsCacheChecks.cpp:

Functions

template<typename O , typename F , typename... Args>
void checkForErrors (bool expect_error, O &object, F function, Args &&...arguments)
 
void performChecks (RigidBodyTree &model, KinematicsCache< double > &cache, const CheckSettings &settings)
 
int main ()
 

Function Documentation

void checkForErrors ( bool  expect_error,
O &  object,
F  function,
Args &&...  arguments 
)

Here is the caller graph for this function:

int main ( )

Here is the call graph for this function:

void performChecks ( RigidBodyTree model,
KinematicsCache< double > &  cache,
const CheckSettings &  settings 
)

Here is the call graph for this function:

Here is the caller graph for this function: