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

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0

Removing unnecessary files.