lusilong / avoid_obstacleLinks
这个是使用matlab联合PreScan做的一个简单的避障场景,场景里面包含了静态的人和车,仿真效果是可以完美地避开障碍物。 避障逻辑:使用TIS雷达测出前方距离和与障碍物的夹角,当障碍物在左边得时候,车就向右转绕过障碍物,障碍物在右边的时候,车就向左转绕过障碍物,然后继续沿着原来的轨迹行驶。
☆9Updated 4 years ago
Alternatives and similar repositories for avoid_obstacle
Users that are interested in avoid_obstacle are comparing it to the libraries listed below
Sorting:
- MPC算法控制车辆的运动轨迹☆140Updated 7 years ago
- 纵向控制:PID ;横向控制:Stanely \ LQR \ MPC☆230Updated 2 years ago
- 混合A*算法,仅依赖于很少的库,便于移植到自己的项目中或者嵌入式系统☆125Updated 4 years ago
- 深蓝学院控制规划课程控制部分课后作业代码,包括PID控制器、Stanley控制器、LQR控制器、MPC控制器。☆28Updated last year
- This repository contains the source code for the self driving car tutorial https://www.bilibili.com/video/av81355069☆143Updated 5 years ago
- 自动泊车算法 混合A* 障碍物约束转化为行车走廊约束的优化与 apollo TDR-OBCA的比较☆114Updated 2 years ago
- Path Planning Based On Hybrid A Star☆70Updated 2 years ago
- https://zhuanlan.zhihu.com/p/548096462☆46Updated 2 years ago
- 关于路径跟踪控制实现的项目☆61Updated 2 years ago
- 一份关于无人驾驶汽车的资源列表(中文版)☆52Updated 5 years ago
- Create a path planner to safely drive a car on a 3 lane highway and pass slow cars☆62Updated 7 years ago
- Automatic parking with Reinforcement Learning (Q learning with epsilon greedy algorithm) in simulation. A parking environment is created …☆37Updated 8 years ago
- ROS通信代码实现及Gazebo仿真☆80Updated 2 years ago
- Python sample codes for robotics algorithms.☆53Updated 5 years ago
- 本仓库包含常用的车辆横向控制算法☆30Updated 3 years ago
- 在ros_gazebo中搭建仿真环境,使用purepursuit算法对样条曲线轨迹进行了路径跟踪、使用lqr算法对生成的五次多项式轨迹进行横向路径跟踪。☆193Updated last year
- 自动驾驶常用路径规划算法C++实现☆46Updated last year
- 无人驾驶汽车ROS学习路径。ROS learning for autonomous driving.☆36Updated 4 years ago
- ☆27Updated 4 years ago
- path planning with hybrid A star Algorithm☆19Updated last year
- Model Predictive Controller for Autonomous Driving implemented using ROS and C++☆101Updated 5 years ago
- Different path tracking algoritms implemented in ROS.☆12Updated 3 years ago
- MPC in vehicle to track reference trajectory☆135Updated 7 years ago
- 常见的自动驾驶控制算法 | 纵向控制算法:PID 横向控制算法:Pure pursuit、Stanley、MPC、LQR☆14Updated last year
- 基于Matlab实现纯跟踪(Pure Pursuit)算法☆14Updated 2 years ago
- ☆129Updated 5 years ago
- 添加了qdldl库。并根据MATLAB帮助文档写了一个简单的例子。☆23Updated 4 years ago
- ☆40Updated 4 years ago
- ☆160Updated 2 years ago
- 无人测试车轨迹跟踪MPC测试程序☆29Updated last year