Project for Academics
Usage:
- Install Matlab
- Install V-REP
- In V-REP: File->Open Scene and select 'World_1.ttt' file.
To test Matlab<->V-REP connection:
- Go to your V-REP instalation folder, it's name should be 'V-REP3'.
- Go to '../V-REP_PRO_EDU/programming/remoteApiBindings/lib/lib/Windows/64Bit/' and copy file remoteApi.dll to folder '/V-REP_PRO_EDU/programming/remoteApiBindings/matlab/matlab/'.
- In folder '../V-REP_PRO_EDU/programming/remoteApiBindings/matlab/matlab/' there are three test files: 'simpleTest.m', 'simpleSynchronousTest' and 'complexCommandTest.m'.
- Open Matlab and V-REP
- In V-REP open scene 'World_1.ttt' and run it.
- Choose any of the mentioned test fiels and run it in Matlab.