Linker options error

asked 2021-09-15 09:40:43 -0500

matthewfwork gravatar image

updated 2021-09-15 09:41:14 -0500

I am trying to install the ROS package for xsens modules but first I am required to installed the xsens software suite. It is a archived folder with executable scripts.

here is a log

sudo ./mfmsdk_linux-x64_2021.2.sh 
Installing 'Xsens Magfield Mapper SDK'
Enter the installation directory [/usr/local/xsens]
> /ubuntu/.local/xsens
#46-Ubuntu SMP PREEMPT Fri Jul 30 00:35:40 UTC 2021
Start using by adding -L/ubuntu/.local/xsens to your linker options
Or register systemwide using ldconfig /ubuntu/.local/xsens

I have tried -L/ubuntu/.local/xsens to no avail.

edit retag flag offensive close merge delete