linyicheng1 / hybrid_astarLinks
混合A*算法,仅依赖于很少的库,便于移植到自己的项目中或者嵌入式系统
☆131Updated 4 years ago
Alternatives and similar repositories for hybrid_astar
Users that are interested in hybrid_astar are comparing it to the libraries listed below
Sorting:
- Voronoi Based Hybrid A* for Tractor-Trailer Systems☆142Updated 3 years ago
- 在ros_gazebo中搭建仿真环境,使用purepursuit算法对样条曲线轨迹进行了路径跟踪、使用lqr算法对生成的五次多项式轨迹进行横向路径跟踪。☆195Updated 2 years ago
- teb local planner without ros, teb 局部路径规划算法,非ROS☆109Updated 4 years ago
- A star path planning with b-spline trajectory smoothing☆74Updated 5 years ago
- 基于贝赛尔曲线的轨迹优化: 前段:Astar寻径 后端:运动走廊膨胀+Bezier☆121Updated 4 years ago
- ☆43Updated 5 years ago
- hybrid astar with smooth, optimization solver is lbfgs☆78Updated last year
- ☆40Updated 4 years ago
- This is a global planner plugin of ROS move_base package☆148Updated 4 years ago
- ROS package of A star algorithm☆149Updated 4 years ago
- ☆27Updated 4 years ago
- Path Planning Based On Hybrid A Star☆75Updated 2 years ago
- 自动驾驶常用路径规划算法C++实现☆47Updated last year
- C++ implementation of a-star path planning for ROS☆28Updated 3 years ago
- A Rviz Plugin used in path visualization and curve generation, which is helpful for qualitative experiments on path planning and curve op…☆47Updated 5 months ago
- smooth path/curve with Gradient Descent method☆126Updated 5 years ago
- Implementation of A* Path planning for ROS☆63Updated 5 years ago
- Use Reeds-Shepp and Dubin curves for path generation for car model☆58Updated 4 years ago
- 自动泊车算法 混合A* 障碍物约束转化为行车走廊约束的优化与 apollo TDR-OBCA的比较☆115Updated 2 years ago
- Planner design based on ROS simulation, including global planning, path optimization, local planning, and control simulation.☆44Updated last year
- Optimization-based real-time path planning for vehicles.