Disable Grid Lines for Rendering #1411
shafeef901
started this conversation in
General
Replies: 3 comments 1 reply
-
Is this your latest pull of the Isaac Lab repository? If so can you share a version number? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Asking around a bit and I'm looking into how to control this setting when you create an environment. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The following lines worked for me: import carb
carb.settings.get_settings().set("persistent/app/viewport/displayOptions", 0) See the following post from the developer forum for reference: https://forums.developer.nvidia.com/t/how-to-disable-grid/223414/3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do i disable these black grid lines that came with my latest pull after a couple of weeks? Feels a bit annoying when it crosses over robots.
![image](https://private-user-images.githubusercontent.com/24255993/385303278-3dfe216d-25a8-4f7f-aa79-524f19a0c096.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzA1MTIsIm5iZiI6MTczOTY3MDIxMiwicGF0aCI6Ii8yNDI1NTk5My8zODUzMDMyNzgtM2RmZTIxNmQtMjVhOC00ZjdmLWFhNzktNTI0ZjE5YTBjMDk2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAxNDMzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUxZWVjOGVkN2EzNTNjOGJmZWYwZjJlZjZjNTZlNzkyNzFhMTkzY2FkMjZlOTg0ZWQyNmVmNTRlYjMwZTU2MmQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.34Re3sMGbsp7xhrh05s3zhV5_2Q8OBw-a9PNDxj0uqE)
Beta Was this translation helpful? Give feedback.
All reactions