Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error calibrating the cameras #2

Open
julianlbs opened this issue Jul 17, 2019 · 1 comment
Open

Error calibrating the cameras #2

julianlbs opened this issue Jul 17, 2019 · 1 comment

Comments

@julianlbs
Copy link

julianlbs commented Jul 17, 2019

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
@felippe-mendonca
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants