hello-robot / stretch_ros2

ROS 2 packages for the Stretch mobile manipulators from Hello Robot Inc.
https://docs.hello-robot.com/0.2/stretch-tutorials/ros2/
51 stars 19 forks source link

Update overly detailed STLs with low res STLs #89

Closed hello-chintan closed 7 months ago

hello-chintan commented 7 months ago

This PR updates some of the overly detailed STLs with downsampled ones:

This is necessary because large mesh files can result in issues like:

The reduction in mesh complexity was achieved by resampling the meshes and removing extraneous elements using a software called MeshLab which is available to download for Ubuntu.

While the software is straightforward to use, we must be careful to not include extraneous links while exporting them from Solidworks. For ex: the base link STL also contained the NUC and simply removing it reduced the file size considerably.