Belief Space Motion Planning using iLQG

バージョン 1.0 (535 KB) 作成者: Saurav Agarwal
Motion Planning in Belief Space using iLQG
ダウンロード: 320
更新 2017/1/14

ライセンスの表示

This toolbox builds on top of iLQG Matlab implementation by Yuval Tassa and the paper "Motion Planning under Uncertainty using Iterative Local Optimization in Belief Space", Van den berg et al., International Journal of Robotics Research, 2012
There are demo files provided in the main directory that you can straight away run and see planning scenarios. Inside each of these demo files you can change the map to be loaded (i.e., the planning scenario) and you can change the start and goal state.
A modular appraoch has been taken to implement this code, all motion models for robot and observation models for sensing are based on base classes for each, enabling you to write your own models. Simple collision checking for a circular (disk) like robot is provided along with a bunch of 2D maps. To implement your own planning scenario, write your own motion model and observation model. Then copy one of the demo files and in the part of code where the models are initialized replace with your own models.

引用

Saurav Agarwal (2024). Belief Space Motion Planning using iLQG (https://www.mathworks.com/matlabcentral/fileexchange/61139-belief-space-motion-planning-using-ilqg), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2016b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを得たファイル: iLQG/DDP trajectory optimization, 2D/3D RRT* algorithm

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0

Removing unnecessary files.