Skip to content

Commit

Permalink
reduced stiffness
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Aug 6, 2023
1 parent 4efc9ee commit 06d9acb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AdmittanceController {
const std::string &base_link = "lbr_link_0",
const std::string &end_effector_link = "lbr_link_ee",
const CartesianVector &f_ext_th = {2., 2., 2., 0.5, 0.5, 0.5},
const JointVector &dq_gains = {1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5},
const JointVector &dq_gains = {2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0},
const CartesianVector &dx_gains = {1.5, 1.5, 1.5, 20., 40., 60.})
: dq_gains_(dq_gains), dx_gains_(dx_gains), f_ext_th_(f_ext_th) {
if (!kdl_parser::treeFromString(robot_description, tree_)) {
Expand Down

0 comments on commit 06d9acb

Please sign in to comment.