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

SubT Virtual: optimize multiple explorations #326

Open
m3d opened this issue Feb 10, 2020 · 0 comments
Open

SubT Virtual: optimize multiple explorations #326

m3d opened this issue Feb 10, 2020 · 0 comments
Labels
enhancement SubT DARPA Subterranean Challenge
Milestone

Comments

@m3d
Copy link
Member

m3d commented Feb 10, 2020

The robot can explore the world multiple times, for example code A10F200F450L means wait 10s, explore for 200s, return to the base and then explore again 450s along the left wall. In the second exploration it will "waste" repeating long way even in to dead-ends. It would be smarter to re-use turn path from the first exploration. Note, that the code is already there (see follow_trace()).

@m3d m3d added enhancement SubT DARPA Subterranean Challenge labels Feb 10, 2020
@zbynekwinkler zbynekwinkler added this to the Subt Cave milestone Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement SubT DARPA Subterranean Challenge
Projects
None yet
Development

No branches or pull requests

2 participants