urbste / MultiCol-SLAM

This repository contains a multi-fisheye camera SLAM. The underlying SLAM system is based on ORB-SLAM.
604 stars 220 forks source link

Build success + Docker image ready! #53

Open changh95 opened 8 months ago

changh95 commented 8 months ago

Hey everyone,

At the moment, the code probably won't compile with the latest GCC compiler. It seems like many are struggling to use this package.

I managed to build and run MultiCol-SLAM. So I made a docker image that everyone can use for easier build.

Below url is a fork of MultiCol-SLAM. Look for Dockerfile. If you are unfamiliar with Docker, then check out README.

https://github.com/changh95/MultiCol-SLAM

demo


It would be great if I can contribute to this repo - but I'm not sure if this repo is being maintained as it's quite old. @urbste , can I make a pull request to fix the build error and add dockerfile?