# A fast two-stage approach for multi-goal path planning in a fruit tree

How do you efficiently plan a path for a drone around a fruit tree, and then plan its movements so it reaches into the tree to reach the fruit with a robotic arm? In what order do you do that?

It's my contribution to the 2023 International Conference on Robotics and Automation! #ICRA2023

https://ieeexplore.ieee.org/document/10160281

#conference #academia #publication #robotics #drones #UAV #motionplanning #pathplanning #roboticarm #algorithms #academia #research #ieee #ICRA #orchards #farming #agriculture

A fast two-stage approach for multi-goal path planning in a fruit tree

We consider the problem of planning the motion of a drone equipped with a robotic arm, tasked with bringing its end-effector up to many (150+) targets in a fruit tree; to inspect every piece of fruit, for example. The task is complicated by the intersection of a version of Neighborhood TSP (to find an optimal order and a pose to visit every target), and a robotic motion-planning problem through a planning space that features numerous cavities and narrow passages that confuse common techniques. In this contribution, we present a framework that decomposes the problem into two stages: planning approach paths for every target, and quickly planning between the start points of those approach paths. Then, we compare our approach by simulation to a more straightforward method based on multiquery planning, showing that our approach outperforms it in both time and solution cost.