I created this demo.world as below.
When I do gazebo demo.world, it is able to create a table, but not door and chair.
What paths does it search to find the models? I have not created a table, but it is able to find it.
It is however not able to find door and chair.
How do I debug this?
<?xml version="1.0"?><world name="kumar">
<include>
model://door
<pose>-2.0 2.0 0 0 0 0</pose>
model://table
<pose>-5.0 5.0 0 0 0 0</pose>
<include>
<uri>model://chair</uri>
<pose>-5.0 5.5 0 0 0 0</pose>
</include>