-
Notifications
You must be signed in to change notification settings - Fork 286
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
Could not find a configuration file for package "urdfdom_headers" that is compatible with requested version "". #1365
Comments
I could reproduce this on the CI build test. Let me take a look this. |
Cool, waiting for your reply |
The root cause of the error is that I think this should be fixed either by the upstream or in the vcpkg package. But, unfortunately, we currently don't have the resources to fix dependency packages to support Windows at the moment. I've tried to fix this issue within DART but couldn't come up with a good solution. Please consider using DART on other supported platforms. |
Ok,thank you anyway |
Now i find the problem. It dues to the config file The 4th line should be corrected to |
Thank you for looking into the problem. It sounds like the tinyxml location is different when urdfdom is built and DART is built. A potential fix would be change line 4 of Closing as it looks like this issue should be fixed by urdfdom. |
Reported to urdfdom: ros/urdfdom#140 |
I currently tried to install DART on windows 10 .
I followed the guide all the way through, using fresh new vcpkg and install all dependencies.
However, things stack on the configure process of cmake.
It always jumped out following message.
Which i think it's reason to cause following generate failure if above warning is negelectd
I really confused, if there's no requested verison ,why not accepted?
The text was updated successfully, but these errors were encountered: