Datasets:

ArXiv:
License:
Fisher-Wang commited on
Commit
e5cce3e
·
1 Parent(s): bd554fd

update trajs

Browse files
trajs/debug/reach_origin/franka_v2.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "franka": [
3
+ {
4
+ "init_state": {
5
+ "franka": {
6
+ "dof_pos": {
7
+ "panda_joint1": 0.0,
8
+ "panda_joint2": 0.0,
9
+ "panda_joint3": 0.0,
10
+ "panda_joint4": 0.0,
11
+ "panda_joint5": 0.0,
12
+ "panda_joint6": 0.0,
13
+ "panda_joint7": 0.0,
14
+ "panda_finger_joint1": 0.0,
15
+ "panda_finger_joint2": 0.0
16
+ },
17
+ "pos": [
18
+ 0.0,
19
+ 0.0,
20
+ 0.0
21
+ ],
22
+ "rot": [
23
+ 1.0,
24
+ 0.0,
25
+ 0.0,
26
+ 0.0
27
+ ]
28
+ }
29
+ }
30
+ }
31
+ ]
32
+ }