toolbox-common-matlab
toolbox-common-matlab copied to clipboard
rvccheck logic fails because missing file
Prerequisites
- [x] Toolbox common active
- [x] Toolbox rtb active
- [x] Toolbox vision active
- [x] Toolbox smtb active
Description
The function rvccheck only returns the matlabversion. It should return more information about the toolboxes. The Problem seems to acure, when the function ver
is called. The return of ver(' ')
is in atleast version 2020a never 0. So the continuing logic never start.
Steps to Reproduce
- run
rvccheck(true)
- debug
rvccheck(true)
to line 22 - run in console
ver(p)
Expected behavior: return information about the rvc toolbox.
Actual behavior: Just returns Matlab version
Versions
Windows 10 Pro Matlab 2020a Toolboxes installed from github source code
Remarks
Couldn't tested bymyself, but this may also occures in Matlab 2019. We are running also an older version of this function when it still was a script. Same Issues there.