We strongly recommend you to watch the Getting Started video before working with Clash Detection.
Explore documentation and video tutorial for the Clash Detection SDK online:
Development using the Omniverse Kit SDK is subject to the licensing terms detailed here.
NVIDIA Omniverse Kit Clash Detection Samples collects anonymous usage data to help improve software performance and aid in diagnostic purposes.
Rest assured, no personal information such as user email, name or any other PII field is collected.
Omniverse Kit Samples starts collecting data when you begin interaction with our provided software.
It includes:
Error and crash logs : Allows us to improve performance & stability for troubleshooting and diagnostic purposes of our software
If you wish to opt-out of physx and/or clashdetection only telemetry data collection, set the following persistent settings to false
in the .kit app file (persistent settings are retained so deleting them is not enough)
[settings]
telemetry.enableAnonymousData = false
This setting can also be overridden by defining and setting the OMNI_TELEMETRY_DISABLE_ANONYMOUS_DATA
environment variable to '1' for the kit process. The docs around it can be found here. This env. var is intended to be used when launching a container whose app enables the /telemetry/enableAnonymousData
setting in its config files. It's the suggested way to opt out of anonymous telemetry for a containerized app.
We provide this project as-is and are currently not accepting outside contributions.