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