Skip to content

fix: misspelled camera aperture kwargs - #60

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/robots-f7437d4e
Open

fix: misspelled camera aperture kwargs#60
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/robots-f7437d4e

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

This PR addresses the following issue in exts/omni.ext.mobility_gen/omni/ext/mobility_gen/robots.py: misspelled camera aperture kwargs.

Changes

  • exts/omni.ext.mobility_gen/omni/ext/mobility_gen/robots.py: misspelled camera aperture kwargs.

Details

Before:

            focal_length=10, horizontal_aperature=30, vertical_aperature=30

After:

            focal_length=10, horizontal_aperture=30, vertical_aperture=30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant