-
Notifications
You must be signed in to change notification settings - Fork 104
urdf_to_collada: #89
Comments
I have the same issue (also the same setup). I dug into this a bit. It seems that when collada_urdf convert() is finished, the URI for the document isnt set. _doc->getDocumentURI()->getURI() returns a blank which causes the I/O error. I'm still trying to track down why this fails, but the DAE code is pretty convoluted. |
I confirm this also happens for me using robot_model installed from .debs, Ubuntu 14.04, AMD64, ROS Indigo. On the same machine running ROS Hydro and a .deb install, I can successfully use urdf_to_collada to convert models. |
I'm having the same issue with the .deb install of Indigo on 14.04. |
I built the latest version of
Can one of you make sure this is still and issue and if it is, what version of Further more, if one of you could provide me with an Thanks. |
I am still having this problem, on ubuntu 14.04 ros indigo. Using the current deb package, and then using the source check out of robot_model produced the same issue. /home/jordan/indigo/moveit_ws/devel/lib/collada_urdf/urdf_to_collada ~/indigo/moveit_ws/devel/lib/collada_urdf/nao.urdf nao.dae Document successfully written to nao.dae I am using the urdf from https://github.com/ros-naoqi/nao_robot/tree/master/nao_description/urdf/naoV40_generated_urdf called nao.urdf. I have tried running this on two different machines, both with ubuntu 14.04 ros indigo and collada I was ultimately successful in converting my urdf, by finding a machine still running 12.04 with ros hydro, and the tool completed successfully. |
I have this problem as well. I will try umassrobotics's solution. I'm currently running Ubuntu 14.04, Intel 64, ROS Indigo. Update: Working after I installed 12.04 with ros hydro as umassrobotics suggested. |
I randomely selected a commit 109d635 (Jun 2014) to test and the error still happens on Indigo. With a brief googling I suspect this issue might be rising from an upstream library On Hydro where the command works fine for me:
On Indigo (I get the same error):
|
+1 |
I've run into this same issue, latest collada_urdf built from source, |
me too, it did not output dae file on deb version and the program did not finished for one build from source. gdb tell us
seems something wrong with pcre, I also both case can be solved by using fixed version of collada-dom, to avoid naming collision ? -> rdiankov/collada-dom#13 |
load libpcrecpp before collada-dom, fixes #89
thanks |
Hi, Is this solution on the current stable version? There is any workaround to get the conversion on Ubuntu 14.04 ROS Indigo? |
just checkout and compile the latest code? It's really not hard |
I compiled from source and when I try to run I got the error:
But the dae file generated seems to work. |
could you provide your urdf file so that we can reproduce and try to fix ◉ Kei Okada On Thu, May 21, 2015 at 1:04 AM, Vinicius Prado da Fonseca <
|
my URDF file: |
I'm still having this problem with my URDF using the current HEAD of indigo-devel (19ac39a). If I go back to the commit with @isucan 's original fix (4ea3517) then it works just fine. So it looks like we have a regression here. Here's my URDF if it helps: http://pastebin.com/9jTWLiy5 |
As I posted http://lists.ros.org/lurker/message/20151003.101659.374d7c34.en.html,
|
@k-okada: How were you able to install collada-dom 2.4.4.0 on Ubuntu 14.04? It seems that ROS Indigo comes with collada-dom 2.4.3. I've installed collada-dom 2.4.4 from source but ROS still seems to use 2.4.3. |
you can download them from https://docs.google.com/document/d/1DPZuBDyUyOVNkKCOtwpo-nxGba7aSJdvP6ncqRZOBEU/edit#◉ Kei Okada On Wed, Dec 9, 2015 at 5:34 AM, atenpas notifications@github.com wrote:
|
you can just input sudo apt-get install ros-indigo-collada-urdf it works for me |
I get the following errors and I can't find the error. The command used is
rosrun collada_urdf urdf_to_collada ./input.urdf ./out.dae
I/O error : No such file or directory
I/O error : No such file or directory
error : xmlNewTextWriterFilename : cannot open uri
My system is Ubuntu 14.04, 64bits, ROS Indigo. ROS Answer didn't help much :(
The text was updated successfully, but these errors were encountered: