목차
https://github.com/ethz-asl/kalibr/issues/202
ImportError: cannot import name NavigationToolbar2Wx , Ubuntu 16.04 · Issue #202 · ethz-asl/kalibr
Kalibr got compiled perfectly, I tried running the Rosbag datasets I downloaded from the wiki page I got the following error: sal@sal:~/Downloads/static$ kalibr_calibrate_cameras --target april_6x6...
github.com
src/Kalibr/Schweizer-Messer/sm_python/python/sm/PlotCollection.py
위 경로의
from matplotlib.backends.backend_wxagg import NavigationToolbar2Wx as Toolbar
위 내용을
from matplotlib.backends.backend_wx import NavigationToolbar2Wx as Toolbar
위와 같이 변경해준다.
반응형
'Information > Error' 카테고리의 다른 글
[kalibr] fatal error: numpy/arrayobject.h: No such file or directory (0) | 2020.04.27 |
---|---|
Could not read configuration from imu_adis16448.yaml (0) | 2020.04.23 |
could not find a package configuration file provided by glfw3 with any of the following names (0) | 2020.04.23 |
Matlab : "Permission denied" error (0) | 2020.04.23 |
[Matlab] -bash: matlab: command not found (0) | 2020.04.23 |