Drunkar / papers

0 stars 0 forks source link

Simulating Shared Airspace for Service UAVs with Conflict Resolution #2

Open Drunkar opened 5 years ago

Drunkar commented 5 years ago

一言でいうと

image

論文リンク

著者/所属機関

投稿日付(yyyy/MM/dd)

2018/07/09

掲載誌・学会等

Proceedings of the 17th International Conference on Autonomous Agents and MultiAgent Systems

先行研究と比べてどこがすごい?

技術や手法のキモはどこ?

  1. 地形やフライト禁止エリアなど静的オブジェクトとの衝突回避パスをまず計算
    1. 直線距離に基づいてFuzzy C-Means Clusteringでsourceとtargetのまとまりを作る
    2. 同じクラスタに属するsourceとtargetの全ペアに対して、Theta*で経路を計算
    3. ペイロードとバッテリー残量を鑑みてTabu Searchで経路を決定
  2. 実際のフライト中に衝突しそうな距離に近づいたら、ORCAで新たに衝突のない移動ベクトルを計算する

どうやって有効だと検証した?

議論や検証がまだ必要なところはある?

次に読むべき論文は?

Drunkar commented 5 years ago

動画とか

Drunkar commented 5 years ago

静的パスの計算に使用: A. Nash, K. Daniel, S. Koenig, and A. Felner. 2007. Theta*: Any-Angle Path Planning on Grids. In Proceedings of the 22nd AAAI Conference on Artificial Intelligence. 1177–1183.

https://github.com/Drunkar/papers/issues/3

Drunkar commented 3 years ago

ORCA: https://github.com/Drunkar/papers/issues/11