Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 491 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 491 Bytes

Simultaneous Localization and Mapping in V-REP

A demonstration of Random Mutation Hill-Climbing SLAM in Vrep and python.

Requirements: numpy, opencv-python

Usage

Run the demo in a room environment using Pioneer robot:

python run.py 

Credits:

  1. V-Rep - Simulation software by Copellia Robotics
  2. breezyslam - Python library for SLAM