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 55fea0c commit 497b3c8Copy full SHA for 497b3c8
xrobotoolkit_teleop/hardware/galaxea.py
@@ -22,7 +22,7 @@ def __init__(self, rate_hz=100):
22
self.q_des = None
23
self.v_des = [0.0] * 6
24
self.kp = [2000, 2000, 1000, 200, 200, 200]
25
- self.kd = [200.0, 200.0, 200, 100, 100, 100]
+ self.kd = [200.0, 500.0, 500, 200, 200, 200]
26
self.t_ff = [0.0] * 6
27
self.arm_ctrl_msg = motor_control()
28
0 commit comments