针对传统人工巡检效率低、风险高,及普通路径规划算法全局最优与动态避障矛盾的问题,本项目提出改进的 A与 DWA 融合算法。优化 A算法,优化权启发式函数和转向惩罚项;改进 DWA 算法,结合运动学模型与轨迹预测 。二者融合后,通过固定采样分辨率等策略,确保算法稳定性与可靠性。经 20m×20m 栅格地图 Matlab 仿真,改进算法成功率达 91.00%(提升 20%),平均转折度数降低 41.44°,规划速度提升 2.46%,为电气设备巡检自动化、智能化提供技术支撑。欢迎交流
☆30May 24, 2025Updated last year
Alternatives and similar repositories for A-DWA-
Users that are interested in A-DWA- are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆12Mar 28, 2022Updated 4 years ago
- A 3D Navigation algorithm combining DWA and A*, Made in MATLAB☆32Jul 2, 2023Updated 3 years ago
- This project aims to develop a vehicle management system using the YOLOV8 model and PaddleOCR. By combining object detection and optical …☆11Sep 8, 2024Updated last year
- This repository is the for Multi-UAVs optimization for path planning with the area priority☆17Feb 2, 2024Updated 2 years ago
- Implementation of a Research Paper on MOD-RRT* - A Sampling Based Algorithm for Robot Path Planning in Dynamic Environment☆10May 19, 2022Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- ABC+PSO Path Planning☆48Dec 19, 2024Updated last year
- Work related to the master thesis: Side-Scan Sonar Imaging and Error-State Kalman Filter Aiding Unmanned Underwater Vehicle (UUV) to Auto…☆15Jan 31, 2023Updated 3 years ago
- 3D UAV path planning case base on LevyPSO (MATLAB)☆36Aug 25, 2024Updated 2 years ago
- A path planning algorithm based on Interfered Fluid Dynamical System (IFDS)☆12May 25, 2026Updated 3 months ago
- 基于Matlab实现纯跟踪(Pure Pursuit)算法☆16Oct 12, 2022Updated 3 years ago
- 复现论文《电力系统碳排放流的计算方法初探》。周天睿,康重庆,徐乾耀,等.电力系统碳排放流的计算方法初探[J].电力系统自动化,2012,36(11):44-49.☆22Jul 29, 2025Updated last year
- 路径规划与轨迹跟踪系列算法学习☆24Feb 27, 2025Updated last year
- 来自matlab社区☆13Nov 7, 2023Updated 2 years ago
- A balance-evolution artificial bee colony algorithm for protein structure optimization based on a three-dimensional AB off-lattice model☆10Nov 29, 2018Updated 7 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- A hybrid GA/heuristic approach to the simultaneous scheduling of machines and automated guided vehicles,which also can be call as job sho…☆53Mar 26, 2022Updated 4 years ago
- Simulates agent path planning using A* and Q-Learning in a 2D grid☆12Apr 5, 2014Updated 12 years ago
- 基于 Proximal Policy Optimization (PPO) 深度强化学习的无人机复杂环境路径规划与动态避障算法☆21Mar 25, 2026Updated 5 months ago
- Final Year Project Log☆20Nov 13, 2023Updated 2 years ago
- Event-based Reconfiguration Control for Time-varying Robot Formation in Narrow Spaces☆16May 18, 2025Updated last year
- A data-driven approach for Unmanned aerial vehicle (UAV) path planning in a hostile environment, the feedback rapidly-exploring random tr…☆12Oct 8, 2022Updated 3 years ago
- This repository provides the URDF description and ROS 2-based Gazebo simulation for the AgileX Hunter V2 robot, featuring Ackermann steer…☆17Jun 25, 2026Updated 2 months ago
- This repository contains project files for prescriptive task allocation for UAV fleet project.☆17Jul 29, 2025Updated last year
- Path Planning for Helical Needle based on APF-SAGA☆11Feb 16, 2025Updated last year
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- A simulation made with Unity in which agents perform path planning with a dynamically generated reduced visibility graph and the A* algor…☆20May 26, 2021Updated 5 years ago
- simple ros2 humble ackermann drive that use default gazebo ackermann plugin☆18Sep 10, 2024Updated last year
- This project implements a simplified version of the ESPP-RL (Energy-Saving Path Planning using Reinforcement Learning) algorithm inspired…☆15Jun 12, 2025Updated last year
- ☆17Jun 6, 2026Updated 2 months ago
- 本实验旨在探 索无人机在复杂环境中利用A算法进行路径规划的有效性和应用。A*算法是一种启发式搜索算法,通过结合实际成本和估计成本,能够高效找到从起点到目标点的最优路径。在实验中,我们构建了一个模拟环境,设置了不同的障碍物和目标位置,对无人机在此环境中的路径规划进行了详细分析。…☆40Dec 23, 2024Updated last year
- MATLAB implementations of standard and chaos-incorporated versions of the particle swarm optimization metaheuristic tested on continuous …☆11Sep 6, 2017Updated 8 years ago
- 机械臂运动学分析和仿真☆21Apr 12, 2022Updated 4 years ago
- PCA-SVD-Autoencoder-Fourier-Wavelet-Transformation-for-denoising☆22Feb 16, 2022Updated 4 years ago
- This repository contains the implementation of the Dynamic Window Approach (DWA) local planner.☆19Oct 22, 2021Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 这个MATLAB程序是一个集成的图像处理应用,提供了用户友好的图形界面,允许用户加载图像,添加不同类型的噪声(如高斯白噪声、椒盐噪声和散斑噪声),并应用多种去噪算法(包括中值滤波、均值滤波、形态学滤波、小波变换和维纳滤波)。用户可以通过直观的控件调整噪声强度和选择去噪方法,…☆16Aug 19, 2024Updated 2 years ago
- 基于强化学习的智能机器人路径规划算法研究,来源于csdn博主_坐看云起时_☆12Jun 12, 2023Updated 3 years ago
- Ackermann Car Simulation in Gazebo☆21Jun 20, 2023Updated 3 years ago
- This repository is the code for the paper "Glocal trajectory generation and tracking control for autonomous underwater vehicles with opti…☆18Oct 19, 2025Updated 10 months ago
- "基于路径规划的智能盲人导航车"-小车导航及避障☆27Apr 7, 2022Updated 4 years ago
- MARL-based Formation Control for Multi-UAV Systems☆16Jul 15, 2026Updated last month
- Combination of Rapidly-Exporing Random Trees (RRT) and Safe Interval Path Planning (SIPP) for high-DOF planning in dynamic environments,…☆20May 17, 2026Updated 3 months ago