You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running camerasimple component, when SLICE_PATH environment variable is not exported, the message given is
'SLICE_PATH environment variable was not exported. Using only the default paths'.
However, no value default value is appended to icePaths, due to which 'Couldn't load CameraSimple' error is given.
Should we provide a default path by adding the following line?
icePaths.append('/opt/robocomp/interfaces')
The text was updated successfully, but these errors were encountered:
While running camerasimple component, when SLICE_PATH environment variable is not exported, the message given is
'SLICE_PATH environment variable was not exported. Using only the default paths'.
However, no value default value is appended to icePaths, due to which 'Couldn't load CameraSimple' error is given.
Should we provide a default path by adding the following line?
icePaths.append('/opt/robocomp/interfaces')
The text was updated successfully, but these errors were encountered: