-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1114 from robotology/cleanupraw
Merge ***Raw classes in the non-Raw equivalents, and deprecate Raw classes
- Loading branch information
Showing
319 changed files
with
42,355 additions
and
37,979 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
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
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,7 +1,7 @@ | ||
function v = ACCELEROMETER() | ||
persistent vInitialized; | ||
if isempty(vInitialized) | ||
vInitialized = iDynTreeMEX(0, 6); | ||
vInitialized = iDynTreeMEX(0, 5); | ||
end | ||
v = vInitialized; | ||
end |
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,7 +1,7 @@ | ||
function v = ACCELEROMETER_SENSOR() | ||
persistent vInitialized; | ||
if isempty(vInitialized) | ||
vInitialized = iDynTreeMEX(0, 25); | ||
vInitialized = iDynTreeMEX(0, 27); | ||
end | ||
v = vInitialized; | ||
end |
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
2 changes: 1 addition & 1 deletion
2
bindings/matlab/autogenerated/+iDynTree/ArticulatedBodyAlgorithm.m
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,3 +1,3 @@ | ||
function varargout = ArticulatedBodyAlgorithm(varargin) | ||
[varargout{1:nargout}] = iDynTreeMEX(1262, varargin{:}); | ||
[varargout{1:nargout}] = iDynTreeMEX(1487, varargin{:}); | ||
end |
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
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
Oops, something went wrong.