CAD model of the PR2?
Does anyone have a crude CAD model of the PR2? I'm designing a living lab and have done a few mockups in Solidworks. I would like to add the PR2 to get a feel for the size of the room.
UPDATE: I converted the pr2.urdf.xacro to a urdf file:
rosrun xacro xacro.py 'rospack find pr2_description'/robots/pr2.urdf.xacro > pr2.urdf
Next I converted it to dae file using the collada tool:
rosrun collada_urdf urdf_to_collada pr2.urdf pr2.dae
Using MeshLab I was able to save the dae file as a dxf file which I was able to open in SolidWorks.
However, it seems like the pieces were not moved to the correct locations and are all placed at the origin. Here is a screenshot: imgur.com/4UlQwVa.
Any idea on how to fix this?