You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ The following attributes are available for `viam-demo:refill-controller:refiller
24
24
|`camera_name`| string | Required | N/A | The name of the camera component to use to get images. |
25
25
|`motor_name`| string | Required | N/A | The name of the motor component to use to dispense snacks. |
26
26
|`vision_name`| string | Required | N/A | The name of the vision service to use to get classifications using the image from the camera. |
27
-
|`confidence_level`| number | Optional | 0.55 | Number between 0 and 1 as a minimum percentage of confidence for the returned classifications from the vision service |
27
+
|`confidence_level`| number | Optional | 0.55 | Number between 0 and 1 as a minimum percentage of confidence for the returned classifications from the vision service. |
28
+
|`auto_start`| boolean | Optional | true | Set the control loop to automatically start when the machine is powered on. |
0 commit comments