jskinn / ORB_SLAM2-PythonBindings

A python wrapper for ORB_SLAM2
BSD 2-Clause "Simplified" License
162 stars 40 forks source link

Import Error #16

Closed obbiondo closed 4 years ago

obbiondo commented 4 years ago

Hi, I've successfully built ORB-SLAM2, but when I try to see if everything works when I try to import orbslam2, the following error occurs:

import orbslam2 Segmentation fault (core dumped)

What could be the cause of this error?

omarelkady226 commented 2 years ago

how did you fix it ?