Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
algorithms
csm
Commits
31e78e1f
Commit
31e78e1f
authored
14 years ago
by
Andrea Censi
Browse files
Options
Downloads
Patches
Plain Diff
more documentation
parent
23703a99
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
sm/csm/algos.h
+13
-0
13 additions, 0 deletions
sm/csm/algos.h
with
13 additions
and
0 deletions
sm/csm/algos.h
+
13
−
0
View file @
31e78e1f
...
@@ -80,6 +80,19 @@ struct sm_params {
...
@@ -80,6 +80,19 @@ struct sm_params {
double
do_alpha_test_thresholdDeg
;
double
do_alpha_test_thresholdDeg
;
/** I believe this trick is documented in one of the papers by Guttman (but I can't find
the reference). Or perhaps I was told by him directly.
If you already have a guess of the solution, you can compute the polar angle
of the points of one scan in the new position. If the polar angle is not a monotone
function of the readings index, it means that the surface is not visible in the
next position. If it is not visible, then we don't use it for matching.
This is confusing without a picture! To understand what's going on, make a drawing
in which a surface is not visible in one of the poses.
Implemented in the function visibilityTest().
*/
int
do_visibility_test
;
int
do_visibility_test
;
/** If 1, use PlICP; if 0, use vanilla ICP. */
/** If 1, use PlICP; if 0, use vanilla ICP. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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