Struct ModelGraphBuildInfo

Struct Documentation

struct ModelGraphBuildInfo

Contains information about how buildModel walked the ModelGraph to construct a Model. All members are considered internal.

Public Members

std::unordered_map<std::string, bool> _joint_forward

Map joint name to joint direction.

bool _is_fixed

True if the root joint is fixed.