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

Wait until action #39

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft

Wait until action #39

wants to merge 39 commits into from

Commits on Jan 15, 2024

  1. EFC fleet adapter

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b3106d6 View commit details
    Browse the repository at this point in the history
  2. Create standard RMF missions from fleet adapter

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    118be99 View commit details
    Browse the repository at this point in the history
  3. Set up plugin system for custom MiR perform actions

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    aceb401 View commit details
    Browse the repository at this point in the history
  4. Cart delivery plugin fixes

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6e2dd98 View commit details
    Browse the repository at this point in the history
  5. Add cart pickup task script

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    47db7f1 View commit details
    Browse the repository at this point in the history
  6. Footprint and marker type things and update readme

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9d92896 View commit details
    Browse the repository at this point in the history
  7. Restore mir/mirfm comparison and add note that mirfm is not actively …

    …supported
    
    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    946d98c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Make marker type a variable when posting missions

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    725fd0d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Update dispatch pickup cancellation behavior and configs

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8aeb014 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Remove limits on charging mission

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b7f3770 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Fixes bugs for cancelled pickup states, refactor mission info stored …

    …in pickup/dropoff, and move action-related code into its own package
    
    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7b747f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Use ActionFactory to create MirAction objects

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6b256df View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    a68026a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Move MirAction to fleet_adapter_mir pkg

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ee6fbdd View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    bdc0218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc241bb View commit details
    Browse the repository at this point in the history
  3. Add module key to config

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3d855a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Remove footprint update from cart delivery plugin and cancel task if

    pickup pos is not found
    
    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    598a2ee View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configurable transformation params

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5158596 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Add in retry mechanism for navigate cmds

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6063200 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Add retry mechanism for dock and go to known position

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    51d7fba View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Fix wrong input argument for task cancellation

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed May 21, 2024
    Configuration menu
    Copy the full SHA
    27baec2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    01ad9cc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Add example for module config and minor cleanup

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c48e0af View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Codestyle cleanup

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9c25969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    933358f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Remove position_put logic when localizing to prevent overwriting exis…

    …ting MiR coords
    
    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    52c4fbd View commit details
    Browse the repository at this point in the history
  2. Add disconnect mutex

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    47d5488 View commit details
    Browse the repository at this point in the history
  3. Check config for lift or localize positions before requesting for loc…

    …alize missions
    
    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d3bf9fe View commit details
    Browse the repository at this point in the history
  4. Style

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c2ecf17 View commit details
    Browse the repository at this point in the history
  5. Cleanup and add license declaration

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    561044d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    f67cd20 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Cleanup

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fc2e769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f03a9e4 View commit details
    Browse the repository at this point in the history
  3. Custom move off behavior with examples

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    15e5517 View commit details
    Browse the repository at this point in the history
  4. Add wait_until task

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2be1c55 View commit details
    Browse the repository at this point in the history
  5. Add readme and rename task to multistop

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    acb6491 View commit details
    Browse the repository at this point in the history
  6. Remove duplicate instructions

    Signed-off-by: Xiyu Oh <[email protected]>
    xiyuoh committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ebf7d70 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    9b5f749 View commit details
    Browse the repository at this point in the history