alifend910 commited on
Commit
5d49584
·
verified ·
1 Parent(s): 9dd8f20

Create keyboard_arm_control.json

Browse files
Files changed (1) hide show
  1. keyboard_arm_control.json +34 -0
keyboard_arm_control.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "keyboard_robot_arm_control",
3
+ "description": "Keyboard commands for robot arm and hand movement",
4
+ "data": [
5
+ {
6
+ "key": "I",
7
+ "action": "arm_up",
8
+ "degrees": 10
9
+ },
10
+ {
11
+ "key": "K",
12
+ "action": "arm_down",
13
+ "degrees": 10
14
+ },
15
+ {
16
+ "key": "J",
17
+ "action": "arm_left",
18
+ "degrees": 10
19
+ },
20
+ {
21
+ "key": "L",
22
+ "action": "arm_right",
23
+ "degrees": 10
24
+ },
25
+ {
26
+ "key": "U",
27
+ "action": "gripper_open"
28
+ },
29
+ {
30
+ "key": "O",
31
+ "action": "gripper_close"
32
+ }
33
+ ]
34
+ }