You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: