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

sisl/RoombaPOMDPs.jl: Formulation of Roomba localization as a POMDP

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

开源软件名称(OpenSource Name):

sisl/RoombaPOMDPs.jl

开源软件地址(OpenSource Url):

https://github.com/sisl/RoombaPOMDPs.jl

开源编程语言(OpenSource Language):

Julia 74.0%

开源软件介绍(OpenSource Introduction):

RoombaPOMDPs

Build Status

Roomba is a localization POMDP problem. A robotic vacuum cleaner, also known as Roomba, finds itself in a familiar room but does not know its exact position. It then tries to locate itself with the observations it receives. Roomba can equip two types of sensors, Lidar or Bumper. With a Lidar sensor, the robot receives a noisy Lidar measurement indicating the distance to obstacles in the front. Equipped with a Bumper sensor, it can sense its collision.

An example video showing the robot first localizing itself using its bump sensors, then navigating safely to the goal. The Roomba's belief about where it may be located is represented by the blue regions, and is updated using a particle filter.

Installation

Run the following commands in Julia:

import POMDPs
POMDPs.add_registry()
using Pkg
Pkg.add(url="https://github.com/sisl/RoombaPOMDPs.git")

Getting Started

Run the escape_roomba.ipynb jupyter notebook to become familiar with the Roomba environment. This will walk you through a step-by-step example of how to set up the environment, define a baseline policy, and evaluate the performance of the policy.

Next, familiarize yourself with the source code by examining the files in the src directory. A brief description of the files is given below:

  • RoombaPOMDPs.jl - defines the package module for this project and includes the necessary import and export statements
  • roomba_env.jl - defines the environment as a POMDPs.jl MDP and POMDP
  • env_room.jl - defines the environment room and rectangles used to define it
  • line_segment_utils.jl - functions for determining whether the Roomba's path interects with a line segment and struct defining line segments
  • filtering.jl - specification of particle filters for the Roomba environments



鲜花

握手

雷人

路过

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

请发表评论

全部评论

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

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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