We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6096329 commit f33f514Copy full SHA for f33f514
source/SO_100/SO_100/robots/so_arm100_roscon.py
@@ -110,11 +110,11 @@
110
"wrist_roll_joint": 300.0, # Low mass to move
111
}
112
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,
+ "shoulder_pan_joint": 150.0,
+ "shoulder_lift_joint": 150.0,
+ "elbow_joint": 120.0,
+ "wrist_pitch_joint": 90.0,
+ "wrist_roll_joint": 90.0,
118
119
120
"""Configuration of SO-ARM robot with stiffer PD control."""
0 commit comments