项目作者: winstxnhdw

项目描述 :
Investigation of various path planning optimisation techniques from academic papers in Jupyter Notebook.
高级语言: Jupyter Notebook
项目地址: git://github.com/winstxnhdw/OfflinePathOptimisation.git
创建时间: 2021-04-06T18:42:24Z
项目社区:https://github.com/winstxnhdw/OfflinePathOptimisation

开源协议:

下载


OFFLINE PATH PLANNING OPTIMISATION

This notebook elaborates the testing and development of an offline path planning optimisation pipeline to generate a safe and feasible reference path for an ego vehicle.

Objective

The pipeline takes a set of coarsely placed waypoints and adjusts their localisation so as to comply with certain path curvature constraints in view of the vehicle’s size and steering capability. The adjusted waypoints should be as close as possible to the original waypoints without violating any curvature constraints.



Approaches

Results

A controlled real-world test was conducted only on the waypoints generated from the unconstrained approach. Empirical data indicated higher comfort levels during transportation when compared to the tracking of unoptimised waypoints. With curb information accounted for (see the controlled approach), the resultant path held a safer distance from the curb without any noticeable loss in passenger comfort.

Requirements

  1. pip install -r requirements.txt