@@ -186,32 +186,6 @@ This method must be called pre-Finalize.
186186Raises:
187187 RuntimeError if ``plant`` is finalized or if time_step is changed.)""" ;
188188 } ApplyMultibodyPlantConfig;
189- // Symbol: drake::multibody::BaseBodyJointType
190- struct /* BaseBodyJointType */ {
191- // Source: drake/multibody/plant/multibody_plant.h
192- const char * doc =
193- R"""( The kind of joint to be used to connect base bodies to world at
194- Finalize(). See mbp_working_with_free_bodies "Working with free
195- bodies" for definitions and discussion.
196-
197- See also:
198- SetBaseBodyJointType() for details.)""" ;
199- // Symbol: drake::multibody::BaseBodyJointType::kQuaternionFloatingJoint
200- struct /* kQuaternionFloatingJoint */ {
201- // Source: drake/multibody/plant/multibody_plant.h
202- const char * doc = R"""( 6 dofs, unrestricted orientation.)""" ;
203- } kQuaternionFloatingJoint ;
204- // Symbol: drake::multibody::BaseBodyJointType::kRpyFloatingJoint
205- struct /* kRpyFloatingJoint */ {
206- // Source: drake/multibody/plant/multibody_plant.h
207- const char * doc = R"""( 6 dofs using 3 angles; has singularity.)""" ;
208- } kRpyFloatingJoint ;
209- // Symbol: drake::multibody::BaseBodyJointType::kWeldJoint
210- struct /* kWeldJoint */ {
211- // Source: drake/multibody/plant/multibody_plant.h
212- const char * doc = R"""( 0 dofs, fixed to World.)""" ;
213- } kWeldJoint ;
214- } BaseBodyJointType;
215189 // Symbol: drake::multibody::CalcContactFrictionFromSurfaceProperties
216190 struct /* CalcContactFrictionFromSurfaceProperties */ {
217191 // Source: drake/multibody/plant/coulomb_friction.h
@@ -4968,7 +4942,7 @@ be used by Finalize(); post-finalize it returns the joint type that
49684942*was* used if there were any base bodies in need of a joint.
49694943
49704944See also:
4971- SetBaseBodyJointType())""" ;
4945+ SetBaseBodyJointType(), Finalize() )""" ;
49724946 } GetBaseBodyJointType;
49734947 // Symbol: drake::multibody::MultibodyPlant::GetBodiesKinematicallyAffectedBy
49744948 struct /* GetBodiesKinematicallyAffectedBy */ {
@@ -6625,7 +6599,10 @@ Parameter ``model_instance``:
66256599 is to be applied.
66266600
66276601Raises:
6628- RuntimeError if called after Finalize().)""" ;
6602+ RuntimeError if called after Finalize().
6603+
6604+ See also:
6605+ GetBaseBodyJointType(), Finalize())""" ;
66296606 } SetBaseBodyJointType;
66306607 // Symbol: drake::multibody::MultibodyPlant::SetConstraintActiveStatus
66316608 struct /* SetConstraintActiveStatus */ {
0 commit comments