Skip to content

Commit

Permalink
[InverseVelocityKinematics] Update deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
lrapetti committed Aug 31, 2023
1 parent 86adf83 commit 7f3b4f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ bool InverseVelocityKinematics::impl::solveInverseDifferentialKinematics(
}

// solve the QP problem
if (!m_optimizerSolver->solve()) {
if (!m_optimizerSolver->solveProblem()) {
yError() << "[InverseVelocityKinematics::impl::solveInverseDifferentialKinematics] "
<< "qp solver for [solve] returns false.";

Expand Down

0 comments on commit 7f3b4f1

Please sign in to comment.