-
-
Notifications
You must be signed in to change notification settings - Fork 11
Add apriltag support to windows #77
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
base: main
Are you sure you want to change the base?
Conversation
Just looks like we need to pull over more windows fixes from the different sub packages gftabor/apriltag_detector@1e03a6e I had gotten it locally building before so it should all be doable. |
Okay so this error
Locally, I just worked around by removing a logging call so it doesnt need to reference \rclcpp\duration.hpp (see). Not sure if there is a more appropriate fix. |
The code around ~109 in Duration is:
I suspect then the problem is the use of max, and something that is including windows.h without defining NOMINMAX (see for example
|
No description provided.