-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77a26cd
commit 5fd9065
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |