paper-with-me

홈 › Papers

BSH for Collision Detection in Point Cloud models

2024-07-04 · Mauro Figueiredo, João Pereira, João Oliveira, Bruno Araujo

Point cloud models are a common shape representation for several reasons. Three-dimensional scanning devices are widely used nowadays and points are an attractive primitive for rendering complex geometry. Nevertheless, there is not much literature on collision detection for point cloud models. This paper presents a novel collision detection algorithm for large point cloud models using voxels, octrees and bounding spheres hierarchies (BSH). The scene graph is divided in voxels. The objects of each voxel are organized into an octree. Due to the high number of points in the scene, each non-empty cell of the octree is organized in a bounding sphere hierarchy, based on an R-tree hierarchy like structure. The BSH hierarchies are used to group neighboring points and filter out very quickly parts of objects that do not interact with other models. Points derived from laser scanned data typically are not segmented and can have arbitrary spatial resolution thus introducing computational and modeling issues. We address these issues and our results show that the proposed collision detection algorithm effectively finds intersections between point cloud models since it is able to reduce the number of bounding volume checks and updates.

📄 PDF Abstract BibTeX arXiv:2407.15852

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Workspace Registration and Collision Detection for Industrial Robotics Applications

2025-10-27 · Klaus Zauner, Josef El Dib, Hubert Gattringer, Andreas Mueller arxiv

Motion planning for robotic manipulators relies on precise knowledge of the environment in order to be able to define restricted areas and to take collision objects into account. To capture the workspace, point clouds of…

Motion PlanningPoint Clouds

Object Rearrangement Using Learned Implicit Collision Functions

2020-11-21 · Michael Danielczuk, Arsalan Mousavian, Clemens Eppner, Dieter Fox

Robotic object rearrangement combines the skills of picking and placing objects. When object models are unavailable, typical collision-checking models may be unable to predict collisions in partial point clouds with occl…

ObjectObject Rearrangement

CabiNet: Scaling Neural Collision Detection for Object Rearrangement with Procedural Scene Generation

2023-04-18 · Adithyavairavan Murali, Arsalan Mousavian, Clemens Eppner, Adam Fishman 외

We address the important problem of generalizing robotic rearrangement to clutter without any explicit object models. We first generate over 650K cluttered scenes - orders of magnitude more than prior work - in diverse e…

NavigateObjectObject RearrangementScene Generation

Distance and Collision Probability Estimation from Gaussian Surface Models

2024-01-31 · Kshitij Goel, Wennie Tabib

This paper describes continuous-space methodologies to estimate the collision probability, Euclidean distance and gradient between an ellipsoidal robot model and an environment surface modeled as a set of Gaussian distri…

Motion Planning

Segmentation of Drone Collision Hazards in Airborne RADAR Point Clouds Using PointNet

2023-11-06 · Hector Arroyo, Paul Kier, Dylan Angus, Santiago Matalonga 외

The integration of unmanned aerial vehicles (UAVs) into shared airspace for beyond visual line of sight (BVLOS) operations presents significant challenges but holds transformative potential for sectors like transportatio…

object-detectionObject DetectionSemantic Segmentation