We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I am trying to understand the logic of checking path:
From (-0.3, -0.58, 1.57) to (0,-0.58,1.57), check_path is successful:
[INFO] [1607361215.408972]: start pose: x -0.300000, y -0.580000, theta 1.570000 [INFO] [1607361215.409855]: goal pose: x 0.000000, y -0.580000, theta 1.570000 [INFO] [1607361215.410726]: check_path requested from 'Point2D(-0.30, -0.58), theta: 1.57' to 'Point2D(0.00, -0.58), theta: 1.57' [INFO] [1607361215.468045]: check_path succeeded
However, just From (-0.3, -0.58, 1.57) to (0.1,-0.58,1.57), check_path is not successful:
[INFO] [1607361415.854583]: start pose: x -0.300000, y -0.580000, theta 1.570000 [INFO] [1607361415.855788]: goal pose: x 0.100000, y -0.580000, theta 1.570000 [INFO] [1607361415.856702]: check_path requested from 'Point2D(-0.30, -0.58), theta: 1.57' to 'Point2D(0.10, -0.58), theta: 1.57' [WARN] [1607361415.918201]: check_path failed: NO_PATH_FOUND
I am not sure why it is like that. Could you please provide some suggestions ? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I am trying to understand the logic of checking path:
From (-0.3, -0.58, 1.57) to (0,-0.58,1.57), check_path is successful:
[INFO] [1607361215.408972]: start pose: x -0.300000, y -0.580000, theta 1.570000
[INFO] [1607361215.409855]: goal pose: x 0.000000, y -0.580000, theta 1.570000
[INFO] [1607361215.410726]: check_path requested from 'Point2D(-0.30, -0.58), theta: 1.57' to 'Point2D(0.00, -0.58), theta: 1.57'
[INFO] [1607361215.468045]: check_path succeeded
However, just From (-0.3, -0.58, 1.57) to (0.1,-0.58,1.57), check_path is not successful:
[INFO] [1607361415.854583]: start pose: x -0.300000, y -0.580000, theta 1.570000
[INFO] [1607361415.855788]: goal pose: x 0.100000, y -0.580000, theta 1.570000
[INFO] [1607361415.856702]: check_path requested from 'Point2D(-0.30, -0.58), theta: 1.57' to 'Point2D(0.10, -0.58), theta: 1.57'
[WARN] [1607361415.918201]: check_path failed: NO_PATH_FOUND
I am not sure why it is like that. Could you please provide some suggestions ? Thanks!
The text was updated successfully, but these errors were encountered: