Skip to content

dtbinh/Learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%