Skip to content

Commit f33f514

Browse files
committed
adds better config
1 parent 6096329 commit f33f514

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/SO_100/SO_100/robots/so_arm100_roscon.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@
110110
"wrist_roll_joint": 300.0, # Low mass to move
111111
}
112112
SO_ARM100_ROSCON_HIGH_PD_CFG.actuators["arm"].damping={
113-
"shoulder_pan_joint": 100.0,
114-
"shoulder_lift_joint": 100.0,
115-
"elbow_joint": 80.0,
116-
"wrist_pitch_joint": 60.0,
117-
"wrist_roll_joint": 60.0,
113+
"shoulder_pan_joint": 150.0,
114+
"shoulder_lift_joint": 150.0,
115+
"elbow_joint": 120.0,
116+
"wrist_pitch_joint": 90.0,
117+
"wrist_roll_joint": 90.0,
118118
}
119119

120120
"""Configuration of SO-ARM robot with stiffer PD control."""

0 commit comments

Comments
 (0)