Skip to content

How to improve route navigation #544

Answered by mxgrey
gmchoi96 asked this question in Q&A
Oct 17, 2024 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

There are two major factors that cause the traffic system to struggle:

  • Density of robots (not just the number of robots but also how frequently they will interfere with each other)
  • Low affordances (not providing the robots with ways to avoid or escape conflicts)

The demos you're showing are a higher density than we've been targeting until now, but the grid structure gives the robots a lot of affordances, so it might be workable. I'll offer some general advice that might help clean up the behavior:

  • For waypoints that robots will use as destinations (i.e. points where you'll explicitly command a GoToPlace) it's best to make the waypoint a leaf node in the graph so that robots don't want …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@gmchoi96
Comment options

@mxgrey
Comment options

Answer selected by gmchoi96
@mxgrey
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants