-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
NavFn now plans paths through places it should not. #28
Comments
It's not clear to me yet why these "unknown" values from the obstacle costmap are overwriting whatever is in the static map, but regardless it is not the fault of Navfn. To fix this, just set rosparam /move_base/NavfnROS/allow_unknown to false, and Navfn will stop planning paths through the unknown areas. |
nlimpert
pushed a commit
to nlimpert/navigation
that referenced
this issue
Feb 25, 2020
…move_base action
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is probably an unintended consequence of my fix for #26, not sure. It's possible this is caused by a bug in costmap_2d, but regardless it is definitely a bug.
The text was updated successfully, but these errors were encountered: