Replies: 3 comments 3 replies
-
|
Good questions! I understand this can be confusing initially. Let me clarify:
Regarding Trial Configuration Guidelines: During the finals, NIST will run each team's system with ten trials designed to test different agility metrics. Those specific trials will remain unknown to teams until after the competition concludes. However, teams are strongly encouraged to create their own trial configurations during development for testing purposes. Hope this clarifies things! Let me know if you have any other questions. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the detailed explanation, it really helps. I see in the demo code (dummy_inspection.py) there's a line to start_cell_feed. Can teams decide what cells to put on the conveyor belt? It appears that there was a kick-off meeting for this competition. By any chance, the meeting was recorded ? Thanks again! |
Beta Was this translation helpful? Give feedback.
-
|
Do the orders specify what type of cell is being ordered? The message only specifies the number of kits and modules not the type. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Need some help to understand the relationship between trial configuration and order generation:
Trial Configuration vs. Order Generation: The trial configuration file specifies parameters like
NUM_KITS,NUM_MODULES, andHIGH_PRIORITY_ORDERSwith specific announcement times. Are these configurations used by the competition system to automatically generate and announce orders during the trial, or do participating teams need to construct their own order generation logic based on these parameters?High Priority Order Announcements: For
HIGH_PRIORITY_ORDERSspecified in the trial configuration, I see that each order has aSTART_TIME(announcement time) and anID. Are these orders automatically announced by the competition system at the specified times, or do teams need to implement their own announcement mechanism?If teams are responsible for constructing scenarios based on trial configuration, are there any specific guidelines ? Thanks a bunch!
Beta Was this translation helpful? Give feedback.
All reactions