Skip to content

Suboptimal lane sharing between multiple robots #261

Answered by mxgrey
tonydangct asked this question in Q&A
Discussion options

You must be logged in to vote

There's a complex relationship between how nav graphs are constructed and what kind of traffic behavior you'll end up with, especially in extreme cases like this, with very very long lanes. In the current implementation of RMF, each lane in the nav graph represents an indivisible unit of action that RMF is able to command to a robot, so an extremely long lane represents one extremely long unit of action. That kind of abnormally long action unit can cause undesirable outcomes like what you're describing. We intend to make the planner less sensitive to nav graph topology in future versions of RMF, but in the mean time it does take some effort on the part of system integrators to be mindful …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mxgrey
Comment options

@eliasdc
Comment options

@mxgrey
Comment options

@zhangyuran-gg
Comment options

@mxgrey
Comment options

Answer selected by tonydangct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants