paper-with-me

Papers

Vision-aided UAV navigation and dynamic obstacle avoidance using gradient-based B-spline trajectory optimization

2022-09-15 · Zhefan Xu, Yumeng Xiu, Xiaoyang Zhan, Baihan Chen, Kenji Shimada

Navigating dynamic environments requires the robot to generate collision-free trajectories and actively avoid moving obstacles. Most previous works designed path planning algorithms based on one single map representation, such as the geometric, occupancy, or ESDF map. Although they have shown success in static environments, due to the limitation of map representation, those methods cannot reliably handle static and dynamic obstacles simultaneously. To address the problem, this paper proposes a gradient-based B-spline trajectory optimization algorithm utilizing the robot's onboard vision. The depth vision enables the robot to track and represent dynamic objects geometrically based on the voxel map. The proposed optimization first adopts the circle-based guide-point algorithm to approximate the costs and gradients for avoiding static obstacles. Then, with the vision-detected moving objects, our receding-horizon distance field is simultaneously used to prevent dynamic collisions. Finally, the iterative re-guide strategy is applied to generate the collision-free trajectory. The simulation and physical experiments prove that our method can run in real-time to navigate dynamic environments safely. Our software is available on GitHub as an open-source package.

📄 PDF Abstract BibTeX arXiv:2209.07003

Code (1)

zhefan-xu/cerlab-uav-autonomy 공식 구현

Tasks

Navigate

Similar Papers 제목 키워드 기반

CHOP: Counterfactual Human Preference Labels Improve Obstacle Avoidance in Visuomotor Navigation Policies

2026-03-02 · Gershom Seneviratne, Jianyu An, Vaibhav Shende, Sahire Ellahy 외 arxiv

Visuomotor navigation policies have shown strong perception-action coupling for embodied agents, yet they often struggle with safe navigation and dynamic obstacle avoidance in complex real-world environments. We introduc…

Connecting Deep-Reinforcement-Learning-based Obstacle Avoidance with Conventional Global Planners using Waypoint Generators

2021-04-08 · Linh Kästner, Teham Buiyan, Xinlin Zhao, Zhengcheng Shen 외

Deep Reinforcement Learning has emerged as an efficient dynamic obstacle avoidance method in highly dynamic environments. It has the potential to replace overly conservative or inefficient navigation approaches. However,…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Implicit Obstacle Map-driven Indoor Navigation Model for Robust Obstacle Avoidance

2023-08-24 · Wei Xie, Haobo Jiang, Shuo Gu, Jin Xie

Robust obstacle avoidance is one of the critical steps for successful goal-driven indoor navigation tasks.Due to the obstacle missing in the visual image and the possible missed detection issue, visual image-based obstac…

Trajectory Planning with Model Predictive Control for Obstacle Avoidance Considering Prediction Uncertainty

2025-04-27 · Eric Schöneberg, Michael Schröder, Daniel Görges, Hans D. Schotten

This paper introduces a novel trajectory planner for autonomous robots, specifically designed to enhance navigation by incorporating dynamic obstacle avoidance within the Robot Operating System 2 (ROS2) and Navigation 2 …

Collision AvoidanceModel Predictive ControlNavigateTrajectory Planning

A real-time dynamic obstacle tracking and mapping system for UAV navigation and collision avoidance with an RGB-D camera

2022-09-17 · Zhefan Xu, Xiaoyang Zhan, Baihan Chen, Yumeng Xiu 외

The real-time dynamic environment perception has become vital for autonomous robots in crowded spaces. Although the popular voxel-based mapping methods can efficiently represent 3D obstacles with arbitrarily complex shap…

Autonomous DrivingCollision AvoidanceTrajectory Prediction