File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
packages/coinstac-api-server/seed/data Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 ,
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 ,
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 ,
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 ,
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 ,
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 ,
310310 ],
311311 "remote" : null
312312 }
313- }
313+ }
You can’t perform that action at this time.
0 commit comments