This PR fills the robot-location data structure that is collected in the .mat file with NaN values if it cannot be retrieved instead of segfaulting.
The behaviour was tested successfully by running the motionAnalyzer, saving a session, and checking in MATLAB if the values were actually detected as NaN.
This PR fills the
robot-location
data structure that is collected in the .mat file with NaN values if it cannot be retrieved instead of segfaulting. The behaviour was tested successfully by running themotionAnalyzer
, saving a session, and checking in MATLAB if the values were actually detected as NaN.