We simulate 2 UR10 robots to throw and retrieve a ball back and forth
Here are the steps needed to run our simulation in V-REP
- Clone or download this repository
- download V-REP
- extract the file and rename vrep, for brevity.
- in the vrep directory, run V-REP from the terminal command line with
./vrep.app/Contents/MacOS/vrep
- If python 3 is not istalled, download and install it
- From the vrep_code directory, run
python test.py
- complete above steps
- pull the repository
- copy the new files forwardKinematics.py and test2.py into vrep_code
- run
python test2.py
- Complete the above steps
- Pull the repository
- Copy new files test4.py and
my_ur3.ttt
files into vrep_code. - Load
my_ur3.ttt
in vrep - Run
python test4.py
- Complete the above steps for installing V-REP
- Download the Repo (everything needed is in MotionPlanning directory)
- Open MotionPlanning in MatLab
- Load the scene my_ur3.ttt in V-REP
- type
run
in matLab command window - Success? try moving object and goal positions, also move cyclinder positions
- Enjoy