stl files are too big in rviz
im putting my stl filesin my urdf file but when i see it in rviz ,its too large.can someone help me with it
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
im putting my stl filesin my urdf file but when i see it in rviz ,its too large.can someone help me with it
ROS uses SI units for everything, so also in URDF (for link lengths) and for meshes. See REP-003, section Units.
You'll have to make sure your meshes use metres as scale. Meshes exported by CAD tools often use millimetres, so they will be a 1000 times too large.
If you don't want to or can't scale your meshes, you could use the scale
attribute on the mesh
element in your urdf. See wiki/urdf/XML/link - Elements for more information.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-02-05 13:51:08 -0500
Seen: 1,114 times
Last updated: Feb 05 '17