<include> tag to nest models not working [closed]

asked 2016-10-30 05:52:24 -0500

ai-shwarya gravatar image

updated 2016-10-30 06:07:28 -0500

gvdhoorn gravatar image

Haven't gotten to adding the Plugin/Xacro for the laser yet, but for some reason, using the <include> and <uri> tags within <model> of model.sdf of a Pioneer robot does not seem to yield the import of the Hokuyo Laser.

http://sdformat.org/spec?ver=1.6&elem... Following the documentation here, what I'm doing, seems fine. Any help?

<include>
  <uri>model://hokuyo</uri>
     <pose>0.2 0 0.9 0 0 0</pose>
</include>
<joint name="hokuyo_joint" type="revolute">
   <child>hokuyo::link</child>
   <parent>chassis</parent>
   <axis>
     <xyz>0 0 1</xyz>
     <limit>
        <upper>0</upper>
        <lower>0</lower>
     </limit>
  </axis>
</joint>
edit retag flag offensive reopen merge delete

Closed for the following reason Gazebo Question: The Gazebo community prefers to answer questions at: http://answers.gazebosim.org by gvdhoorn
close date 2016-10-30 06:08:10.215530

Comments

This is really a Gazebo question, and we try to keep this site on-topic as much as possible. Could you please ask this over at the Gazebo Answers site?

gvdhoorn gravatar image gvdhoorn  ( 2016-10-30 06:08:02 -0500 )edit
ai-shwarya gravatar image ai-shwarya  ( 2016-10-30 09:42:44 -0500 )edit