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
When I try to run the command: ./build/src/is/calibration-tools/calibrate-aruco/calibrate-intrinsic ./etc/conf/calibrate-aruco.json
I see the following error:
(env) julian@is:~/docker/is-aruco-calib$ ./build/src/is/calibration-tools/calibrate-aruco/calibrate-intrinsic ./etc/conf/calibrate-aruco.json
./build/src/is/calibration-tools/calibrate-aruco/calibrate-intrinsic: error while loading shared libraries: libboost_filesystem.so.1.66.0: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
This is probably a problem with environment variables path, It's common on ubuntu 18. To address this issue, run the command before execute the any generated binary.
$ source build/activate_run.sh
It'll activate a virtual environment with the variables needed properly set.
When I try to run the command:
./build/src/is/calibration-tools/calibrate-aruco/calibrate-intrinsic ./etc/conf/calibrate-aruco.json
I see the following error:
The text was updated successfully, but these errors were encountered: