robotology / icub-models-generator

Resources and programs to generated models (URDF, SDF) of the iCub robot
14 stars 23 forks source link

Add conversion of stl files from ascii to binary #230

Closed Nicogene closed 1 year ago

Nicogene commented 1 year ago

It fixes #229

For doing the conversion I used a (modified) version of https://github.com/cmpolis/convertSTL starting from this commit

immagine

traversaro commented 1 year ago

To respect the MIT license we also need to include the text of the license with the correct copyright assignment, see https://opensource.org/licenses/MIT :

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

traversaro commented 1 year ago

Can you report at least in the PR the exact version of convertSTL.rb that you copied in the repo? Thanks!

Just a remainder to make sure you do not forgot this part, thanks!