File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/SO_100/SO_100/robots Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 102102
103103SO_ARM100_ROSCON_HIGH_PD_CFG = SO_ARM100_ROSCON_CFG .copy ()
104104SO_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."""
You can’t perform that action at this time.
0 commit comments