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

Unused functions explore::Explore::start() and explore::Explore::stop() #54

Open
skpro19 opened this issue Jan 17, 2021 · 1 comment
Open

Comments

@skpro19
Copy link

skpro19 commented Jan 17, 2021

These two functions defined in explore.cpp seem to be unused.

void Explore::start()
{
  exploring_timer_.start();
}

void Explore::stop()
{
  move_base_client_.cancelAllGoals();
  exploring_timer_.stop();
  ROS_INFO("Exploration stopped.");
}
@blablebli-robots
Copy link

I found them useful to pause/unpause exploration.

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

2 participants