ros-industrial-consortium / scan_n_plan_workshop

53 stars 30 forks source link

Docker Container Issue in Humble #74

Closed marip8 closed 7 months ago

marip8 commented 8 months ago

Currently the tool path planning application crashes in the Humble Docker image of SNP because some library (maybe VTK?) can't find a few Java libraries, even though they exist on the filesystem. I was able to get around this by adding the location of those libraries to the LD_LIBRARY_PATH environment variable manually:

We should identify a solution for this problem that doesn't require manual updating of LD_LIBRARY_PATH

marip8 commented 7 months ago

Closing; addressed by #77