Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
/ v-rep-robotics Public archive

Implementation of Bug's algorithms for mobile robots in V-REP simulator

Notifications You must be signed in to change notification settings

ar0ne/v-rep-robotics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project is implementation of Bug's algorithms for mobile robots in V-REP robot simulator.

You can see demo video in /video folder or on youtube:

  • Bug 1

Bug 1 algorithm

  • Bug 2

Bug 1 algorithm

  • Bug 3

Bug 1 algorithm

How to use?

  1. If you don't have then you must to install Python and V-REP simulator.

  2. Start V-REP and open some scene from scenes/ folder, then start simulation.

  3. If you don't use x64 Linux then look at official documentation. It's similar to this tutorial.

    To use the remote API functionality in your Python script, you will need following 3 items:

    • vrep.py
    • vrepConst.py
    • remoteApi.dll, remoteApi.dylib or remoteApi.so (depending on your target platform)

    Above files are located in V-REP's installation directory, under programming/remoteApiBindings/python.

    Note: You can add last version of these files manually!

    remoteApi.so - to folder with main.py script.

    vrep.py and vrepConst.py - to folder src/vrep/.

  4. run $python main.py --help.

About

Implementation of Bug's algorithms for mobile robots in V-REP simulator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages