fix arduino deployment

This commit is contained in:
Cyrille Nofficial 2022-11-11 18:02:12 +01:00
parent 6e543d36e4
commit 330345e202
2 changed files with 5 additions and 2 deletions

View File

@ -185,8 +185,11 @@ data:
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: android name: robocar-objects
data: data:
OBJECTS_THRESHOLD: "0.2"
# To delete?
thresholds.json: | thresholds.json: |
{ {
"threshold_steps": [ 0.07, 0.08, 0.09, 0.1, 0.125, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0 ], "threshold_steps": [ 0.07, 0.08, 0.09, 0.1, 0.125, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0 ],

View File

@ -107,7 +107,7 @@ spec:
type: CharDevice type: CharDevice
- name: robocar - name: robocar
configMap: configMap:
name: android name: robocar-objects
--- ---
apiVersion: apps/v1 apiVersion: apps/v1