Order Updates Question

Issue #176 resolved
Rud Merriam created an issue

I don't understand how the order processing is intended to work. An order is sent and sometimes another order with 'update' added is sent. Is that intended to replace the first order entirely? That's just one case. There appear to be a few different types of subsequent orders. Can you enumerate each of them and explain how they are to be processed?

Comments (3)

  1. Shane Loretz

    An order is sent and sometimes another order with 'update' added is sent. Is that intended to replace the first order entirely?

    Correct, the updated order replaces the old one.

    https://bitbucket.org/osrf/ariac/wiki/2019/agility_challenges#markdown-header-in-process-order-update

    That's just one case. There appear to be a few different types of subsequent orders

    The second case is a high priority order. If the order name does not contain update, then it is a new order that is higher priority than the first. Completing higher priority orders will give a lot more points than lower priority ones, but both should be completed (if possible).

    https://bitbucket.org/osrf/ariac/wiki/2019/agility_challenges#markdown-header-in-process-order-interruption

    https://bitbucket.org/osrf/ariac/wiki/2019/scoring

  2. Rud Merriam reporter

    Thanks, read that page a number of times but missed the 'update' indicator. Will study that page mre.

  3. Log in to comment