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

bwi_kr_execution: senseDoor timeout makes executor stuck in OpenDoor #96

Open
YuqianJiang opened this issue Oct 6, 2017 · 0 comments
Open

Comments

@YuqianJiang
Copy link
Contributor

Logical action OpenDoor (or OpenSimulatedDoor in simulation) uses senseDoor to check if the door is open. The current timeout is sometimes too short for senseDoor. When action_executor spins, OpenDoor creates another instance of senseDoor, which calls the execute_logical_goal server again to get new observations. This is causing the executor to get stuck in the OpenDoor action even after the door is open. I noticed this issue while using the simulator, but it could be a problem for robots too.

#91 attempted to fix a similar problem for senseState by handling it as a special case in LogicalNavigation.cpp. I will work on a unified fix for both senseDoor and senseState.

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

1 participant