Computing Feasible Trajectories for an Articulated Probe in Three Dimensions
Ovidiu Daescu, Ka Yaw Teo

TL;DR
This paper develops an algorithm to compute obstacle-avoiding trajectories for an articulated probe in 3D space, using extremal trajectory analysis and advanced data structures, with applications in robotics and path planning.
Contribution
It introduces a novel approach to find feasible trajectories by analyzing extremal cases and presents the first data structure for circular sector emptiness queries among 3D obstacles.
Findings
Feasible trajectories can be characterized by extremal cases.
The algorithm runs in near-quadratic time relative to obstacle count.
A new data structure for 3D circular sector emptiness queries is proposed.
Abstract
Consider an input consisting of a set of disjoint triangular obstacles in and a target point in the free space, all enclosed by a large sphere of radius centered at . An articulated probe is modeled as two line segments and connected at point . The length of can be equal to or greater than , while is of a given length . The probe is initially located outside , assuming an unarticulated configuration, in which and are collinear and . The goal is to find a feasible (obstacle-avoiding) probe trajectory to reach , with the condition that the probe is constrained by the following sequence of moves -- a straight-line insertion of the unarticulated probe into , possibly followed by a rotation of at for at most radians, so that coincides with . We prove that if there…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Data Management and Algorithms · Robotic Path Planning Algorithms
