Skip to content
Snippets Groups Projects
Unverified Commit a9aa4492 authored by Steven Macenski's avatar Steven Macenski Committed by GitHub
Browse files

fixing smac collision on footprints (#2232)

parent 24f0bc6e
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ public: ...@@ -77,7 +77,7 @@ public:
} }
// if occupied or unknown and not to traverse unknown space // if occupied or unknown and not to traverse unknown space
return footprint_cost_ >= OCCUPIED; return footprint_cost_ >= INSCRIBED;
} else { } else {
// if radius, then we can check the center of the cost assuming inflation is used // if radius, then we can check the center of the cost assuming inflation is used
footprint_cost_ = costmap_->getCost( footprint_cost_ = costmap_->getCost(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment