Drake
Drake C++ Documentation
multibody_plant.h File Reference
Include dependency graph for multibody_plant.h:

Classes

class  MultibodyPlant< T >
 MultibodyPlant is a Drake system framework representation (see systems::System) for the model of a physical system consisting of a collection of interconnected bodies. More...
 
struct  AddMultibodyPlantSceneGraphResult< T >
 Temporary result from AddMultibodyPlantSceneGraph. More...
 
struct  AddMultibodyPlantSceneGraphResult< T >
 Temporary result from AddMultibodyPlantSceneGraph. More...
 

Namespaces

 drake
 
 drake::multibody
 

Enumerations

enum  ContactModel {
  kHydroelastic, kPoint, kHydroelasticWithFallback, kHydroelasticsOnly = kHydroelastic,
  kPointContactOnly = kPoint
}
 Enumeration for contact model options. More...
 
enum  DiscreteContactSolver { kTamsi, kSap }
 The type of the contact solver used for a discrete MultibodyPlant model. More...
 
enum  DiscreteContactApproximation { kTamsi, kSap, kSimilar, kLagged }
 The type of the contact approximation used for a discrete MultibodyPlant model. More...