Closed GoogleCodeExporter closed 9 years ago
Can you try a git checkout and run the TUM dataset example? Let me know if
that works for you.
Original comment by ashu...@gmail.com
on 23 Sep 2013 at 5:17
Hi, thanks for the quick answer.
The git code runs just as it is, but in my system there is a "locale" problem
with the numbers inside strings.
I add the following line in getDefaultOptions()
VisualOdometryOptions
VisualOdometry::getDefaultOptions()
{
VisualOdometryOptions r;
std::locale::global(std::locale("C"));
....
}
I continue now with the integration.
Thanks
Original comment by pbustosg...@gmail.com
on 29 Sep 2013 at 7:48
It works now and it is integrated in http://robocomp.org
Thanks!
Original comment by pbustosg...@gmail.com
on 3 Oct 2013 at 7:11
I've committed an alternate fix that does not require setting the global
locale. Please try it out and let me know if it works for you.
Original comment by ashu...@gmail.com
on 4 Oct 2013 at 12:14
It works ok. Thanks.
One more question. What is the expected framerate? I'm running it on a i7 and
only get 3fps. The paper suggests a few msecs per frame.
thanks
Pablo.
Original comment by pbustosg...@gmail.com
on 8 Oct 2013 at 11:19
You should expect at most a few milliseconds per frame. If you're not getting
that performance, then you can use a profiler to identify what's taking so long.
Original comment by ashu...@gmail.com
on 8 Oct 2013 at 2:56
It works great now. I was linking agaisnt the old library.
Thanks.
Original comment by pbustosg...@gmail.com
on 15 Oct 2013 at 6:30
Original issue reported on code.google.com by
pbustosg...@gmail.com
on 22 Sep 2013 at 11:32