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

Add New Mapping Interface and Environmental Model #18

Closed
bpwilcox opened this issue Aug 6, 2018 · 3 comments
Closed

Add New Mapping Interface and Environmental Model #18

bpwilcox opened this issue Aug 6, 2018 · 3 comments
Assignees
Labels
2 - Medium Medium Priority enhancement New feature or request question Further information is requested
Milestone

Comments

@bpwilcox
Copy link

bpwilcox commented Aug 6, 2018

Support an extensible framework of map representations via a Mapping Interface and incorporate relevant static, dynamic, object, and semantic map data into an Environmental Model to be used by map dependent algorithms.

First aim is to support & refactor grid-based map representations such as grid_map, occupancy grids, and costmap_2d with further aim to support interface for other tree/node-based representations such as octomap.

@bpwilcox bpwilcox self-assigned this Aug 6, 2018
@bpwilcox bpwilcox changed the title Integrate Mapping Interface and Environmental Model Add New Mapping Interface and Environmental Model Aug 6, 2018
@mkhansenbot mkhansenbot added this to the August 2018 milestone Aug 6, 2018
@mbuijs
Copy link
Contributor

mbuijs commented Aug 28, 2018

An environmental model similar to this?
https://github.com/tue-robotics/ed

@bpwilcox
Copy link
Author

An environmental model similar to this?
https://github.com/tue-robotics/ed

I did take a look at that repo. I think there are some interesting ideas to build from, though for the time being, we're going to focus on grid-based representations before we incorporate some of the more abstract object-based representations. An initial milestone for now would be to seamlessly integrate grid_map, occupancy grid, costmap_2d, and perhaps octomap into an environmental model which can support these types and provide useful contextual/semantic information about the current environment. We're currently using the "layer" concept, similar in ways to costmap_2d. This would then be the provider for localization, planning, and control.

@mkhansenbot mkhansenbot added the enhancement New feature or request label Sep 17, 2018
@mkhansenbot mkhansenbot removed this from the September 2018 milestone Oct 10, 2018
@mkhansenbot mkhansenbot added 2 - Medium Medium Priority question Further information is requested labels Nov 12, 2018
@crdelsey crdelsey removed this from the D Turtle Release milestone Jan 29, 2019
@orduno orduno mentioned this issue Feb 14, 2019
18 tasks
@mkhansenbot
Copy link
Collaborator

I think this can be closed now as the environmental model (aka World Model) is being covered by #565

doisyg added a commit to doisyg/navigation2 that referenced this issue Oct 5, 2023
…ther_timeout

Backport nav2 vel smoother timeout fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - Medium Medium Priority enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants