All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
gazebo::common::BVHLoader Class Reference

Handles loading BVH animation files. More...

#include <BVHLoader.hh>

Public Member Functions

 BVHLoader ()
 Constructor.
 
 ~BVHLoader ()
 Desutrctor.
 
SkeletonLoad (const std::string &_filename, double _scale)
 Load a BVH file.
 

Detailed Description

Handles loading BVH animation files.

Constructor & Destructor Documentation

gazebo::common::BVHLoader::BVHLoader ( )

Constructor.

gazebo::common::BVHLoader::~BVHLoader ( )

Desutrctor.

Member Function Documentation

Skeleton* gazebo::common::BVHLoader::Load ( const std::string &  _filename,
double  _scale 
)

Load a BVH file.

Parameters
[in]_filenameBVH file to load
[in]_scaleScaling factor to apply to the skeleton
Returns
A pointer to a new Skeleton

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