robocomp/robocomp-robolab

Default value for icePaths not set in camerasimple genericworker.py

Opened this issue · 1 comments

psy2d commented

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')

I am facing a similar issue, How to solve this??