文件名称:mat-pso-localization-master1
- 所属分类:
- matlab例程
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2016-01-12
- 文件大小:
- 28kb
- 下载次数:
- 0次
- 提 供 者:
- bahare n*********
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
mat-pso-localization
=== === === ==
Mobile robot localization using Particle Swarm Optimization
This is a simple localization algorithm for mobile robots that accepts a
prebuilt map of the robot s enviornment stored as an occupancy grid and a
laser scan and returns the best estimated location of the robot.
A sample map and a few laser scan datasets are included in the repository.
Run the Localize_Search to attempt an exhastive search for the best pose
estimate and display a plot of the fitness function.-mat-pso-localization
====================
Mobile robot localization using Particle Swarm Optimization
This is a simple localization algorithm for mobile robots that accepts a
prebuilt map of the robot s enviornment stored as an occupancy grid and a
laser scan and returns the best estimated location of the robot.
A sample map and a few laser scan datasets are included in the repository.
Run the Localize_Search to attempt an exhastive search for the best pose
estimate and display a plot of the fitness function.
=== === === ==
Mobile robot localization using Particle Swarm Optimization
This is a simple localization algorithm for mobile robots that accepts a
prebuilt map of the robot s enviornment stored as an occupancy grid and a
laser scan and returns the best estimated location of the robot.
A sample map and a few laser scan datasets are included in the repository.
Run the Localize_Search to attempt an exhastive search for the best pose
estimate and display a plot of the fitness function.-mat-pso-localization
====================
Mobile robot localization using Particle Swarm Optimization
This is a simple localization algorithm for mobile robots that accepts a
prebuilt map of the robot s enviornment stored as an occupancy grid and a
laser scan and returns the best estimated location of the robot.
A sample map and a few laser scan datasets are included in the repository.
Run the Localize_Search to attempt an exhastive search for the best pose
estimate and display a plot of the fitness function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mat-pso-localization-master
...........................\.gitignore
...........................\LaserScan_fitness.m
...........................\LaserScan_gradiant.m
...........................\LaserScan_load.m
...........................\LaserScan_plot.m
...........................\LaserScan_pso.m
...........................\LaserScan_search.m
...........................\Localize_pso.m
...........................\Localize_search.m
...........................\README.md
...........................\data
...........................\....\laserscan-1.mat
...........................\....\laserscan-2.mat
...........................\....\laserscan-3.mat
...........................\....\laserscan-4.mat
...........................\....\laserscan-5.mat
...........................\....\laserscan-6.mat
...........................\....\laserscan-7.mat
...........................\....\laserscan-8.mat
...........................\....\laserscan-9.mat
...........................\....\map.pgm
...........................\....\map.yaml
...........................\map_preprocess.m
...........................\pso.m