Skip to content

Commit e96d55b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 859bd34 commit e96d55b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mc_solver/TVMQPSolver.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,8 @@ void TVMQPSolver::addContactToDynamics(const std::string & robot,
488488
// Add a minimization on the force variable with a low weight
489489
// TODO maybe find a way to parametrize a desired anisotropic weight from the mc_rbdyn::Contact ?
490490
// TODO write a linear function to target zero (minimize) or a specific target
491-
// targets.push_back(problem_.add(f == 0.0, {tvm::requirements::PriorityLevel(1), tvm::requirements::Weight(0.0001)}));
491+
// targets.push_back(problem_.add(f == 0.0, {tvm::requirements::PriorityLevel(1),
492+
// tvm::requirements::Weight(0.0001)}));
492493
}
493494

494495
// }

0 commit comments

Comments
 (0)