Namespaces | |
drake | |
drake::multibody | |
drake::multibody::parsing | |
Functions | |
template<typename T > | |
const drake::multibody::Frame< T > * | GetScopedFrameByNameMaybe (const drake::multibody::MultibodyPlant< T > &plant, const std::string &full_name) |
Finds an optionally model-scoped frame. More... | |
template<typename T > | |
const drake::multibody::Frame< T > & | GetScopedFrameByName (const drake::multibody::MultibodyPlant< T > &plant, const std::string &full_name) |
Equivalent to GetScopedFrameByNameMaybe , but throws if the frame is not found. More... | |