ORB_SLAM icon indicating copy to clipboard operation
ORB_SLAM copied to clipboard

windows version?

Open antithing opened this issue 9 years ago • 5 comments

Hi there, this looks amazing. Any chance that it would run on windows? Thanks!

antithing avatar Jan 21 '16 17:01 antithing

Yes, I've already have it running under windows. I'm planning to release this version on github, but first I have to merge the recent updates from this repo to mine and make sure everything is working. Also I've made it working as a library, so you can call TrackFrame(cv::Mat frame) and receive the camera pose.

Beewe avatar Jan 23 '16 17:01 Beewe

Awesome! Thank you for all your work. :) I look forward to getting it running.

On Sat, Jan 23, 2016 at 5:57 PM, Benjamin [email protected] wrote:

Yes, I've already have it running under windows. I'm planning to release this version on github, but first I have to merge the recent updates from this repo to mine and make sure everything is working. Also I've made it few

antithing avatar Jan 23 '16 18:01 antithing

Hey, as you've maybe already seen there is a new version called ORB_SLAM2, which includes several new features, so I decided to make this Windows compatible. Check out my fork, I've got it already running: https://github.com/Beewe/ORB_SLAM2_Windows Let me know if you still need/want a ORB_SLAM v1.

Beewe avatar Jan 26 '16 12:01 Beewe

Just having a guess: Maybe you use an outdated version of Eigen, see "Prerequisites" from the install instructions; you have to use Eigen at least in version 3.1.0. I just checked the linenumber 194 in version 3.0.7 and it has the same content as you described "if (copy) other = otherCopy;", whereas the linenumber 194 in version 3.2.4 (which I use) has a completly different content.

Beewe avatar Jan 26 '16 14:01 Beewe

You always need the Vocabulary file, it is used for place recognition and feature matching. There is already one in the Vocabulary directory which you you first have to extract because it's packed. Sorry I have never experienced such a crash yet. Did it crash immediately after "This could take a while..." or does the file load completly?

Beewe avatar Jan 28 '16 12:01 Beewe