-
Notifications
You must be signed in to change notification settings - Fork 62
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
Windows Build #81
Comments
Hi, I tried to build this in WIN 10, VS2019, v142 build tools and tried with both officially provided ros2 binaries for win10 and built from source as well. But this error occurs with udp_driver package, have you faced this before
|
The problem was that the symbol ERROR was defined somewhere in windows c++ libraries which was clashing with ERROR defined in rclcpp_lifecycle\rclcpp_lifecycle/node_interfaces/lifecycle_node_interface.hpp(53,5): . Adding
after the include files of c++ solved the issue. |
main...genevanmeter:transport_drivers:Windows
I made a few changes to build for Windows and Humble (see above link) While it appears to be working I'm not confident it's the "proper" ROS way to do it. Originally I attempted use the visibility_control.hpp documented here but was unsuccessful.
The text was updated successfully, but these errors were encountered: