开源软件名称(OpenSource Name):sisl/RoombaPOMDPs.jl开源软件地址(OpenSource Url):https://github.com/sisl/RoombaPOMDPs.jl开源编程语言(OpenSource Language):Julia 74.0%开源软件介绍(OpenSource Introduction):RoombaPOMDPsRoomba 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. InstallationRun the following commands in Julia: import POMDPs
POMDPs.add_registry()
using Pkg
Pkg.add(url="https://github.com/sisl/RoombaPOMDPs.git") Getting StartedRun the Next, familiarize yourself with the source code by examining the files in the
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论