Synthetic Data Collection from RTX Radar #242
-
|
Hello, I'm trying to use the RTX Radar sensor to collect synthetic data for my research. In the previous version, Isaac Sim 4.5, I could use the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
You're correct that the RTX Radar data access has changed in Isaac Sim 5.0. The old All radar data components (range, azimuth, elevation, RCS, point cloud) are still accessible via the GMO API. You can retrieve them by browsing the GMO output fields associated with your radar sensor in the simulation. For reference, you can adapt approaches demonstrated in:
Although the example is for LiDAR metadata, the workflow for radar is analogous—just use the corresponding GMO output for your radar sensor and inspect it for available radar-specific fields (such as range, azimuth, RCS, etc.). If you need, you can find the relevant radar data structure under the reference "RadarAuxiliaryData" in the linked documentation. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your question and for sharing your experience adapting LiDAR metadata scripts for radar sensor data in Isaac Sim. Just to update you: the upcoming 5.1.0 GA release will include an |
Beta Was this translation helpful? Give feedback.
Thank you for your question and for sharing your experience adapting LiDAR metadata scripts for radar sensor data in Isaac Sim.
Just to update you: the upcoming 5.1.0 GA release will include an
inspect_radar_metadata.pyscript for your reference.