Giter VIP home page Giter VIP logo

mesh_to_sdf's Introduction

Mesh to SDF

Helper scripts to create SDF models using mesh files for visual and collision.

Usage

Pre-requisites:

  • There is 1 mesh file (supported formats: dae, DAE)
  • There is 1 texture file (supported formats: png, PNG)
  • All files are in the same directory
  • All files have the same name before the extension

The generated model:

  • Uses the mesh as both visual and collision
  • Is static

For example, your files could be located as follows:

/home/username/banana/
├── TheBanana.DAE
└── TheBanana.PNG

Then you can run the following command:

bash mesh_to_sdf.bash -m /home/username/banana/TheBanana\
                      -s /home/username/.gazebo/models\
                       -n "My Banana"

And you'll create the following files:

/home/username/.gazebo/models/My Banana
├── materials
│   └── textures
│       └── My Banana.png
├── meshes
│   └── My Banana.dae
├── model.config
└── model.sdf

TODO

  • Support jpg textures
  • Support obj + mtl files
  • Add more parameters, such as whether the model is static

mesh_to_sdf's People

Contributors

chapulina avatar

Stargazers

Muhammad Faizud Daroin avatar Fabian Dubois avatar Vratislav Besta avatar  avatar

Watchers

William Woodall avatar Chris Lalancette avatar Michael Carroll avatar Tully Foote avatar James Cloos avatar Carlos Agüero avatar Steve Peters avatar Ian Chen avatar Morgan Quigley avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.