forked from robotology/idyntree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update matlab bindings (robotology#1121)
Co-authored-by: traversaro <traversaro@users.noreply.github.com>
- Loading branch information
1 parent
92b1dd0
commit 3d34a2c
Showing
259 changed files
with
41,619 additions
and
36,827 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,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
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.