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

Mesywang/Particle-Filter-Localization: Implementation of Robot Localization Base ...

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

开源软件名称(OpenSource Name):

Mesywang/Particle-Filter-Localization

开源软件地址(OpenSource Url):

https://github.com/Mesywang/Particle-Filter-Localization

开源编程语言(OpenSource Language):

C++ 78.7%

开源软件介绍(OpenSource Introduction):

The Homework of Probabilistic Robotics

Task Description

  The goal of this homework is to become familiar with robot localization and particle filtering.You will be implementing a global localization for a lost robot (global meaning that you do not know the initial pose of the robot). You may implement this using any programming language (there is no real-time-ness requirement).Feel free to utilize any techniques that we have discussed in class,as well as extension discussed in Probabilistic Robotics or elsewhere.In addition to the readings for lecture, Chapters 5 and 6 of Probabilistic Robotics may be helpful for this assignment.

  Your lost robot is operating in a building with nothing but odometry and a laser range finder.Fortunately, you have a map of and a deep understanding of particle filtering to help it localize.The data directory that you received with this handout has the following files:

  • instruct.txt –Format description for the map and the data logs.
  • robotdataN.log.gz –Five data logs (odometry and laser data).
  • wean.dat.gz –Map for localization.
  • wean.gif –Image of map (just for your info).
  • robotmovie1.gif –Animation of data log 1 (just for your info).

1.Prerequisites

2.Build on ROS

  • Clone this repository to your catkin workspace and catkin_make.
  cd ${YOUR_WORKSPACE_PATH}/src
  git clone https://github.com/Mesywang/Particle-Filter-Localization.git
  • Change the name of the folder that you just cloned to "pf_localization" , which matches the name of ROS package.
  cd ../
  catkin_make
  • Modify the value of the parameter package_path_param in line 16 of launch/mcl_localization.launch to the path where the pf_localization package is located. E.g : value="/home/wsy/catkin_ws/src/"

  • Run the Simulation : roslaunch pf_localization mcl_localization.launch

  • The result

  As shown in the following GIF, the pink arrows represent the set of particles, and the motion of black robot model represents the pose of the actual robot estimated by the MCL algorithm in the map.

Monte Carlo Localization



鲜花

握手

雷人

路过

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

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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