Skip to content

Commit

Permalink
Update gains in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga committed Nov 29, 2024
1 parent b1cf0e5 commit 043660b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/kuka_iiwa/cart_pos_ctrl_dynamic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ int main()
//
// As we don't use feed forward acceleration here, we can ignore the factor kf.
CartesianPosPDController ctrl;
ctrl.setPGain(base::Vector6d::Constant(10));
ctrl.setPGain(base::Vector6d::Constant(100));
ctrl.setDGain(base::Vector6d::Constant(30));
ctrl.setFFGain(base::Vector6d::Constant(1));

Expand Down

0 comments on commit 043660b

Please sign in to comment.