ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
4

Difference between .dae and .stl files

asked 2015-08-17 14:54:47 -0500

DonnY gravatar image

Hello,

Can anyone explain me where is the difference in between .dae files and .stl files?

I am not sure but i always thought .stl files are used in ROS and .dae files in Gazebo, but im not sure!

Thank you very much

edit retag flag offensive close merge delete

Comments

Adolfo Rodriguez T gravatar image Adolfo Rodriguez T  ( 2015-08-18 03:00:21 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
6

answered 2015-08-17 16:32:15 -0500

See Wikipedia on STL) and COLLADA/DAE. Essentially, stl is the simpler variant of representing a mesh and only allows for surface geometry information. In contrast, dae files use XML and allow to embed much richer information, such as color, texture and other data. Both are supported by various ROS tools (rviz, moveit etc.) and Gazebo.

I'd recommend using stl if you don't need the additional capabilities dae offers, as it's simpler (and smaller in binary format).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-08-17 14:54:47 -0500

Seen: 2,434 times

Last updated: Aug 17 '15