diff --git a/src/robot_interface_franka.cpp b/src/robot_interface_franka.cpp index 3021e66..830b4b6 100644 --- a/src/robot_interface_franka.cpp +++ b/src/robot_interface_franka.cpp @@ -367,7 +367,7 @@ void RobotInterfaceFranka::_start_joint_position_control_mode() trajectory_generator_sptr_ = std::make_unique(1.0, q, q_dot, q); - double n2 = 2; + double n2 = 0.8; double n1 = 1000*std::sqrt(n2); VectorXd K2 = (VectorXd(7)<