Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
a9aa4492
Unverified
Commit
a9aa4492
authored
4 years ago
by
Steven Macenski
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fixing smac collision on footprints (#2232)
parent
24f0bc6e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nav2_smac_planner/include/nav2_smac_planner/collision_checker.hpp
+1
-1
1 addition, 1 deletion
...c_planner/include/nav2_smac_planner/collision_checker.hpp
with
1 addition
and
1 deletion
nav2_smac_planner/include/nav2_smac_planner/collision_checker.hpp
+
1
−
1
View file @
a9aa4492
...
@@ -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_
>=
OCCUPI
ED
;
return
footprint_cost_
>=
INSCRIB
ED
;
}
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
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment