Darknet ROS with Windows

asked 2022-04-02 19:33:34 -0500

mros gravatar image

Hi all, I used Darknet ROS YoloV3 on Ubuntu 20.04 with ROS Noetic and it worked. https://github.com/leggedrobotics/dar...

Now, I want to use it on Windows, I followed the link below to install ROS on Windows and I tried it with some examples, it worked well: http://wiki.ros.org/noetic/Installati... But, when I compiled the YoloV3, I got this error:

/YoloObjectDetector.hpp(12): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
ninja: build stopped: subcommand failed.
Invoking "ninja -j8 -l8" failed

I installed the pthread with vcpkg but I got the same problem. Has anyone found this problem or has an idea of how to solve this? Thank you

edit retag flag offensive close merge delete