-
Notifications
You must be signed in to change notification settings - Fork 157
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
Can't build libfranka in Windows #83
Comments
it is just the problem of the wrong path. please ensure the right path can be found by a compiler. but how to combine the libfranka and the frame of MFC project. it really fuzzy me. Maybe we could have a discussion. |
Facing a same issue. Please guide if someone has solved it already. |
Solved the issue partially ,check whether it works for you.
Now You'll be able to run the examples. |
Your answer is very helpful, thanks! |
Can you elaborate the error with snapshots? as I haven't encountered such errors. |
Not sure what it means as I am working only on windows. Nevertheless if you are able to get the BUILD its totally fine to comment out these. Also I need some help with building my own code for PANDA Robot, getting a few issues using CMake, could you please help me out? |
sure. you can list your issues here and let's see. I am also working on windows, let's see what I can help |
Hi, |
Yes, the approach i have followed works perfectly. Please make sure you
have full access to internet. Using proxy can cause issues sometimes.
Connect to me if you face any issues.
…On Tue, 28 Feb, 2023, 1:36 am Zahra Safari, ***@***.***> wrote:
Hi,
I want to start programming the Panda robot. Since you already have
installed libfranka on windows, I wanted to make sure if this method works
appropriately or if I should go for the Linux-based approach. Any advice
based on your experience could be helpful. Thanks in advance for your
response.
—
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASFW4KDOQVS4A4L4PCOK6ATWZUCNTANCNFSM4TGWGGLQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Couldn't find Poco I've tried to follow the installation steps on windows (https://www.franka.cn/FCI/installation_windows.html). When I installed Poco I received the successful installation message:
However, when I opened the CmakLists in VS, I got this error and could not generate the CMakeSettings.json:
I tried to use the Developer Command Prompt for VS to build libfranka as well but I got this error: `-- The CXX compiler identification is MSVC 19.35.32216.1 -- Configuring incomplete, errors occurred! Any help is appreciated! |
Try following these steps once and let me know if it solves the issue. #102 (comment) If it doesn't, try deleting vcpkg folder completely, freshly clone vcpkg and while installing poco and eigen3, use the commands 'vcpkg install eigen3:x64-windows' & 'vcpkg install poco:x64-windows' to avoid clashes with x86 based packages as other versions are not necessary if you have x64 based OS. |
Many thanks for your response. I tried the steps in the link and also installed again the vcpkg, Eigen3, and Poco as you mentioned. Now I receive this error: CMake Error at C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message): I would be grateful for any support you can provide. |
Check whether there are any folders visible in following directory = path to vcpkg\installed\x64-windows\share |
Is the issue resolved now? It will prevent any latency issues and errors in robot motion while running control loops. |
I've tried to follow the installation steps on windows (https://www.franka.cn/FCI/installation_windows.html) and used the Developer Command Prompt。But was told with following code
I didn't find the right way to install pinocchio on windows. Has anyone else experienced this problem recently? Any help you can provide would be greatly appreciated! |
Please use the libfranka version 0.13.3 https://github.com/frankaemika/libfranka/releases/tag/0.13.3. The robot image version 5.7.0 hasn't been released yet. |
I tried to compile and build libfranka in Windows 10 using Visual Studio 2019 but I have the following error:
Description: 'Poco::Foundation-NOTFOUND', needed by 'franka.dll', missing and no known rule to make it
Project: C:\src\vcpkg\libfranka\out\build\x64-Debug\libfranka
File: C:\src\vcpkg\libfranka\out\build\x64-Debug\ninja
I followed all the instructions for windows (https://frankaemika.github.io/docs/installation_windows.html) but in the last step (building), it seems the project can't locate the path to poco. I also tried to put directly dll files into the chosen build root (as the instructions say) but with the same error.
The text was updated successfully, but these errors were encountered: