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

Allow config file to specify initial waypoint name instead of index #4

Open
mxgrey opened this issue Dec 14, 2020 · 2 comments
Open

Comments

@mxgrey
Copy link
Collaborator

mxgrey commented Dec 14, 2020

The config file currently expects an initial waypoint index, but that is not a convenient or reliable way to indicate a starting position, because waypoint indices might change arbitrarily as a nav graph is modified. It would be more user-friendly and more reliable to specify a waypoint name instead.

@selvavignesh-2206
Copy link

Is osrf working on this issue right now? We are facing issues for multi level deployment of RMF due to each floor having the same index numbers.

@Yadunund
Copy link
Member

We are facing issues for multi level deployment of RMF due to each floor having the same index numbers.

Although you many have multiple levels, the navigation graphs are actually connected between levels and hence the waypoint indices will remain unique.

But to answer your question, I don't believe anyone is working on this at the moment. It should be straight forward to implement as other adapters already do this for the charging waypoint for example. It would be great if you could contribute this feature.

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

3 participants