Skip to content

Commit

Permalink
Fixed method comment for CalcBiasCenterOfMassTranslationalAcceleration.
Browse files Browse the repository at this point in the history
  • Loading branch information
sherm1 committed Jul 6, 2020
1 parent 8d4d2d8 commit 98dae16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multibody/plant/multibody_plant.h
Original file line number Diff line number Diff line change
Expand Up @@ -2934,8 +2934,8 @@ class MultibodyPlant : public internal::MultibodyTreeSystem<T> {
/// point Ccm is the composite center of mass of the system of all bodies
/// (except world_body()) in the MultibodyPlant. abias_ACcm is the part of
/// a_ACcm (Ccm's translational acceleration) that does not multiply ṡ, equal
/// to abias_ACcm = J̇𝑠_v_ACcm * s. This allows a_ACcm to be written as
/// a_ACcm = J̇𝑠_v_ACcm * s + abias_ACcm.
/// to abias_ACcm = J̇𝑠_v_ACcm s. This allows a_ACcm to be written as
/// a_ACcm = J𝑠_v_ACcm ⋅ ṡ + abias_ACcm.
///
/// @param[in] context The state of the multibody system.
/// @param[in] with_respect_to Enum equal to JacobianWrtVariable::kQDot or
Expand Down

0 comments on commit 98dae16

Please sign in to comment.