-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to compile this in an ARM platform? #8
Comments
Don't know, never tried. I can see a FOVIS_USE_SSE flag here: https://code.google.com/p/fovis/source/browse/libfovis/libfovis/intensity_descriptor.cpp You can install (our fork of) libfovis from source (https://github.com/srv/libfovis) to play with compiler switches. |
Just saw that the original fork got updated quite a bit, the README does not state SSE2 as a requirement any more. https://code.google.com/p/fovis/source/browse/libfovis/README |
Thanks mate! I will try to compile libfovis withou that flag and see the result ;) |
Ok I tried what is suggested in http://code.google.com/p/fovis/source/browse/libfovis/README, but it really doesn't work since it continued to ask for |
Well I opted for using the
Gets no declarations of @miquelmassot @plnegre can you also give an help in here? Thanks! Note: So I think this issue is not really closed. |
Well no one wants to bother? Seems your platform has it's own issues and you don't want to resolve them. I repeat that |
Although we developed the ROS wrapper for fovis some time ago we are not actively developing it. It fits the purpose for our project. I'm working (and getting payed) on a totally different thing now. |
@TSC21 I have installed ROS on jetson tk1 and am going to test it |
@zardchim Sweet! What are the steps you took? |
I already tried but it gives me issues on libfovis related to -msse2 and -msse3, which are x86 compatible only. Is there any way of pull a solution to this?
Thanks!
The text was updated successfully, but these errors were encountered: