Navigational Timeout When obstacle is in front
Hello! I just have one quick question. Let me start out with an example:
I have a turtlebot type robot that is navigating a office space. During office hours, there are a lot of people standing in the hallway. As the robot approaches the group of people standing, it ends the path planning because it says the path is blocked. The robot doesn't bother to wait for a bit until the people create a path for the robot to move in. This isn't a question of obstacle avoidance, this is a question of a navigational timeout.
How can i make it that the robot waits say, "15 seconds" before finally determining that the path is blocked?
Thanks!!!!