AndreiBarsan / DynSLAM

Master's Thesis on Simultaneous Localization and Mapping in dynamic environments. Separately reconstructs both the static environment and the dynamic objects from it, such as cars.
BSD 3-Clause "New" or "Revised" License
576 stars 179 forks source link

can't clone due to dependencies on non-public eigen repository #55

Closed catphive closed 4 years ago

catphive commented 5 years ago

When trying to do: git clone --recursive https://github.com/AndreiBarsan/DynSLAM

It fails to download because the eigen submodule on github is either private or no longer exists:

fatal: Authentication failed for 'https://github.com/RLovelett/eigen/'

Is there something special about this eigen repository? Can we just replace it with any eigen mirror on github?

AndreiBarsan commented 5 years ago

No. I don't think there's anything special about that mirror. No idea why it's there.. I'll update the repo, but in the meantime could you try, e.g.: https://github.com/eigenteam/eigen-git-mirror/releases/tag/3.3.7 ?

AndreiBarsan commented 4 years ago

Seems like this was due to someone making their repo private. I fixed the dependency to a public mirror!