Open zchengw opened 5 months ago
symbols are not exported on windows per default.
The filters are not adapted for windows. One solution is to use visibility macros as we have them in the demos for example https://github.com/ros-controls/ros2_control_demos/blob/master/example_1/hardware/include/ros2_control_demo_example_1/visibility_control.h
If you have fixed this, feel free to open a PR in this repo.
I tried to build control_toolbox on Windows (MSVC) (using
colcon build
) It gives me this LNK1181 error.Anyone knows how to fix this?