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

Map Structure Overhaul #5

Open
joydeep-b opened this issue Sep 26, 2020 · 0 comments
Open

Map Structure Overhaul #5

joydeep-b opened this issue Sep 26, 2020 · 0 comments

Comments

@joydeep-b
Copy link
Member

The current navigation map structure is the same as the low-level planning domain entity used for A*. We need to move to a cleaner navigation map structure that:

  1. Separates out graph definition from low-level domain implementation used by A*. The low-level format can be derived from the higher-level format
  2. Includes meta-information (e.g. max speed per edge) only at the high-level representation
  3. Includes support for semantic locations and areas separate from navigation vertices.

Request for comment: @kvsikand @mandi1267 @srabiee @maxsvetlik

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

No branches or pull requests

1 participant