colcon / colcon-bundle

A colcon extension to create portable application bundles
Apache License 2.0
38 stars 24 forks source link

Dynamic libraries not found when deploying on ARM64 #192

Closed massi-ang closed 4 years ago

massi-ang commented 4 years ago

Running roscore after sourcing the dependency bundle generates errors due to incorrect LD_LIBRARY_PATH.

The path in https://github.com/colcon/colcon-bundle/blob/master/colcon_bundle/verb/assets/v1_setup.sh only contains x86_64 and armhf paths.

emersonknapp commented 4 years ago

Fixed via https://github.com/colcon/colcon-bundle/pull/193