Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosodano authored Jun 4, 2020
1 parent 77a26cd commit 5fd9065
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Simulink - VREP/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Simulink - VREP interface
To run this, you should have a file of joint trajectories previously generated (N+1 columns: the first one has the time instant, the others accounts for the joints). This file has to be linked at `line 4` of `load_path.m`. Modify also `line 2` for the total execution time and `line 30` of the same file the total number of columns found.

Then, keep open the Simulink file and the V-REP scene. In Simulink, modify the total execution time (and the number of scopes, if needed) and run. The movement will start also in V-REP.

IMPORTANT: in Simulink, you may need to modify the callbacks function. Go to `Simulation > Model Properties > Model Properties > Callbacks` and modify InitFcn and StopFcn as suggested in the corresponding `txt` files.

0 comments on commit 5fd9065

Please sign in to comment.