1 | initial version |
Found a way to import a model from other model.
There was a lot of errors that prevented it from import other file.
First of all, in blanket.sdf
<pose relative_to='world'>
in the sdf file when there is no world model in it. set SDF_PATH and IGN_FILE_PATH
. It's explained in hereAs for the blanket_in_the_world.sdf, you need to give it a right path. So here is what I did:
<include>
<uri>model://blanket.sdf</uri>
</include>
Just like that. I did this in Fortress only.
Feel free to ask me to clarify. I'm more than happy to clarify for you in future. (even if this is closed or marked as answer)