yaodix / path_planning

code for udacity course-path_planning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

一、Search

motion planning in discrete world

A*

given

  • Map
  • starting location
  • goal location
  • cost

goal

  • find minimum cost path

dynamic programing

given:

  • map
  • goal

outputs

  • best path from anywhere

二、Prediction

model based

data driven

  • 模型方法获取每种可能动作的几率

About

code for udacity course-path_planning


Languages

Language:Python 56.2%Language:C++ 42.5%Language:CMake 1.2%Language:C 0.1%