Isaac Sim Version
5.0.0
Operating System
Ubuntu 24.04
GPU Information
- Model: NVIDIA GeForce RTX 5080
- Driver Version: 580.95.05
Topic Description
Question about adjusting RTX Radar azimuth/FOV to enable 360-degree coverage in Isaac Sim
Detailed Description
Hello,
I am currently using RTX Radar in Isaac Sim (Full 5.0) and have a question regarding the azimuth field-of-view limitation .
At the moment, while I use the standalone example in standalone_examples/api/isaacsim.util.debug_draw/rtx_radar.py, the radar appears to observe only ±90 degrees in azimuth (180° total forward-facing FOV) .
Based on point cloud analysis and azimuth statistics (atan2(y, x) ), no returns are generated from the rear hemisphere, which suggests that the radar scan is limited to a forward fan configuration.
My goal is to simulate a 360-degree radar , similar to a rotating marine radar or surveillance radar.
I would like to clarify the following points:
- Where is the azimuth/FOV limit defined or constrained?
- Is it controlled by a specific USD attribute , Radar prim parameter , or scan configuration (e.g., rotating vs fan scan)?
- Is true 360-degree azimuth coverage supported by a single RTX Radar sensor , or is the intended approach:
- a rotating scan over time with accumulation, or
- multiple radar sensors (e.g., front + rear)?
- If 360° coverage is supported:
- Which parameters should be modified (e.g., azimuth start/end, scan mode, rotation rate)?
- Are there example scenes or documentation references demonstrating this setup?
- Are there Pulse-type radars in addition to FMCW?
I have already verified that parameters such as raysPerDeg , rBins , and vBins affect resolution but do not appear to control the azimuth coverage itself.
Any guidance on how to properly configure or extend the radar azimuth range would be greatly appreciated.
(Describe the issue in detail, including what you were trying to do, what you expected to happen, and what actually happened)
Steps to Reproduce
-
python3 standalone_examples/api/isaacsim.util.debug_draw/rtx_radar.py
-
Select the radar sensor and set the Z rotation to 0.0.
-
Increase the
MaxAzAngDegvalue to greater than 90 degrees (which implies a forward FOV larger than 180 degrees).
After doing so, it can be confirmed that no radar points are generated in the rear hemisphere, i.e., beyond the forward 180-degree region, even though the azimuth limit is set above ±90 degrees.
This indicates that radar returns are still constrained to the forward 180-degree region and do not appear in the rear area, regardless of the MaxAzAngDeg setting.
(Add more steps as needed)
Error Messages
(If applicable, copy and paste any error messages you received)
Screenshots or Videos
(If applicable, add screenshots or links to videos that demonstrate the issue)
Additional Information
What I’ve Tried
(Describe any troubleshooting steps you’ve already taken)
Related Issues
(If you’re aware of any related issues or forum posts, please link them here)
Additional Context
(Add any other context about the problem here)
