Hi
So this is a weird phenomena.
When the room I created is empty, everything works fine.
However, when I just add an object to the world *.sdf file, the orb_slam is not working.
But I didn't change anything but adding that model!
What can be the issue??


This is how I add the object:
<include>
<uri>
model://basic_room_big
</uri>
<name>basic_room_0</name>
<pose>0 0 -0.09 0 0 0</pose>
</include>
<include>
<uri>
model://Sofa
</uri>
<pose>7 0 0 0 0 3.1416</pose>
</include>
...
Why would it have any influence on the orb_slam node?
p.s.
Adding another object works ok.
In both cases I dont get any warning on the terminal where Gazebo was launched from.
Hi
So this is a weird phenomena.

When the room I created is empty, everything works fine.
However, when I just add an object to the world *.sdf file, the orb_slam is not working.
But I didn't change anything but adding that model!
What can be the issue??
This is how I add the object:
Why would it have any influence on the orb_slam node?
p.s.
Adding another object works ok.
In both cases I dont get any warning on the terminal where Gazebo was launched from.