Kinds-of-Intelligence-CFI / animal-ai

Animal-AI supports interdisciplinary research to help better understand human, animal, and artificial cognition.
https://sites.google.com/csah.cam.ac.uk/animalai/
Apache License 2.0
55 stars 9 forks source link

Sign Poster Boards Not Rendering #36

Closed kozzy97 closed 1 year ago

kozzy97 commented 1 year ago

Hi,

I was trying to build some experiments with the SignPosterBoard object. The following configuration does not seem to render. I have tried with v3.1.1 and v3.1.2.exp. The only build that works is v3.0.1.

The configuration is this:

!ArenaConfig
arenas:
  0: !Arena
    pass_mark: 0
    t: 250
    items:
    - !Item
      name: Agent 
      positions: 
      - !Vector3 {x: 20, y: 0, z: 10} 
      rotations: [0]
      skins:
      - "panda"
    - !Item 
      name: SignPosterboard
      positions:
      - !Vector3 {x: 10, y: 0, z: 32}
      rotations: [270]

I've tried with a range of positions in all 3 dimensions for the signposterboard, with no luck.

kozzy97 commented 1 year ago

I am assuming that this also means that signposterboards are not being detected by raycasts?