Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DaikiMin/local_path_planning_tutorial

Open more actions menu

Repository files navigation

Local Path Planning Tutorial

ローカルパスプランニングとは、環境の状況によって経路を生成する手法です。
この「Local Path Planning Tutorial」では、2つのアルゴリズムを実装し、理解する。

Dynamic Window Approach(DWA)

  • 現在の位置情報
  • 現在の速度情報
  • ロボット周辺の障害物情報
  • ゴールの位置情報

以上の情報から,ロボットの運動モデルに則した制御入力を計算する検索ベースのローカル経路生成アルゴリズムである.

$ roslaunch local_path_planning_tutorial dwa_path_generator.launch 

Reference

Potential Method

障害物と目標位置の座標にポテンシャル関数と呼ばれる関数を定義し,その関数の勾配(座標成分ごとの偏微分)から進むべき方向を導出する手法である.

$ roslaunch local_path_planning_tutorial potential_method_path_generator.launch 

Reference

ポテンシャル法によるロボット製品の障害物回避技術の開発

Comparison

DWAとPotential Methodの経路の比較ができるプログラム

$ roslaunch local_path_planning_tutorial local_path_planning_comparison.launch 

rvizの2D Nav Goalで目標位置を決定すると,経路生成を開始します.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.