Spaces:
Sleeping
Sleeping
change distance from 0.6 to 1.0
Browse files- tray_sim.py +1 -1
tray_sim.py
CHANGED
|
@@ -27,7 +27,7 @@ def run_tray_simulation(
|
|
| 27 |
num_objects=N_OBJECTS,
|
| 28 |
azimuth=45,
|
| 29 |
elevation=-25,
|
| 30 |
-
distance=0
|
| 31 |
unique_id=None # Unique file naming
|
| 32 |
):
|
| 33 |
np.random.seed(seed)
|
|
|
|
| 27 |
num_objects=N_OBJECTS,
|
| 28 |
azimuth=45,
|
| 29 |
elevation=-25,
|
| 30 |
+
distance=1.0,
|
| 31 |
unique_id=None # Unique file naming
|
| 32 |
):
|
| 33 |
np.random.seed(seed)
|