Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 28, 2023
1 parent c01eda4 commit d2a1d59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mc_rbdyn/Robot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,6 @@ void Robot::forwardKinematics(rbd::MultiBodyConfig & mbc) const
unsigned int index = static_cast<unsigned int>(mb().bodyIndexByName(cvx.second.first));
sch::mc_rbdyn::transform(*(cvx.second.second.get()), mbc.bodyPosW[index]);
}

}

void Robot::forwardVelocity()
Expand Down

0 comments on commit d2a1d59

Please sign in to comment.