-
Notifications
You must be signed in to change notification settings - Fork 13
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
Planning for multiple moves crashes - no start point #53
Comments
Do you have the latest package version? Have you looked at the unit tests as examples? |
@Levi-Armstrong Any ideas? |
@johnwason Thanks for the reply! |
After further investigation the approach used in "Test_Simple_Planner" seems to only support three waypoints. But even when testing it with three the third one has to be an empty waypoint. |
Hello tesseract devs,
in our project we face the problem, that we can't plan a path with more than two MoveInstructions. As soon as we add a third MoveInstruction the planning fails with the error message, that no start point has been set. But we couldn't find a way to add a start point. All we can do and did is set a state for the environment. Do you maybe know what causes this issue?
In the following I will add code extracts and the error message:
I would be grateful for any kind of help.
Best regards,
Kai
The text was updated successfully, but these errors were encountered: