Skip to content

'Waiting for images' only when adding an object to the simulation #11

@OdedHorowits

Description

@OdedHorowits

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??
Screenshot from 2024-07-01 15-32-12

Screenshot from 2024-07-01 15-31-37

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions