Closed seanyen closed 3 years ago
@gavanderhoorn This is ready for review and merge. Thanks!
I was able to successfully compile the fanuc_driver package with this PR under melodic and noetic in native Windows.
Rebased version in #264.
Thanks for the initial PR @seanyen :+1:
(I use this one to replace #236.)
This pull request is to address the issues found when I was bringing up
industrial_core
on Windows.catkin
guide to install binaries to the portable location inCMakeLists.txt
.variable length array
usage withstd::vector
for portability.##__va_args__
inlog_wrapper.h
, since MSVC doesn't support it.ws2_32.lib
linkage for Windows build.