thinkerhui / Algorithm-program-of-Unmanned-Vehicle-Tracking-Obstacle-Avoidance-Software-and-Webots-platform-modelView on GitHub
这个仓库存放的是《基于多模态数据融合的无人车自主循迹避障软件》大创项目在研究过程过研究和实现的5个算法(A*、PRM、DWA、APF和MPC)的程序以及它们在Webots平台上对应的控制器搭载适配。这个仓库还包括和Webots相关的世界(World),World里面有大创小组自主搭建的麦克纳姆轮小车模型。
☆22Feb 7, 2026Updated 7 months ago
Alternatives and similar repositories for Algorithm-program-of-Unmanned-Vehicle-Tracking-Obstacle-Avoidance-Software-and-Webots-platform-model
Users that are interested in Algorithm-program-of-Unmanned-Vehicle-Tracking-Obstacle-Avoidance-Software-and-Webots-platform-model are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 动静态环境下的导航规划:基于小型足球机器人仿真平台完成dwa、rrt+dwa、A_star+dwa及rrt+feedback算法☆27Feb 24, 2022Updated 4 years ago
- This is a clone of OmniIsaacGymEnvs, and it is used for my rl env test.☆12May 4, 2023Updated 3 years ago
- 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
- [M.Sc Dissertation Topic] Robotics, University of Sheffield☆11Jul 28, 2022Updated 4 years ago
- Control barrier functions via reduced-order models.☆20Jun 24, 2024Updated 2 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Implementation of the A* / Dijkstra search algorithms, a Probabilistic Roadmap (PRM) Planner with path smoothing, and a statistical bench…☆10Nov 15, 2019Updated 6 years ago
- ☆28Aug 20, 2025Updated last year
- General package for control or robot manipulators with unbiased active inference☆10Oct 2, 2023Updated 2 years ago
- Python Interpreters Benchmarks☆22Dec 1, 2023Updated 2 years ago
- ☆16Jun 12, 2018Updated 8 years ago
- ☆12Sep 23, 2020Updated 5 years ago
- vins fusion using orb mono+stereo feature matching☆25Apr 9, 2020Updated 6 years ago
- Visual Recognition based Pick and Place Robotic Arm based on ROS and Simulated in CoppeliaSim☆22Apr 28, 2026Updated 4 months ago
- ☆11May 14, 2017Updated 9 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- NLQF is a tool to filter query-appropriate comments for building high-quality code search datasets.☆19Feb 15, 2022Updated 4 years ago
- 部署Elastic-Tracker进行仿真与实际验证的指南与相关代码。☆22Mar 24, 2025Updated last year
- Path planning in cluttered dynamic environments by predicting the motions of obstacles.☆12Jul 5, 2015Updated 11 years ago
- ☆12Aug 6, 2019Updated 7 years ago
- Visual Odometry for RGBD camera. Leveraged ORB features for tracking, P3P with RANSAC for initial pose estimation, pose only BA and local…☆11Oct 20, 2025Updated 10 months ago
- ☆13Jul 21, 2019Updated 7 years ago
- 2017年暑假参加电赛在ROS平台上完成的四旋翼无人机飞行控制代码以及视觉识别部分。☆13Jan 27, 2018Updated 8 years ago
- 大疆无人飞行挑战赛,急速穿圈☆38Mar 20, 2023Updated 3 years ago
- ☆10May 22, 2023Updated 3 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- ☆46Jul 19, 2022Updated 4 years ago
- 小马哥四轴飞行器学习平台全套学习资料☆19Jun 4, 2022Updated 4 years ago
- ☆15Jul 23, 2024Updated 2 years ago
- Reinforcement learning algorithms for Oregon State University's bipedal robot, Cassie☆35Jun 3, 2018Updated 8 years ago
- Web tools to do research with Myo☆20Jul 30, 2024Updated 2 years ago
- A Shadowcasting-Based Next-Best-View Planner for 3D Exploration☆32Feb 16, 2022Updated 4 years ago
- Formation Flight in Airsim Simulator☆34Aug 27, 2024Updated 2 years ago
- ros wrapper for cuda_pcl, inspired by perception_pcl☆11Sep 10, 2021Updated 4 years ago
- 小文件分布式存储系统☆10Sep 6, 2013Updated 13 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.
- A self-driving car project trained with manual driving data using a neural network model. It utilizes ROS2 and the Webots simulation envi…☆17May 18, 2024Updated 2 years ago
- 针对传统人工巡检效率低、风险高,及普通路径规划算法全局最优与动态避障矛盾的问题,本项目提出改进的 A与 DWA 融合算法。优化 A算法,优化权启发式函数和转向惩罚项;改进 DWA 算法,结合运动学模型与轨迹预测 。二者融合后,通过固定采样分辨率等策略,确保算法稳定性与可靠性…