We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b234747 commit 806c1a9Copy full SHA for 806c1a9
src/inverse-dynamics/centroidal.cpp
@@ -31,6 +31,7 @@ namespace simple_mpc
31
trackingTask.Kp(settings_.kp_feet_tracking * Eigen::VectorXd::Ones(6));
32
trackingTask.Kd(2.0 * trackingTask.Kp().cwiseSqrt());
33
// Do not add tasks ; will be done in setTarget depending on desired contacts.
34
+ feet_tracked_.push_back(false);
35
trackingSamples_.emplace_back(12, 6);
36
}
37
0 commit comments