JeffLIrion / python-graphslam

Graph SLAM solver in Python
MIT License
198 stars 27 forks source link

Enable to fix nodes #24

Closed Golbstein closed 3 years ago

JeffLIrion commented 3 years ago

The linting check is currently failing. The unit tests and coverage check also need to pass.

Golbstein commented 3 years ago

The linting check is currently failing. The unit tests and coverage check also need to pass.

Probably because you must fix at least one node..

JeffLIrion commented 3 years ago

I fixed the linting check, but there are failing unit tests.

JeffLIrion commented 3 years ago

I merged https://github.com/JeffLIrion/python-graphslam/pull/25/files instead.