1. Clicking ▼&► to (un)fold the tree menu may facilitate locating what you want to find. 2. Videos embedded here do not necessarily represent my viewpoints or preferences. 3. This is just one of my several websites. Please click the category-tags below these two lines to go to each independent website.
2017-03-28
Real-Time Trajectory Replanning for MAVs using Uniform B-splines and 3D Circular Buffer
source: cvprtum 2017年2月25日
Real-Time Trajectory Replanning for MAVs using Uniform B-splines and 3D Circular Buffer
Authors: Vladyslav Usenko, Lukas von Stumberg, Andrej Pangercic and Daniel Cremers
Paper: https://arxiv.org/abs/1703.01416
Code: https://github.com/vsu91/ewok
Web-page: https://vision.cs.tum.edu/research/ro...
Abstract:
In this work we present a real-time approach for local trajectory replanning for MAVs. Current trajectory generation methods for multicopters achieve high success rates in cluttered environments, but assume the environment is static and require prior knowledge of the map. In our work we utilize the results of such planners and extend them with local replanning algorithm that can handle unmodeled (possibly dynamic) obstacles while keeping MAV close to the global trajectory. To make our approach real-time capable we maintain information about the environment around MAV in an occupancy grid stored in 3D circular buffer that moves together with a drone, and represent the trajectories using uniform B-splines. This representation ensures that trajectory is sufficiently smooth and at the same time allows efficient optimization.
No comments:
Post a Comment