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

Perform action #15

Merged
merged 11 commits into from
Nov 21, 2022
Merged

Perform action #15

merged 11 commits into from
Nov 21, 2022

Commits on Aug 10, 2022

  1. Adding task planner params, waypoint and lane merge distance, various…

    … fixes in accessing dict
    
    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    efd54a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    62ffdaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e117a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Reading actions from config file to be accepted

    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9c7b6ab View commit details
    Browse the repository at this point in the history
  2. Add example for perform action, and added in max merge waypoint and l…

    …ane distance in example config
    
    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    0e25de8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Merge branch 'main' into perform-action

    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    58771c9 View commit details
    Browse the repository at this point in the history
  2. Changing rouge warn to info

    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    1e412a7 View commit details
    Browse the repository at this point in the history
  3. Reporting error to execution

    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    6dcefd5 View commit details
    Browse the repository at this point in the history
  4. Fix missing assignment to None

    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    2470758 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80e3020 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Use variable move mission (#16)

    * First implementation of calling predefined variable move mission
    
    Signed-off-by: Aaron Chong <[email protected]>
    
    * added variable_move_mission field in example config, fixed mir_config
    
    Signed-off-by: Aaron Chong <[email protected]>
    
    * Add assert that start sets are not empty, and fix API usage for start.lane
    
    Signed-off-by: Aaron Chong <[email protected]>
    
    * Removed unused create move missions, fix use before declare
    
    Signed-off-by: Aaron Chong <[email protected]>
    
    * Docking using pre-defined mission, adding to example config
    
    Signed-off-by: Aaron Chong <[email protected]>
    
    * Changed variable_move_mission to more descriptive rmf_move_mission, updated all use cases as well, added additional documentation
    
    Signed-off-by: Aaron Chong <[email protected]>
    
    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    09c0fea View commit details
    Browse the repository at this point in the history