-
Notifications
You must be signed in to change notification settings - Fork 3
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
Building in Windows ( Cannot open include file: 'unistd.h') #3
Comments
Hi DJuego! I appreciate your interest in my work. I've gotten bogged down working on my PhD thesis lately. I'll see what I can do to help you out. |
The latest commit uses std::this_thread::sleep_for instead of usleep for cross-platform portability. |
@jsford Thank you very much for your reply and your fixing! :-) I understand perfectly what you mean by your situation with your PhD Thesis. 😥 I have tested the master with last commit. Unfortunately, building cannot yet be completed... DJuego
|
Hi DJuego, I'm at Carnegie Mellon working on planning and photogrammetry algorithms for autonomous lunar rovers. What are you working on? Sadly, I don't have a good way to test on Windows right now. I think the code I am using to manipulate the terminal to render the demo is not cross-platform. In the meantime, the library code should work just fine without the demo. |
Hi again, @jsford! Thank you for your updating! It is not yet possible to run the demo but the construction is significantly better. Thanks!! I attach a full updated compilation log with warnings and errors, Autonomous lunar rovers? Impressive!! Good luck with that! In comparison my PHD is much more boring. It was on machine vision: An industrial OCR. But that was years ago... I have now been recruited to contribute to a research project on indoor positioning. However, at the moment my interest in nanoplan is just for fun. :-) DJuego
|
Hi!
In my humble opinion, it would be really interesting to offer a multiplatform solution of nanoplan. :-D
I am working in Windows 10 x64/Visual Studio 2019.
I'm trying to build the demo. However, the unistd.h file is not standard in Windows.
DJuego
The text was updated successfully, but these errors were encountered: