Export robot model in given pose to single mesh file

asked 2015-05-08 04:19:49 -0500

Andy_H gravatar image

Hi!

I am searching for a way to export a complete robot model (in the pose that is set by the robot state publisher or manually) to a single mesh file. So I want to give up the Kinematic description and just stitch all joints together in one mesh. If there is a C++ API call, I am also willing to modify my RViz Robot Plugin or something...

My current best guess is to use the "Phobos" ( https://github.com/rock-simulation/ph... ) Blender plugin.

Any ideas? Thanx!

edit retag flag offensive close merge delete

Comments

What are you trying to eventually do?

David Lu gravatar image David Lu  ( 2015-05-10 15:26:25 -0500 )edit

I am working on www.gpu-voxels.org and as I currently do not have implemented URDF support, I still want to use my ROS robots. But I can only load single mesh files onto the GPU. So I want to define a nice robot pose in ROS and then export the robot as one piece.

Andy_H gravatar image Andy_H  ( 2015-05-11 01:47:52 -0500 )edit