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

Task Allocation implementation on the simulation #19

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Conversation

paulvazbad
Copy link
Member

Implementation of a simplified auction task allocation package in the multi robot simulation that was developed by @AuroTB . The purposes of this PR are:

@paulvazbad paulvazbad requested a review from AuroTB April 7, 2021 18:40
@paulvazbad paulvazbad self-assigned this Apr 7, 2021
@paulvazbad
Copy link
Member Author

NOT READY FOR REVIEW/MERGE

@paulvazbad
Copy link
Member Author

Note to self:
Tried using scoped enums but vscode linter raised annoying error of "class or namespace must follow ::" even though it compiled correctly.

@AuroTB
Copy link
Member

AuroTB commented Apr 30, 2021

Update: Take into account, within the cost function:

  • Distance
  • Battery level
  • Task type

@paulvazbad
Copy link
Member Author

Update:
Task Allocation completed

TODO: http://wiki.ros.org/actionlib

  • Define go_to action format and package where it should belong to
  • Implement action server in robot_goal_provider(python)
  • Implement action client in tas_allocation(c++)

@paulvazbad paulvazbad removed their assignment Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Robot Coordination] Integrate simplified AUCTION algorithm into multi robot simulation
2 participants