当前位置: 首页 > news >正文

无人驾驶路径规划论文简要

A Review of Motion Planning Techniques for Automated Vehicles

综述和分类

0

Motion Planning for Autonomous Driving with a Conformal Spatiotemporal Lattice

从unstructured环境向structured环境的拓展,同时还从state lattice拓展到了spatiotemporal lattice从而解决path+speed=trajectory的motion planning问题

conformed? 顺从结构化道路,比如终点sample的朝向,曲率

k(s) path set, 不需要frenet

v(s) speed set

问题: 这种路径和spiral, clothoid 有什么区别

https://zhuanlan.zhihu.com/p/495193848

1

A Real-Time Motion Planner with Trajectory Optimization for Autonomous Vehicles

spatiotemporal lattice

横向采样用了第一篇的思维, cost 感觉和Apollodp 里面静态动态障碍物差不多

后面优化项没看懂

2

DL-IAPS and PJSO: A Path/Speed Decoupled Trajectory Optimization and its Application in Autonomous Driving

优化算法SCP sequential convex programming

弹性带理论CES

平滑模型 cost-theta smooth 不是fem

PJSO: 粗解cubic polynomial, 细解: pwj

3

Reactive nonholonomic trajectory generation via parametric optimal control

基础理论,待读

最优控制 ocp

PolyTraj

Apollo 2017 cubic spiral / quintic spiral

https://zhuanlan.zhihu.com/p/495193848

4

Optimal Trajectory Generation for Dynamic Street Scenarios in a Frenet Frame

BMW werling frenet_lattice_planner / apollo lattice

5

FISS: A Trajectory Planning Framework Using Fast Iterative Search and Sampling Strategy for Auto Driving

对比werlling vanila vs apollo lattice 效率,提出一种迭代最优搜索求解, 主要创新点是快速找出最优解

polynomial spiral

http://www.lryc.cn/news/20257.html

相关文章:

  • C++ sort()函数和priority_queue容器中比较函数的区别
  • STM32开发(14)----CubeMX配置ADC
  • Simple RNN、LSTM、GRU序列模型原理
  • 【原创】java+swing+mysql生肖星座查询系统设计与实现
  • CentOS 环境 OpneSIPS 3.1 版本安装及使用
  • SQL95 从 Products 表中检索所有的产品名称以及对应的销售总数
  • 平时技术积累很少,面试时又会问很多这个难题怎么破?别慌,没事看看这份Java面试指南,解决你的小烦恼!
  • SQL Server 数据库的备份
  • NCNN Conv量化详解1
  • Redis大key多key拆分方案
  • python的类如何使用?兔c同学一篇关于python类的博文概述
  • Day60 动态规划总结
  • UVM仿真环境搭建
  • Azure AI基础到实战(C#2022)-认知服务(1)
  • 光栅化Triangles(笔记)
  • 【Oarcle】如何显示日本年号的日期格式 ?
  • 57_Pandas中的json_normalize将字典列表转换为DataFrame
  • OpenAPI SDK组件之javassist字节码
  • 【LeetCode】1247. 交换字符使得字符串相同(超级简单的算法,击败100%)
  • 23. 合并K个升序链表
  • 软中断与tasklet简介
  • JUC 之 线程阻塞工具 LockSupport
  • 常用数据结构总结-Java版
  • 【基础算法】二分例题(我在哪?)
  • 怕上当?来看这份网络钓鱼和诈骗技术趋势
  • 2023年全国最新保安员精选真题及答案6
  • unity热更新新方案,ILRuntime
  • 【J1】【队列】报数游戏
  • 《程序员的自我修养》阅读笔记
  • 【跟着ChatGPT学深度学习】ChatGPT带我入门深度学习