Skip to content

Commit 2626eb5

Browse files
committed
Move all STL meshes to data/meshes
Add meshes for F-E Panda robot
1 parent 180cb52 commit 2626eb5

34 files changed

+2
-2
lines changed

@SerialLink/plot3d.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
% Notes::
4949
% - Solid models of the robot links are required as STL files (ascii or
5050
% binary) with extension .stl.
51-
% - The solid models live in RVCTOOLS/robot/data/ARTE.
51+
% - The solid models live in RVCTOOLS/robot/data/meshes.
5252
% - Each STL model is called 'linkN'.stl where N is the link number 0 to N
5353
% - The specific folder to use comes from the SerialLink.model3d property
5454
% - The path of the folder containing the STL files can be overridden using
@@ -127,7 +127,7 @@ function plot3d(robot, q, varargin)
127127
pth = join(s(1:6), filesep);
128128

129129
% find the path to this specific model
130-
pth = fullfile(pth{1}, 'data/ARTE', robot.model3d);
130+
pth = fullfile(pth{1}, 'data/meshes', robot.model3d);
131131
assert(exist(pth, 'dir') > 0, 'RTB:plot3d:nomodel', 'no 3D model found, install the RTB contrib zip file');
132132
else
133133
pth = opt.path;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
30.6 KB
Binary file not shown.
346 KB
Binary file not shown.

0 commit comments

Comments
 (0)