Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sky Atmosphere does not work with ROS 2 camera sensor #793

Open
michalpelka opened this issue Nov 14, 2024 · 0 comments
Open

Sky Atmosphere does not work with ROS 2 camera sensor #793

michalpelka opened this issue Nov 14, 2024 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@michalpelka
Copy link
Contributor

michalpelka commented Nov 14, 2024

Describe the bug
I am trying to build a level where there is a Sky Atmosphere component with ROS 2 camera component.
Assets required
setreg:

{
    "O3DE":
    {
        "InputSystem":
        {
            "Mouse":
            {
                "CaptureMouseCursor": false
            }
        },
        "ROS2":
        {
            "SteadyClock" : true,
            "Camera":
            {
                "AllowPipelineModification": true
            }
        }
    }
}

and level:
https://gist.github.com/michalpelka/8981b44e4a32077c5dda8586ecca7379

Steps to reproduce
Steps to reproduce the behavior:

  1. Create level with Sky Atmosphere and ROS 2 camera component
  2. Start game mode in Editor
  3. observe that main camera has no atmosphere and ROS 2 camera has one.
  4. go to edit mode
  5. experience crash

Expected behavior
Both main view and ROS 2 camera should provide image with atmosphere, no crashes, vulkan errors.

Actual behavior
Only one ROS 2 camera has atmosphere, main windows has no camera. Application crashes.

Screenshots/Video
image
image
Found in Branch
Name of or link to the branch where the issue occurs.

Commit ID from o3de/o3de
o3de :
commit e8570f9d635c0abbf3d733d0524a3c0ae75d726c (HEAD, tag: 2409.0, origin/main)
o3de-extras:
commit 7801ad7 (HEAD, tag: 2409.1, origin/main)

Desktop/Device (please complete the following information):

  • Device: [e.g. PC, Mac, iPhone, Samsung]

  • OS: [e.g. Windows, macOS, iOS, Android, Linux, including distribution and version (e. g. Ubuntu 22.04 / Windows 11 22H2)]

  • Version Ubuntu 22.04, ROS 2 Humble

  • CPU 13th Gen Intel(R) Core(TM) i9-13900K

  • GPU NVIDIA GeForce RTX 4080

  • Memory [96GB]

Additional context
log with rhi-validation:
https://gist.github.com/michalpelka/e8c6a3557c0ce08393241bb38e8eaaf2

@michalpelka michalpelka added kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. sig/graphics-audio Categorizes an issue or PR as relevant to SIG graphics-audio. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. sig/graphics-audio Categorizes an issue or PR as relevant to SIG graphics-audio. labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

1 participant