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

Obstacle Avoidance And Task Completion Problem #49

Open
berkettunckal opened this issue Mar 20, 2024 · 2 comments
Open

Obstacle Avoidance And Task Completion Problem #49

berkettunckal opened this issue Mar 20, 2024 · 2 comments

Comments

@berkettunckal
Copy link

Topic 1:
First of all, I would like to ask the following. I guess there is nothing in the package for obstacle avoidance when the robot is tracking a path, because it aborts during tracking. Do you have any suggestions or improvements on this subject?

Topic 2:
I'm not sure if this could be a bug. During the mission, although it does not complete the mission, it says that it has completed the mission and leaves it unfinished. I am not sure if this is a problem that happened to me.

@SteveMacenski
Copy link
Member

I guess there is nothing in the package for obstacle avoidance when the robot is tracking a path, because it aborts during tracking.

That is just a really simple demo. The behavior that your robot employs in the situation that there's something in the way is highly dependent on application and you should design your BT solution to be sensable for what you want to accomplish. For example:

  • In a tree farm, you can't dynamically replan, so you need to either wait for it to clear, or back out and go to another row
  • In a vacuum robot, you could add to your BT that if you're blocked, replan around the obstacle to get back on the coverage path (or generate a new coverage plan with the current state of the world)

So, consider your application, environment, and use the tools as appropriate for the behavior you'd like

During the mission, although it does not complete the mission, it says that it has completed the mission and leaves it unfinished.

Can you clarify this with logs and more description of what you mean?

@deepakbhaskar417
Copy link

Is there any updates or solutions for the coverage planner stops before it actually completes the full path, but says reached goal. ??

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