Open scpeters-test opened 10 years ago
Original report (archived issue) by Nate Koenig (Bitbucket: Nathan Koenig).
Right now <include><uri>model://... only facilitates inclusion of a whole model.
<include><uri>model://...
We should add in the ability to include specific links, collisions, or visuals from a model.
For example, to include a specific collision:
#!c++ <include> <uri>model://MODEL_NAME/LINK_NAME/COLLISION_NAME</uri> </include>
Original comment by Steve Peters (Bitbucket: Steven Peters).
If we add the ability to include <geometry> tags as well, then we could tell collisions and visuals to use the same geometry.
<geometry>
Original report (archived issue) by Nate Koenig (Bitbucket: Nathan Koenig).
Right now
<include><uri>model://...
only facilitates inclusion of a whole model.We should add in the ability to include specific links, collisions, or visuals from a model.
For example, to include a specific collision: