Skip to content

Commit d4c1c5e

Browse files
committed
formats
1 parent f33f514 commit d4c1c5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/SO_100/SO_100/robots/so_arm100_roscon.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,19 @@
102102

103103
SO_ARM100_ROSCON_HIGH_PD_CFG = SO_ARM100_ROSCON_CFG.copy()
104104
SO_ARM100_ROSCON_HIGH_PD_CFG.spawn.rigid_props.disable_gravity = True
105-
SO_ARM100_ROSCON_HIGH_PD_CFG.actuators["arm"].stiffness ={
105+
SO_ARM100_ROSCON_HIGH_PD_CFG.actuators["arm"].stiffness = {
106106
"shoulder_pan_joint": 500.0, # Highest - moves all mass
107107
"shoulder_lift_joint": 500.0, # Slightly less than rotation
108108
"elbow_joint": 400.0, # Reduced based on less mass
109109
"wrist_pitch_joint": 300.0, # Reduced for less mass
110110
"wrist_roll_joint": 300.0, # Low mass to move
111111
}
112-
SO_ARM100_ROSCON_HIGH_PD_CFG.actuators["arm"].damping={
112+
SO_ARM100_ROSCON_HIGH_PD_CFG.actuators["arm"].damping = {
113113
"shoulder_pan_joint": 150.0,
114114
"shoulder_lift_joint": 150.0,
115115
"elbow_joint": 120.0,
116116
"wrist_pitch_joint": 90.0,
117117
"wrist_roll_joint": 90.0,
118118
}
119119

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

0 commit comments

Comments
 (0)