sandhawalia commited on
Commit
549783e
·
verified ·
1 Parent(s): 56b622a

Fix for observation.state.joint_position

Browse files
Files changed (1) hide show
  1. meta/info.json +7 -6
meta/info.json CHANGED
@@ -90,12 +90,13 @@
90
  ],
91
  "names": {
92
  "axes": [
93
- "x",
94
- "y",
95
- "z",
96
- "roll",
97
- "pitch",
98
- "yaw"
 
99
  ]
100
  }
101
  },
 
90
  ],
91
  "names": {
92
  "axes": [
93
+ "joint_0",
94
+ "joint_1",
95
+ "joint_2",
96
+ "joint_3",
97
+ "joint_4",
98
+ "joint_5",
99
+ "joint_6"
100
  ]
101
  }
102
  },