Understanding the Failure/Limits of Motion Planning #225
Replies: 3 comments
-
Hi, Can you post the output from your terminal?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@scharalambous-sony Thanks for your reply.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Just found that the order of the orientation that I set is wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I tried to run a simple motion planning example but curobo failed to find a solution.
So I have a simple world:
It's basically asking the robot to go from one side of the wall to another side of the wall.
You can make the wall higher to make the scenario simpler, or make the wall lower to make it harder.
curobo shows that it failed to find a solution and here's the final solution curobo gives:
I wonder what would be a general way to understand why curobo fails to find a solution, especially when I used a really aggressive setting of parameters.
My code is attached here:
Beta Was this translation helpful? Give feedback.
All reactions