-
Notifications
You must be signed in to change notification settings - Fork 15
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
base: main
Are you sure you want to change the base?
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3106d6 - Browse repository at this point
Copy the full SHA b3106d6View commit details -
Create standard RMF missions from fleet adapter
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 118be99 - Browse repository at this point
Copy the full SHA 118be99View commit details -
Set up plugin system for custom MiR perform actions
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aceb401 - Browse repository at this point
Copy the full SHA aceb401View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e2dd98 - Browse repository at this point
Copy the full SHA 6e2dd98View commit details -
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47db7f1 - Browse repository at this point
Copy the full SHA 47db7f1View commit details -
Footprint and marker type things and update readme
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d92896 - Browse repository at this point
Copy the full SHA 9d92896View commit details -
Restore mir/mirfm comparison and add note that mirfm is not actively …
…supported Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 946d98c - Browse repository at this point
Copy the full SHA 946d98cView commit details
Commits on Jan 18, 2024
-
Make marker type a variable when posting missions
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 725fd0d - Browse repository at this point
Copy the full SHA 725fd0dView commit details
Commits on Jan 31, 2024
-
Update dispatch pickup cancellation behavior and configs
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8aeb014 - Browse repository at this point
Copy the full SHA 8aeb014View commit details
Commits on Feb 5, 2024
-
Remove limits on charging mission
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7f3770 - Browse repository at this point
Copy the full SHA b7f3770View commit details
Commits on Feb 22, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7b747f0 - Browse repository at this point
Copy the full SHA 7b747f0View commit details
Commits on Feb 26, 2024
-
Use ActionFactory to create MirAction objects
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b256df - Browse repository at this point
Copy the full SHA 6b256dfView commit details
Commits on Mar 4, 2024
-
Remove fleet_adapter_mir_actions as dependency in fleet_adapter_mir
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a68026a - Browse repository at this point
Copy the full SHA a68026aView commit details
Commits on Mar 6, 2024
-
Move MirAction to fleet_adapter_mir pkg
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee6fbdd - Browse repository at this point
Copy the full SHA ee6fbddView commit details
Commits on Mar 28, 2024
-
Working plugin module via importlib and modified dispatch_delivery task
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdc0218 - Browse repository at this point
Copy the full SHA bdc0218View commit details -
Rename actions arg parsed to fleet_adapter_mir to rmf_missions
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc241bb - Browse repository at this point
Copy the full SHA bc241bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d855a3 - Browse repository at this point
Copy the full SHA 3d855a3View commit details
Commits on Apr 16, 2024
-
Remove footprint update from cart delivery plugin and cancel task if
pickup pos is not found Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 598a2ee - Browse repository at this point
Copy the full SHA 598a2eeView commit details
Commits on Apr 18, 2024
-
Configurable transformation params
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5158596 - Browse repository at this point
Copy the full SHA 5158596View commit details
Commits on May 10, 2024
-
Add in retry mechanism for navigate cmds
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6063200 - Browse repository at this point
Copy the full SHA 6063200View commit details
Commits on May 15, 2024
-
Add retry mechanism for dock and go to known position
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51d7fba - Browse repository at this point
Copy the full SHA 51d7fbaView commit details
Commits on May 21, 2024
-
Fix wrong input argument for task cancellation
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27baec2 - Browse repository at this point
Copy the full SHA 27baec2View commit details
Commits on Jun 26, 2024
-
Separate cart detection related functions into another plugin
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01ad9cc - Browse repository at this point
Copy the full SHA 01ad9ccView commit details
Commits on Jul 17, 2024
-
Add example for module config and minor cleanup
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c48e0af - Browse repository at this point
Copy the full SHA c48e0afView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c25969 - Browse repository at this point
Copy the full SHA 9c25969View commit details -
Update README with instruction to write own CartDetection module
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 933358f - Browse repository at this point
Copy the full SHA 933358fView commit details
Commits on Aug 2, 2024
-
Remove position_put logic when localizing to prevent overwriting exis…
…ting MiR coords Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52c4fbd - Browse repository at this point
Copy the full SHA 52c4fbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47d5488 - Browse repository at this point
Copy the full SHA 47d5488View commit details -
Check config for lift or localize positions before requesting for loc…
…alize missions Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3bf9fe - Browse repository at this point
Copy the full SHA d3bf9feView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ecf17 - Browse repository at this point
Copy the full SHA c2ecf17View commit details -
Cleanup and add license declaration
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 561044d - Browse repository at this point
Copy the full SHA 561044dView commit details
Commits on Aug 6, 2024
-
Add WaitUntil perform action with mission and PLC move off behavior
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f67cd20 - Browse repository at this point
Copy the full SHA f67cd20View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc2e769 - Browse repository at this point
Copy the full SHA fc2e769View commit details -
Configuration menu - View commit details
-
Copy full SHA for f03a9e4 - Browse repository at this point
Copy the full SHA f03a9e4View commit details -
Custom move off behavior with examples
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15e5517 - Browse repository at this point
Copy the full SHA 15e5517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2be1c55 - Browse repository at this point
Copy the full SHA 2be1c55View commit details -
Add readme and rename task to multistop
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acb6491 - Browse repository at this point
Copy the full SHA acb6491View commit details -
Signed-off-by: Xiyu Oh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebf7d70 - Browse repository at this point
Copy the full SHA ebf7d70View commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b5f749 - Browse repository at this point
Copy the full SHA 9b5f749View commit details