query on urdf.xacro file
What are the different file types that can be converted to for a .STEP file to make it readable(mesh) in a urdf.xacro file? other than .stl and ogre.mesh
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
What are the different file types that can be converted to for a .STEP file to make it readable(mesh) in a urdf.xacro file? other than .stl and ogre.mesh
AFAIK, you can use three different types of mesh here:
I just used FreeCAD to convert the STEP file into a STL file, and it worked great.
The meshes you specify in the URDF are used in a number of places, such as visualization in RViz, and collision avoidance.
It would be great to have some documentation about the "officially supported" mesh types in the wiki. At the moment, this information is scattered across a number of pages:
Perhaps somebody with more insight into this can have a look?
Asked: 2011-06-06 14:12:02 -0600
Seen: 1,420 times
Last updated: Jun 06 '11
Using XACRO for Generating URDF Files
Visualizing continuous and revolute joint types in rviz
How to add Kinect sensor input to a URDF model?
Has there been progress for URDF transform jitter in RVIZ?
How to check xacro syntax like check_urdf?
pioneer 3dx simulation using rviz and stage
how to display a mesh with texture in RViz?
How to link odometry to a URDF model ?