s-nakaoka / choreonoid

An integrated graphical robotics application framework
http://choreonoid.org
Other
94 stars 58 forks source link

importing model from Solid-Works #152

Closed RHnejad closed 7 years ago

RHnejad commented 7 years ago

How should I import my humanoid robot model from solid-works to Choreonoid and define joints and links ?! I've been told via email to ask about the new file format which Choreonoid has introduced recently. thanks

s-nakaoka commented 7 years ago

There is a document on how to make a new format model file. http://choreonoid.org/en/manuals/latest/handling-models/modelfile/modelfile-newformat.html

This document only describes the case where link shapes are described as primitives in a model file. For details on how to use external mesh files exported from a CAD tool, please refer to the samples like

RHnejad commented 7 years ago

thanks for your help, so you suggest the YAML format over openHRP cause I've defined my model in the (.wrl) file, is it better to write it in YAML before going further?

what causes the model to pass through the floor in a simple falling simulation like http://choreonoid.org/en/manuals/latest/simulation/simulation-project.html ? (I considered the question really basic that didn't deserve a new topic issue )

s-nakaoka commented 7 years ago

what causes the model to pass through the floor in a simple falling simulation like http://choreonoid.org/en/manuals/latest/simulation/simulation-project.html ? (I considered the question really basic that didn't deserve a new topic issue )

Please check if the items of the robot model and the floor model are placed under the same WorldItem.

RHnejad commented 7 years ago

sure, they did! actually, the problem only appears when I run the simulation(box falling) in windows, there is no such a problem when running on Ubuntu. Anyway, my final robot model falls fine so there's no worry anymore! thanks :)