Zane-Liu commited on
Commit
7920e2a
·
verified ·
1 Parent(s): be0cf89

Create readme.md

Browse files
Files changed (1) hide show
  1. lzy/readme.md +10 -0
lzy/readme.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ When evaluting Xarm7 leaphand in Pullcubetool, set mani_skill/agents/robots/xarm7/xarm7_leap.py, row 36-44 set:
2
+ urdf_config = dict(
3
+ _materials=dict(
4
+ front_finger=dict(
5
+ static_friction=10, dynamic_friction=10, restitution=0.0 #the 2 frictions are set to 10, for pull cube tool.
6
+ ),
7
+ palm=dict(
8
+ static_friction=6, dynamic_friction=6, restitution=0.0 #the 2 frictions are set to 6, for pull cube tool.
9
+ ), # change for pull cube tool are all above
10
+ ),