-
Notifications
You must be signed in to change notification settings - Fork 41
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
Trying to load an invalid COLLADA version for this DOM build only on 13.10 #7
Comments
hmmm.......... maybe the collada package is bad? |
ok, I'll try from source file BTW, I checked with ROS-indigo, which uses 14.04 of Ubuntu and 2.4.3 of collada dom (deb) and it did not work too. 12.04 uses 2.4.0 of collada-do and 13.04 uses 2.4.1, so there must be some update between 2.4.0 and 2.4.1. |
where is the code for state_publisher? using namespace ColladaDOM150; |
everything looks fine, so i can't figure it out ;0/ |
here is update:
If I compiled collada-dom 2.4.0 on 13.04 and it has same result. so may be compiler or library problem?, (but I haven't checked if compiled library of 2.4.0 on 12.04 works or not) |
Humm somehow adding -lpcrecpp when compiling state_publisher solves the problem.
|
wow, great job! i would have never figured that out ;0) |
Hi,
I'm using collada-dom based application on 12.04 and 13.04. but only 13.04 fails with
Trying to load an invalid COLLADA version for this DOM build
Do you have any thought on this?here is how you reproduce this.
but on 12.04,
state_publisher
worksbut collada_to_urdf works and this is also uses openFromMemory function https://github.com/ros/robot_model/blob/indigo-devel/collada_parser/src/collada_parser.cpp#L444 via
https://github.com/ros/robot_model/blob/indigo-devel/collada_urdf/src/collada_to_urdf.cpp#L674
The text was updated successfully, but these errors were encountered: