Coder Social home page Coder Social logo

human_model's Introduction

ROS Package for Drawing Human Model in RViz

#Installation Copy the files under the ROS workspace

#Example Execution

-Run Singeleton Server
-roslaunch icub_arm_imitator imitator_online.launch
-roslaunch human_model human_model.launch (model:=female2)
You can change model with directory name under urdf directory (default female3)

#Help For source code You can use the following

python
import animator
help(animator) help(animator.JointTree) etc.

#URDF Directory Structure Every directory indicates a different model. General structure of directory is:
meshes directory: contains Collada files used in models.xacro
tree.json : contains tree structure needed for animator.py .If a value is omitted,default value will be used. Default values can be found with help(animator.JointTree.__init__)
model.xacro: evaluated to create urdf file used by RViz by launch file.General macros used for multiple models are:
<xacro:link_to_world link="link name" mesh="name of the mesh" scale="scale of the mesh"/>
<xacro:link_without_geo link="link name"/>
<xacro:connector link="link name" mesh="name of the mesh" scale="scale of the mesh"/>
<xacro:connector_without_geo link="link name"/>

human_model's People

Contributors

bilgincoskun avatar

Stargazers

 avatar  avatar Sinuo Wang avatar Broes De Cat avatar

Watchers

James Cloos avatar  avatar Baskın Şenbaşlar avatar Tarik Kelestemur avatar

human_model's Issues

Missing meshes and nan errors

Hi,

I am looking for an urdf file that models a human, for use in rviz and gazebo, so your repository seemed a nice fit. However, I when I cloned your repo and tried to get it running, I ran into several issues.
Should the repo be runnable as is, or is there additional work needed for that?

Issues I have:

  • model.xacro gives empty meshes and scales in some cases => I disabled the visual tag for such input
  • some meshes are used that are not present in the repo, such as Shoulder
  • errors about nan in animator.py => not clear for me why it is going wrong

Thx!
Broes

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.