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

check_path logic #3

Open
oceanfly opened this issue Dec 7, 2020 · 0 comments
Open

check_path logic #3

oceanfly opened this issue Dec 7, 2020 · 0 comments

Comments

@oceanfly
Copy link

oceanfly commented Dec 7, 2020

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!

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