Drake
KinematicsCacheHelper< Scalar > Class Template Reference

Helper class to avoid recalculating a kinematics cache which is going to be used repeatedly by multiple other classes. More...

#include <drake/systems/plants/ConstraintWrappers.h>

Public Member Functions

 KinematicsCacheHelper (const std::vector< std::unique_ptr< RigidBody > > &bodies)
 
KinematicsCache< Scalar > & UpdateKinematics (const Eigen::Ref< const Eigen::VectorXd > &q, const RigidBodyTree *tree)
 

Detailed Description

template<typename Scalar>
class Drake::systems::plants::KinematicsCacheHelper< Scalar >

Helper class to avoid recalculating a kinematics cache which is going to be used repeatedly by multiple other classes.

Constructor & Destructor Documentation

KinematicsCacheHelper ( const std::vector< std::unique_ptr< RigidBody > > &  bodies)
inline

Member Function Documentation

KinematicsCache<Scalar>& UpdateKinematics ( const Eigen::Ref< const Eigen::VectorXd > &  q,
const RigidBodyTree tree 
)
inline

The documentation for this class was generated from the following file: