-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathapis.json
90 lines (90 loc) · 1.98 KB
/
apis.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"base": {
"func": "is_moving",
"packagePath": "viam.components"
},
"board": {
"func": "gpio_pin_by_name",
"comment": "Note that the pin supplied is a placeholder. Please change this to a valid pin you are using.",
"args": ["\"16\""],
"packagePath": "viam.components"
},
"camera": {
"func": "get_image",
"packagePath": "viam.components"
},
"encoder": {
"func": "get_position",
"packagePath": "viam.components"
},
"motor": {
"func": "is_moving",
"packagePath": "viam.components"
},
"sensor": {
"func": "get_readings",
"packagePath": "viam.components"
},
"servo": {
"func": "get_position",
"packagePath": "viam.components"
},
"switch": {
"func": "get_position",
"packagePath": "viam.components"
},
"arm": {
"func": "get_end_position",
"packagePath": "viam.components"
},
"gantry": {
"func": "get_lengths",
"packagePath": "viam.components"
},
"gripper": {
"func": "is_moving",
"packagePath": "viam.components"
},
"movement_sensor": {
"func": "get_linear_acceleration",
"packagePath": "viam.components"
},
"input_controller": {
"func": "get_controls",
"packagePath": "viam.components",
"packageName": "input",
"importName": "Controller"
},
"audio": {
"func": "get_properties",
"packagePath": "viam.components"
},
"pose_tracker": {
"func": "get_poses",
"packagePath": "viam.components"
},
"power_sensor": {
"func": "get_power",
"packagePath": "viam.components"
},
"motion": {
"func": "get_pose",
"packagePath": "viam.services",
"importName": "MotionClient"
},
"vision": {
"func": "get_properties",
"packagePath": "viam.services",
"importName": "VisionClient"
},
"mlmodel": {
"func": "metadata",
"packagePath": "viam.services",
"importName": "MLModelClient"
},
"slam": {
"func": "get_point_cloud_map",
"packagePath": "viam.services",
"importName": "SLAMClient"
}
}