• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

malichao/SLAM: Robotics Simultaneous Localization and Mapping

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

malichao/SLAM

开源软件地址(OpenSource Url):

https://github.com/malichao/SLAM

开源编程语言(OpenSource Language):

C++ 98.0%

开源软件介绍(OpenSource Introduction):

SLAM

Robotics Simultaneous Localization and Mapping

Current Progress:

- QSLAM ,Qt SLAM GUI Program

- LIDAR Sensor Data Acquisition and Visulization

- Kalman Filter

- Map Search Algorithm Comparison(BFS, A* ,Dynamic Programming,RRT)

- Smooth Algorithm

- PID Simulator(one dimension)

- Vehicle Dynamic Model Simulation

=====
###QSLAM - Qt SLAM GUI Program
This is a GUI program for visualizing the SLAM algorithms,here are the current progress:
-Read bitmap directly as map,can easily create test map
-Use mouse to set start and target position arbitarily on the map
-Visualize the search trial route and shortest route after searching
-Driving animation

Here are some test results:
alt tag

=====

###XV11_LIDAR_Visualizer A small program to debug the XV-11 LIDAR module.Built with Qt and it's cross platform on Windows/Mac/Linux. Here's the main features:
-Visualizing the dot data with selectable range from 1-10 meters
-Options to filter out the bad point data
-Showing how many point data are valid on status bar
-Showing all the text data with format 0 - 360 : speed /rpm | point1 point2 point3 point4

alt tag

alt tag

===== ###Kalman Filter
Implemented a highly portable Kalman filter module in C.Here are some experiments of fusing gyroscope and accelerometer data.As we can see,Kalman filter does a good job fusing the sensors data and getting rid of gyro drifting.But it can not filter out the accelerometer spike noise.
Notice that at the beginning of the red curve there’s a bump,which is caused by gyro drift and filtered out by Kalman filter later on.
alt text
alt text
alt text

===== ###Searching Algorithms Following searching algorithms are implemented in this projects:
-BFS -Dynamic Programing -A* ,2D(x,y) and 3D(x,y,theta)
-RRT Using Vehicle Dynamic Model,5D(x,y,theta,speed,steering speed)

Here are the test results.
###Comparison of BFS, DP, A* In real life,situation is more complicated.For example,if we are heading to a place in rush hour and we need to go through a traffic light.Then perhaps we don't want to take a left turn because it's gonna wait for 5 minutes.Instead we may want to take a detour,which is faster then taking a left turn.This problem can be solved by adding a third dimension,which is orientation factor.Consider the following example:
start(4,2)
target(0,0)
{1, 0, 1, 1, 1},
{1, 0, 1, 0, 1},
{1, 1, 1, 1, 1},
{0, 0, 1, 0, 0},
{0, 0, 1, 0, 0},

Using three dimensional(x,y,orientation) A* we can get the following path:
Search effort: 1
Shortest path:14
alt text
Where
'T' is target
'#' is obstacle
"^,>,V,<" are trajectories
'+' is an overlap of trajectories
alt text

###RRT RRT Searching with Smooth Path and Obstacle Avoidance
![alt text](Search/GraphSearch/doc/RTT%20and%20Smooth/search_test1-result-smooth-avoid obstacle.bmp)

RRT Searching Using Vehicle Dynamic Model
alt text

alt text

=====

● Smooth algorithm

After calculating the shortest path,we want to smooth the path.
alt text

Here is another example of trajectories smooth algorithm:
alt text

===== ###PID Control and Vehicle Kinematic Simulation
Here's what have been done in this project:
-Standard PID controller
-PID twiddler(coefficient self optimization)
-One dimensional Car simulation(speed,distance,acceleration,friction,wind resistance,etc)
-Two dimensional Vehicle simulation(vehicle kinematic,dynamic model,etc)

Here are some test results:
###PID Control
alt text

###PID Coefficient Self Optimization
alt text

###2D Vehicle Simulation
A vehicle steering at a fixed angle and fixed speed,whose trajectory is exactly a circle.
alt text




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
biessek/flutter_localization_example: A flutter localization example发布时间:2022-08-15
下一篇:
Knoema/Localization发布时间:2022-08-15
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap