-
Notifications
You must be signed in to change notification settings - Fork 60
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
Handle empty startset in full_control #13
Conversation
Signed-off-by: Yadunund <yadunund@openrobotics.org>
One other suggestion for this PR: Let's have the |
Signed-off-by: Yadunund <yadunund@openrobotics.org>
Signed-off-by: Yadunund <yadunund@openrobotics.org>
Co-authored-by: Grey <grey@openrobotics.org> Signed-off-by: Yadunund <yadunund@openrobotics.org>
8bda9d1
to
8d7189d
Compare
Signed-off-by: Yadunund <yadunund@openrobotics.org>
Signed-off-by: Yadunund <yadunund@openrobotics.org>
I can confirm this fixes osrf/rmf_core/#266. It would be useful to inform the user why exactly the start set is empty. |
Signed-off-by: Michael X. Grey <grey@openrobotics.org>
@Achllle I've added some more information to the error message that may help debug the problem. |
Amazing, those debug messages are very helpful @mxgrey |
* add CI and docs gen * use rmf src instead of rolling
Signed-off-by: Yadunund yadunund@openrobotics.org
Bug fix
Fixed bug
Fix for #12
Fix applied
Check if output of `compute_plan_starts() is empty and if so return after outputting an error