Blender models and move them with Ros ?
Hello Guys ,
Is it possible to create parts of an arm in blender and combine them in gazebo to have separate meshes for each joint?
Can I move this then with Ros topics ?
If not is there another way to.realize this ?
Asked by Baumboon on 2017-10-21 15:43:59 UTC
Answers
You can export meshes from Blender either as DAE or OBJ files and use them in Gazebo. Here's a tutorial on importing meshes. If you want the meshes to move with respect to each other, you should put each mesh in a different link. This tutorial has some information about the different parts of a model in Gazebo.
Once you got your model working in Gazebo, you can control it with ROS as explained on this tutorial.
Asked by chapulina on 2017-10-22 16:46:13 UTC
Comments