Skip to content

Commit

Permalink
ok to allow access to prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTedrake committed Aug 20, 2015
1 parent f0324ac commit 67a9e31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions drake/systems/frames/@CoordinateFrame/CoordinateFrame.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
% explicit about these coordinate systems when they make combinations of
% systems.

properties (Access=protected)
properties (SetAccess=private,GetAccess=public)
prefix='';
transforms={}; % handles to CoordinateTransform objects
poly=[]; % optional msspoly variables for this frame
end

properties (Access=protected)
mex_ptr=[];
end

Expand Down Expand Up @@ -511,4 +514,4 @@ function setupLCMOutputs(obj,mdl,subsys,subsys_portnum,options)
s=regexprep(s,'\\','');
end
end
end
end

0 comments on commit 67a9e31

Please sign in to comment.