Coder Social home page Coder Social logo

animysore / trs-python Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 29 MB

Python port of TRS: Teaching/Learning Robotics with a Simulator

Home Page: https://github.com/animysore/trs-python

License: GNU General Public License v3.0

Python 100.00%
trs robotics simulator coppeliasim vrep

trs-python's Introduction

TRS Python

screenshot

Python port of TRS: Teaching/Learning Robotics with a Simulator by Renaud Detry.

TRS is an open-source recipe that provides a template for starting a robotics project using VREP/CoppeliaSim using Python bindings. It is a port of the original recipe for MATLAB.

Please check the TRS website for more information about what is provided.

The paper summarizing this work has been presented at the Soft Computing Applications Conference, Arad - Romania, Nov 27 2020.

Setup

  1. Download VREP/CoppeliaSim.

  2. Edit config.ini - Set VREP to the path to where CoppeliaSim is installed, and VREP_LIBRARY the path to the remoteAPI file. This will be remoteApi.dll, remoteApi.dylib or remoteApi.so depending on your plaform. Check the CoppeliaSim documentation on how to locate the path to the file for your platform.

    The following is a sample config.ini for a Linux environment. This will change based on where you download the simulator!

    VREP: /home/aniruddha/CoppeliaSim/
    VREP_LIBRARY: /home/aniruddha/CoppeliaSim/programming/remoteApiBindings/lib/lib/Ubuntu18_04/
  3. Open the simulator and load the default scene - scenes/house.ttt.

  4. Run the example.

    python youbot.py

Examples showing a single task - such as moving the robot, controlling arm, taking a picture, etc. are included in the focused directory.

trs-python's People

Contributors

animysore avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.