Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
932b136d
Commit
932b136d
authored
Jan 05, 2018
by
Jan-Gerrit Richter
Browse files
write isTracked information to calibration data
parent
22ecff43
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/Hardware/Tracking/Optitrack/@itaOptitrack/itaOptitrack.m
View file @
932b136d
...
...
@@ -976,6 +976,10 @@ classdef itaOptitrack < handle
% get info about singleShot measurement
Optitrack_obj
.
infoCalibration
=
Optitrack_obj
.
info
;
for
index
=
1
:
Optitrack_obj
.
numRigidBodies
trackedData
(
index
)
=
Optitrack_obj
.
data
(
index
)
.
isTracked
;
end
Optitrack_obj
.
infoCalibration
.
isTracked
=
trackedData
;
Optitrack_obj
.
infoCalibration
.
TakeName
=
fullfile
(
Optitrack_obj
.
savePathCalibration
,
Optitrack_obj
.
saveNameCalibration
);
% calculate offset
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment