Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Slam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • KEU-ComputerVision
  • Slam
  • Merge requests
  • !78

Add radius search to KDTreePCLAdaptor object

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Julia Sanchez requested to merge RadiusSearch into master Jan 04, 2021
  • Overview 8
  • Commits 1
  • Pipelines 4
  • Changes 1
  • For now all searches in a kdtree are performed with knn number of neighbors (KdTreePCLAdaptor object).
  • This MR aims at adding a function to do the search with a radius parameter.
  • It does not change the actual SLAM process in any way and does not add any option to the user.
  • It is needed when using KdTreePCLAdaptor.h outside slam process.

@nicolas.cadart PTAL

Edited Jan 05, 2021 by Nicolas Cadart
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: RadiusSearch