Main Content

计划和控制

车辆成本图,最佳RRT*路径规划,侧面和纵向控制器

自动驾驶Toolbox™提供了支持路径计划和车辆控制的几个功能。万博1manbetx

  • To plan driving paths, you can use a vehicle costmap and the optimal rapidly exploring random tree (RRT*) motion-planning algorithm. You can also check the validity of the path, smooth the path, and generate a velocity profile along the path.

  • To design vehicle control systems, you can use lateral and longitudinal controllers that enable autonomous vehicles to follow a planned trajectory.

功能

展开全部

VERICLECOSTMAP 代表车辆周围规划空间的COSTMAP
车辆限度 商店车辆尺寸
签到 Check vehicle costmap for collision-free poses or points
核对 Check vehicle costmap for occupied poses or points
getcosts 在车辆Costmap中获取单元的成本价值
setCosts 设置车辆成本量置单元的成本价值
通货膨胀计算机 基于通货膨胀的COSTMAP的碰撞检查配置
pathPlannerRRT 配置RRT*路径计划器
计划 Plan vehicle path using RRT* path planner
checkPathValidity 检查计划的车辆路径的有效性
driving.Path 计划的车辆路径
沿计划的车辆路径插入姿势
Smoothpathspline 使用立方样条插值平稳的车辆路径
外侧controllerstanley 计算转向角命令用于使用Stanley方法跟随路径的命令

Path Smoother Spline 使用立方样条插值平稳的车辆路径
速度剖面 给定运动限制的车辆路径的速度曲线
横向控制器斯坦利 使用Stanley方法控制路径的控制转向角
Longitudinal Controller Stanley 使用Stanley方法控制车辆的纵向速度

话题