qcr / quadricslam

Demonstrations of performing SLAM using Quadrics
BSD 3-Clause "New" or "Revised" License
92 stars 8 forks source link

cannot import name 'Associator' from 'quadricslam' #1

Closed yutongwangBIT closed 1 year ago

yutongwangBIT commented 2 years ago

Hi,

thanks for releasing your code.

After installing using pip install quadricslam I tried to run from quadricslam import DataSource, Detector, Associator, visualise, and then got the error ImportError: cannot import name 'Associator' from 'quadricslam' . I am wondering why and I'd be grateful for your help.

btalb commented 2 years ago

Thanks for your enthusiasm @yutongwangBIT .

This is very much under active development. There are big changes on the develop branch that will hopefully make into a release later this week.

If you're looking to use before the next release I'd recommend:

  1. Cloning the develop branch locally
  2. Installing the local copy as shown in #2
btalb commented 1 year ago

Resolved with the release of v1.0.0.