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

Feature Request: Allow "traffic layers" (i.e. different nav graphs) to have explicit names #378

Open
mxgrey opened this issue Aug 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mxgrey
Copy link
Collaborator

mxgrey commented Aug 11, 2021

Right now if a single map has multiple navigation graphs, then they need to be distinguished by index number (e.g. 0.yaml, 1.yaml, etc) which often requires some investigation to know the difference between each graph. If users could give an explicit name to each graph instead of only using integer values, then it could save some time and confusion.

@mxgrey mxgrey added the enhancement New feature or request label Aug 11, 2021
codebot added a commit that referenced this issue Aug 30, 2021
Define a data structure in the YAML files to save parameters about
graphs, such as their default width (currently hard-coded to 1 meter)
as well as their names. This is a first step towards #378 and is also
useful for making traffic lanes for robots other than "typical width"
(larger or smaller) than can fit through common doorways.

Signed-off-by: Morgan Quigley <morgan@osrfoundation.org>
codebot added a commit that referenced this issue Sep 1, 2021
* Graph data structure: default lane widths and a step towards #378
* use same QFont object across all Vertex::draw calls

Signed-off-by: Morgan Quigley <morgan@osrfoundation.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant