Git Product home page Git Product logo

planning_algorithm's Introduction

Planning Algorithm

1. How to Use

1.1 Environment config

Ubuntu20.04(recommend) or Ubunt18.04
CMake
OpenCV(OpenCV4 recommend)

1.2 Build program

mkdir build
cd build
cmake ..
make -j10
./a_star
./rrt

1.3 Supplementary Instruction

The rightward direction is the positive direction of the X-axis
The downward direction is the positive direction of the Y-axis.

2. Taxonomy of motion planning techniques applied in automated driving scenarios

Algorithm group Technique Technique description
Graph search based planners Dijkstra's Algorithm Known nodes/cells search space with associated weights
Grid and node/cells weights computation according to the environment
A* algorithm family Anytime D* with Voronoi cost functions Hybrid-heuristics A*
A* with Voronoi/Lattice enviroment represeantation. PAO*
State Lattices Enviroment decomposed in a local variable grid, depending on the complexity of the maneuver
Spatio-temporal lattices(considering time and velocity dimensions)
Sampling based planners RRT Physical and logical bias are used to generate the random-tree
Anytime planning with RRT*
Trajectory coordination with RRT
Interpolating curve planners Line and circle Road fitting and interpolation of known waypoints
Clothoid Curves Piecewise trajectory generation with straight, clothoid and circular segments
Off-line generation of clothoid primitives from which the best will be taken in on-line evaluation
Polynomial Curves Cubic order polynomial curves
Higher order polynomial curves
Bezier Curves Selection of the optimal control points location for the situation in hand
Rational Bezier curves impletation
Spline Curves Polynomial piecewise implementation Basis splines(b-splines)
Numerical optimization approaches Function optimization Trajectory generation optimizing parameters such as speed, steering speed, rollover constraints, lateral accelerations, jerk(lateral comort optimization), among others

planning_algorithm's People

Contributors

kushuaiming avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.