Hi Rosen, thank you for your quick answer. I've installed this version of the Collada-DOM http://sourceforge.net/projects/collada-dom/files/Collada%20DOM/Collada%20DOM%202.4/ . But I do not know for sure if everything is working properly. I've tried several times before I got it running. Loading *.dae files as KinBodies works just fine, but as parameters for <render> (and <data>) Collada files lead to this error message: 'Coin read error: Not a valid Inventor file'. If *.dae files are given it just skips them when rendering the scene. Does that mean, with version 0.9.0 it is definitely not possible to generate a Robot-XML with joints which are directly connecting robot links defined as separate Collada *.dae files? Is it possible to make these connections within Blender, or do i need some special CAD software for this? But i would have to get the OpenRAVE Collada extensions in there right? Thank you so much.
_____________________________________________________________________ if you have the latest versions of libcollada-dom, then you can specify a collada file in the <data> tag of <geometry>. Unfortunately the renderer doesn't directly support collada files, so it will just look like a regular triangle mesh with all the textures/shaders removed. the collada files also have to be v1.5 in the future, we'd like to use the openscenegraph viewer (qtosg) to show collada files natively.
Hi, I have some Blender Collada components of a robot and I'm trying to join them with aid of an OpenRAVE-XML file. Is there a way to reference KinBodys within the joint description? The render tag demands Inventor files and wrl's do the job, but i want to write a script which automatically loads Collada files into OpenRAVE. Would be great if there weren't any Meshlab conversions needed. Thanks for any hint. ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ Openrave-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/openrave-users |
Administrator
|
Instead of <render> and <data>, can you try <collision> tag and specify the DAE file? 2014-04-13 20:23 GMT+09:00 <[hidden email]>:
------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ Openrave-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/openrave-users |
Free forum by Nabble | Edit this page |