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

planner_cspace: check whether if the goal is reachable in static map #142

Open
at-wat opened this issue Apr 25, 2018 · 1 comment
Open

Comments

@at-wat
Copy link
Owner

at-wat commented Apr 25, 2018

if (cost_estim_cache_[s_rough] == FLT_MAX)
{
status_.error = planner_cspace::PlannerStatus::PATH_NOT_FOUND;
ROS_WARN("Goal unreachable. History cleared.");

if reachable in static map and temporary_escape_locally_blocked param is set, try temporary escape

@at-wat
Copy link
Owner Author

at-wat commented Apr 25, 2018

Add checkArrivability function and search on cm_rough_base_

@at-wat at-wat changed the title Check whether if the goal is reachable in static map planner_cspace: check whether if the goal is reachable in static map Jun 23, 2018
@at-wat at-wat self-assigned this Aug 24, 2018
@at-wat at-wat removed their assignment Dec 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant