Robotic bees: Algorithms for collision detection and prevention

Vincent Arcila,Isabel Piedrahita,Mauricio Toro
DOI: https://doi.org/10.48550/arXiv.1905.11822
2019-05-31
Abstract:In the following paper we will discuss data structures suited for distance threshold queries keeping in mind real life application such as collision detection on robotic bees. We will focus on spatial hashes designed to store 3D points and capable of fastly determining which of them surpass a specific threshold from any other. In this paper we will discuss related literature, explain in depth the data structure chosen with its design criteria, operations and speed and memory efficiency analysis.
Robotics,Data Structures and Algorithms
What problem does this paper attempt to address?