Skip to content

Commit

Permalink
Delete user variables to leave clean example
Browse files Browse the repository at this point in the history
  • Loading branch information
fjandrad committed Apr 9, 2020
1 parent 4f1678a commit d664edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/iDynTreeWrappers/visualizeRobot.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
% REMARK : If you have installed the URDF models by https://github.com/robotology/icub-models
% You could fill the required variables as follows:
% % Substitute in the following the location of the install prefix of icub-models
icubModelsInstallPrefix = [getenv('ROBOTOLOGY_SUPERBUILD_SOURCE_DIR') '/build-linux/install/'];
icubModelsInstallPrefix = '';
meshFilePrefix = [icubModelsInstallPrefix '/share'];
% Select the robot using the folder name
robotName='iCubGenova04';
robotName='';
modelPath = [icubModelsInstallPrefix '/share/iCub/robots/' robotName '/'];
fileName='model.urdf';

Expand Down

0 comments on commit d664edc

Please sign in to comment.