Skip to content
Snippets Groups Projects
Commit 75572b71 authored by jcarpent's avatar jcarpent
Browse files

[C++] Correct unclear comments

parent 5a5abdec
Branches
Tags
No related merge requests found
......@@ -95,7 +95,7 @@ namespace se3
};
/* Compute the centerOfMass in the local frame. */
/* Compute the centerOfMass in the local frame of the root joint. */
const Eigen::Vector3d &
centerOfMass(const Model & model, Data& data,
const Eigen::VectorXd & q,
......@@ -125,7 +125,7 @@ namespace se3
return data.com[0];
}
/* Compute the centerOfMass velocity in the local frame. */
/* Compute the centerOfMass position, velocity and acceleration in the local frame of the root joint. */
void
centerOfMassAcceleration(const Model & model, Data & data,
const Eigen::VectorXd & q,
......@@ -274,7 +274,7 @@ namespace se3
};
/* Compute the centerOfMass in the local frame. */
/* Compute the centerOfMass in the local frame of the root joint. */
const Eigen::Matrix<double,3,Eigen::Dynamic> &
jacobianCenterOfMass(const Model & model, Data& data,
const Eigen::VectorXd & q,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment