Skip to content

Commit 2bb994b

Browse files
authored
Update coinstac-vbm-pre.json updated reorient params defaults
updated reorient params defaults from 5 to 0
1 parent a9af4be commit 2bb994b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/coinstac-api-server/seed/data/coinstac-vbm-pre.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"options_reorient_params_x_mm": {
8080
"type": "range",
8181
"label": "x translation in mm",
82-
"default": 5,
82+
"default": 0,
8383
"min": -50,
8484
"max": 50,
8585
"step": 5,
@@ -91,7 +91,7 @@
9191
"options_reorient_params_y_mm": {
9292
"type": "range",
9393
"label": "y translation in mm",
94-
"default": 5,
94+
"default": 0,
9595
"min": -50,
9696
"max": 50,
9797
"step": 5,
@@ -103,7 +103,7 @@
103103
"options_reorient_params_z_mm": {
104104
"type": "range",
105105
"label": "z translation in mm",
106-
"default": 5,
106+
"default": 0,
107107
"min": -50,
108108
"max": 50,
109109
"step": 5,
@@ -115,7 +115,7 @@
115115
"options_reorient_params_pitch": {
116116
"type": "range",
117117
"label": "x rotation about pitch in degrees[-360,360]",
118-
"default": 5,
118+
"default": 0,
119119
"min": -360,
120120
"max": 360,
121121
"step": 5,
@@ -127,7 +127,7 @@
127127
"options_reorient_params_roll": {
128128
"type": "range",
129129
"label": "y rotation about roll in degrees[-360,360]",
130-
"default": 5,
130+
"default": 0,
131131
"min": -360,
132132
"max": 360,
133133
"step": 5,
@@ -139,7 +139,7 @@
139139
"options_reorient_params_yaw": {
140140
"type": "range",
141141
"label": "z rotation about yaw in degrees[-360,360]",
142-
"default": 5,
142+
"default": 0,
143143
"min": -360,
144144
"max": 360,
145145
"step": 5,
@@ -310,4 +310,4 @@
310310
],
311311
"remote": null
312312
}
313-
}
313+
}

0 commit comments

Comments
 (0)