Use python and Vrep to do the path planning for ur5 robot
Install vrep, see the website at http://www.coppeliarobotics.com/downloads.html for installation instructions.
- Python
- Numpy
Make sure you have following files in your directory, in order to run the various examples:
- vrep.py
- vrepConst.py
- the appropriate remote API library: "remoteApi.dll" (Windows), "remoteApi.dylib" (Mac) or "remoteApi.so" (Linux)