Drake
Drake C++ Documentation
scoped_names.h File Reference
#include <string>
#include "drake/multibody/plant/multibody_plant.h"
Include dependency graph for scoped_names.h:

Namespaces

 drake
 
 drake::multibody
 
 drake::multibody::parsing
 

Functions

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