Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.02 KB

V-REP python Sample for 2w1a

A sample Python program using the remote API of V-REP for the "Two wheels, one arm" robot. The simulation files for the "Two wheels, one arm" project.

Purpose

This project is an example for using V-REP remote API in Python. It intends to be :

  • A starter kit to quickly manipulate a simple robot.

Features

  • Connection to a local V-REP server
  • Manipulation of simulated servomotors
  • Basic information recuperation from the simulation
  • An accurate enough robot with an arm to practice.

Dependencies

  • Python 2.7
  • V-REP libraries

Useful links