Skip to content

Commit 497b3c8

Browse files
committed
updated control damping
1 parent 55fea0c commit 497b3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xrobotoolkit_teleop/hardware/galaxea.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self, rate_hz=100):
2222
self.q_des = None
2323
self.v_des = [0.0] * 6
2424
self.kp = [2000, 2000, 1000, 200, 200, 200]
25-
self.kd = [200.0, 200.0, 200, 100, 100, 100]
25+
self.kd = [200.0, 500.0, 500, 200, 200, 200]
2626
self.t_ff = [0.0] * 6
2727
self.arm_ctrl_msg = motor_control()
2828

0 commit comments

Comments
 (0)