Coder Social home page Coder Social logo

v-rep-robotics-simulation's Introduction

V-REP-Robotics-Simulation

Algorithms implementation for intelligent agents on the V-REP simulator.

Line Follower Avoiding Obstacles

Click the image to see the video.

Youtube video

The agent has to follow the black line avoiding the obstacles. When the agent arrives at the red line it has to stop. The agent reads information from the sensors, three 1x1 resolution cameras and one radial ultrasonic sensor implemented on SensorInformation class. The Controller class specifies the deterministic action depending on the sensor information readings. Implemented using the remote API for Python client.

Maze Solver

Click the image to see the video.

Youtube video

The agent has to solve the maze. Implemented the right-hand rule, the agent follows the right wall until arriving at the end of the maze. This implementation does not solve all the mazes.
The Lua implementation is available on the simulator script Pioneer_p3dx.

Sumo Battle

Click the image to see the video.

Youtube video

The agent has to fight against another agent. The first robot to get out from the black line lose. Implemented a custom modified Braitenberg algorithm to orient the agent and go against the rival. The Lua implementation is available on the simulator script Pioneer_p3dx.

How to run the simulations.

To simulate maze_solver and sumo_battle just open the environment/simulator and run the file.
To simulate line_follower_avoiding_obstacle:
 1. Open the environment/simulator
 2. Install NumPy dependency
 3. Make sure you have the correct dll for your OS in the vrep_api folder.
 4. Run main.py

v-rep-robotics-simulation's People

Contributors

rosasalberto avatar

Stargazers

Kush_Puro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.