@@ -7370,7 +7370,8 @@ R"""(For a floating base RigidBody, unlock its inboard joint.
73707370 struct /* body_frame */ {
73717371 // Source: drake/multibody/tree/rigid_body.h
73727372 const char * doc =
7373- R"""( (Compatibility) A synonym for link_frame().)""" ;
7373+ R"""( Returns a const reference to the associated RigidBodyFrame
7374+ (LinkFrame). This is a synonym for link_frame().)""" ;
73747375 } body_frame;
73757376 // Symbol: drake::multibody::RigidBody::default_com
73767377 struct /* default_com */ {
@@ -7531,14 +7532,14 @@ Returns ``alpha_WB_W``:
75317532 struct /* get_angular_velocity_in_world */ {
75327533 // Source: drake/multibody/tree/rigid_body.h
75337534 const char * doc =
7534- R"""( (Advanced) Extract this body 's angular velocity in world, expressed in
7535+ R"""( (Advanced) Extract this link 's angular velocity in world, expressed in
75357536world.
75367537
75377538Parameter ``vc``:
75387539 velocity kinematics cache.
75397540
7540- Returns ``w_WB_W ``:
7541- rigid body B 's angular velocity in world W, expressed in W.)""" ;
7541+ Returns ``w_WL_W ``:
7542+ link L 's angular velocity in world W, expressed in W.)""" ;
75427543 } get_angular_velocity_in_world;
75437544 // Symbol: drake::multibody::RigidBody::get_mass
75447545 struct /* get_mass */ {
@@ -7575,35 +7576,35 @@ body's origin, expressed in world.
75757576Parameter ``pc``:
75767577 position kinematics cache.
75777578
7578- Returns ``p_WoBo_W ``:
7579- position vector from Wo (world origin) to Bo (this body 's origin)
7579+ Returns ``p_WoLo_W ``:
7580+ position vector from Wo (world origin) to Lo (this link 's origin)
75807581 expressed in W (world).)""" ;
75817582 } get_origin_position_in_world;
75827583 // Symbol: drake::multibody::RigidBody::get_origin_velocity_in_world
75837584 struct /* get_origin_velocity_in_world */ {
75847585 // Source: drake/multibody/tree/rigid_body.h
75857586 const char * doc =
7586- R"""( (Advanced) Extract the velocity of this body 's origin in world,
7587+ R"""( (Advanced) Extract the velocity of this link 's origin in world,
75877588expressed in world.
75887589
75897590Parameter ``vc``:
75907591 velocity kinematics cache.
75917592
7592- Returns ``v_WBo_W ``:
7593- velocity of Bo (body origin) in world W, expressed in W.)""" ;
7593+ Returns ``v_WLo_W ``:
7594+ velocity of Lo (link frame origin) in world W, expressed in W.)""" ;
75947595 } get_origin_velocity_in_world;
75957596 // Symbol: drake::multibody::RigidBody::get_pose_in_world
75967597 struct /* get_pose_in_world */ {
75977598 // Source: drake/multibody/tree/rigid_body.h
75987599 const char * doc =
7599- R"""( (Advanced) Extract this body 's pose in world (from the position
7600+ R"""( (Advanced) Extract this link 's pose in world (from the position
76007601kinematics).
76017602
76027603Parameter ``pc``:
76037604 position kinematics cache.
76047605
7605- Returns ``X_WB ``:
7606- pose of rigid body B in world frame W.)""" ;
7606+ Returns ``X_WL ``:
7607+ pose of this Link (%RigidBody) L in world frame W.)""" ;
76077608 } get_pose_in_world;
76087609 // Symbol: drake::multibody::RigidBody::get_rotation_matrix_in_world
76097610 struct /* get_rotation_matrix_in_world */ {
@@ -7615,8 +7616,9 @@ body's frame.
76157616Parameter ``pc``:
76167617 position kinematics cache.
76177618
7618- Returns ``R_WB``:
7619- rotation matrix relating rigid body B in world frame W.)""" ;
7619+ Returns ``R_WL``:
7620+ rotation matrix giving the orientation of this Link L in the world
7621+ frame W.)""" ;
76207622 } get_rotation_matrix_in_world;
76217623 // Symbol: drake::multibody::RigidBody::get_spatial_acceleration_in_world
76227624 struct /* get_spatial_acceleration_in_world */ {
@@ -7636,15 +7638,15 @@ Returns ``A_WB_W``:
76367638 struct /* get_spatial_velocity_in_world */ {
76377639 // Source: drake/multibody/tree/rigid_body.h
76387640 const char * doc =
7639- R"""( (Advanced) Returns V_WB , this RigidBody B 's SpatialVelocity in the
7640- world frame W.
7641+ R"""( (Advanced) Returns V_WL , this Link (% RigidBody) L 's SpatialVelocity in
7642+ the world frame W.
76417643
76427644Parameter ``vc``:
76437645 velocity kinematics cache.
76447646
7645- Returns ``V_WB_W ``:
7646- this rigid body B 's spatial velocity in the world frame W,
7647- expressed in W (for point Bo , the body frame's origin).)""" ;
7647+ Returns ``V_WL_W ``:
7648+ this link L 's spatial velocity in the world frame W, expressed in
7649+ W (for point Lo , the link frame's origin).)""" ;
76487650 } get_spatial_velocity_in_world;
76497651 // Symbol: drake::multibody::RigidBody::has_quaternion_dofs
76507652 struct /* has_quaternion_dofs */ {
@@ -7682,7 +7684,7 @@ R"""((Deprecated.)
76827684 // Source: drake/multibody/tree/rigid_body.h
76837685 const char * doc =
76847686R"""( (Advanced) Returns ``True`` if this body is a *floating base body*,
7685- meaning it had no explicit joint to a parent body so is mobilized by
7687+ meaning it had no explicit joint to a parent body and is mobilized by
76867688an automatically-added (ephemeral) floating (6 dof) joint to World.
76877689
76887690Note:
@@ -7713,7 +7715,7 @@ generally Joint∷is_locked() is preferable otherwise.
77137715 // Source: drake/multibody/tree/rigid_body.h
77147716 const char * doc =
77157717R"""( Returns a const reference to the associated LinkFrame
7716- (RigidBodyFrame).)""" ;
7718+ (RigidBodyFrame). This is a synonym for body_frame(). )""" ;
77177719 } link_frame;
77187720 // Symbol: drake::multibody::RigidBody::mobod_index
77197721 struct /* mobod_index */ {
0 commit comments