Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stabilize commissioning feature #338

Merged
merged 14 commits into from
Apr 8, 2024
Merged

Stabilize commissioning feature #338

merged 14 commits into from
Apr 8, 2024

Commits on Mar 21, 2024

  1. Introducing a stable API for changing the commission of a robot

    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    22ecbc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Respect commission settings for direct tasks and idle behavior

    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    d4f1190 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Implement task reassignment within a fleet

    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b5b99d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Implement robot task reassignment API

    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    541546c View commit details
    Browse the repository at this point in the history
  2. Accept commission requests through ApiRequest pipeline

    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4127592 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Include commission information in robot state

    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    12b53c8 View commit details
    Browse the repository at this point in the history
  2. Fix commision ApiRequest handling

    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    68e6fc8 View commit details
    Browse the repository at this point in the history
  3. Fix initialization of reassignment_worker

    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e973234 View commit details
    Browse the repository at this point in the history
  4. Remember to actually set the commission

    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    561b9ce View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Cache pending task info so pending tasks can be canceled with full in…

    …formation
    
    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    cf3eb4f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Use recursive mutex to avoid deadlocks

    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4549852 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Add python bindings for commission API

    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    021e692 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    11cc303 View commit details
    Browse the repository at this point in the history
  2. Fix style

    Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
    mxgrey committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8ef2f55 View commit details
    Browse the repository at this point in the history