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 encountered while executing python run_slam_pipeline.py example_demo_session #30

Open
stephonjou opened this issue Apr 3, 2024 · 1 comment

Comments

@stephonjou
Copy link

############# 05_run_calibrations ###########
Traceback (most recent call last):
File "/home/zxlong10/ALOHA/universal_manipulation_interface/scripts_slam_pipeline/05_run_calibrations.py", line 67, in
main()
File "/opt/anaconda3/envs/zxl_umi/lib/python3.9/site-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
File "/opt/anaconda3/envs/zxl_umi/lib/python3.9/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/opt/anaconda3/envs/zxl_umi/lib/python3.9/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/anaconda3/envs/zxl_umi/lib/python3.9/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/home/zxlong10/universal_manipulation_interface/scripts_slam_pipeline/05_run_calibrations.py", line 33, in main
assert tag_path.is_file()
AssertionError
Traceback (most recent call last):
File "/home/zxlong10/universal_manipulation_interface/run_slam_pipeline.py", line 120, in
main()
File "/opt/anaconda3/envs/zxl_umi/lib/python3.9/site-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
File "/opt/anaconda3/envs/zxl_umi/lib/python3.9/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/opt/anaconda3/envs/zxl_umi/lib/python3.9/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/anaconda3/envs/zxl_umi/lib/python3.9/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/home/zxlong10/universal_manipulation_interface/run_slam_pipeline.py", line 106, in main
assert result.returncode == 0
AssertionError

@lakomchik
Copy link

@stephonjou I had the same error. It seems that an older version of opencv should be used.
In my case, installing an older version of opencv with opencv-contrib solved the problem.

pip3 install opencv-python==4.6.0.66
pip3 install opencv-contrib-python

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