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

Search map allocation and splitting #109

Merged
merged 6 commits into from
Oct 22, 2024
Merged

Search map allocation and splitting #109

merged 6 commits into from
Oct 22, 2024

Conversation

bradygm
Copy link
Contributor

@bradygm bradygm commented Oct 22, 2024

No description provided.

bradygm and others added 6 commits October 11, 2024 14:13
* base code for splitting search bounds into individual regions for agents to search

* Small changes and organization. Fixed some build warnings.

* Add CGAL to dev dockerfile

* Change SearchPrior.msg to have vectors of value and priority to reduce size of overal search mission request

* Add priority to grid_map

* Set the search priors for each task assignment from the allocations of the overall search space

* Move some member variables out of MissionManager.cpp and fixed build warnings

* Remove unneccesary member variables in MissionManager. Restructure so search mission allocation resets each call.

* Add params for mission manager

* Bump docker version

---------

Co-authored-by: Nayana Suvarna <[email protected]>
@bradygm bradygm merged commit c246b27 into main Oct 22, 2024
1 check passed
@bradygm bradygm deleted the search-map-allocation branch October 22, 2024 20:29
andrewjong pushed a commit that referenced this pull request Nov 3, 2024
* New BeliefMapData msg for communicating updates to the search maps

* Add ability for belief maps updates.

* Search map splitting (#108)

* base code for splitting search bounds into individual regions for agents to search

* Small changes and organization. Fixed some build warnings.

* Add CGAL to dev dockerfile

* Change SearchPrior.msg to have vectors of value and priority to reduce size of overal search mission request

* Add priority to grid_map

* Set the search priors for each task assignment from the allocations of the overall search space

* Move some member variables out of MissionManager.cpp and fixed build warnings

* Remove unneccesary member variables in MissionManager. Restructure so search mission allocation resets each call.

* Add params for mission manager

* Bump docker version

---------

Co-authored-by: Nayana Suvarna <[email protected]>

* Increment docker image version

---------

Co-authored-by: Nayana Suvarna <[email protected]>
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.

1 participant