Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegorbani committed Sep 20, 2024
1 parent 987dcc8 commit 28ee781
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/IK/include/BiomechanicalAnalysis/IK/InverseKinematics.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,8 @@ class HumanIK
{
std::shared_ptr<BipedalLocomotion::IK::SO3Task> task;
int nodeNumber;
manif::SO3d IMU_R_link; // Rotation matrix from the IMU to related link, set through config
// file
manif::SO3d IMU_R_link_init; // Rotation matrix from the IMU to related link, set through config
manif::SO3d IMU_R_link; // Rotation matrix from the IMU to related link
manif::SO3d IMU_R_link_init; // Initial value of the rotation matrix from the IMU to related link, set through config
// file
manif::SO3d calibrationMatrix = manif::SO3d::Identity(); // Initialization (to Identity) of
// Rotation matrix from the World
Expand All @@ -153,8 +152,8 @@ class HumanIK
struct GravityTaskStruct
{
std::shared_ptr<BipedalLocomotion::IK::GravityTask> task;
manif::SO3d IMU_R_link;
manif::SO3d IMU_R_link_init; // Rotation matrix from the IMU to related link, set through config
manif::SO3d IMU_R_link; // Rotation matrix from the IMU to related link
manif::SO3d IMU_R_link_init; // Initial value of the rotation matrix from the IMU to related link, set through config
// file
manif::SO3d calibrationMatrix = manif::SO3d::Identity();
Eigen::Vector2d weight;
Expand Down

0 comments on commit 28ee781

Please sign in to comment.