diff --git a/src/algorithm/center-of-mass.hpp b/src/algorithm/center-of-mass.hpp index 79dc2a619fd949b5f6c09e2871cc6ad22fda3c35..850343c1bb217290642654388911f6bd170c2430 100644 --- a/src/algorithm/center-of-mass.hpp +++ b/src/algorithm/center-of-mass.hpp @@ -90,7 +90,7 @@ namespace se3 /// /// \brief Computes both the jacobian and the the center of mass position of a given model according to a particular joint configuration. /// The results are accessible through data.Jcom and data.com[0] and are both expressed in the world frame. In addition, the algorithm also computes the Jacobian of all the joints (\sa se3::computeJacobians). - /// And data.com[i] gives the center of mass of the subtree supported by joint i (expressed in the joint i frame). + /// And data.com[i] gives the center of mass of the subtree supported by joint i (expressed in the world frame). /// /// \param[in] model The model structure of the rigid body system. /// \param[in] data The data structure of the rigid body system.