Replies: 2 comments
-
I found the best solution so far is to use an existing value and then edit its values...
|
Beta Was this translation helpful? Give feedback.
-
Thanks for sharing your experience. Based on the information in the Isaac Sim 5.0 RTX Lidar Sensor documentation, the recommended approach for customizing a lidar is to instantiate a supported config and override its sensor attributes programmatically. To help diagnose the specific segfault you’re seeing, could you please provide the full log output or the relevant log lines around where the crash occurs? This will help determine whether the issue is due to a missing/unsupported config reference or something else. The documentation suggests customization via attribute overrides only, so the logs should clarify if there’s a config loading or registration issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems now that the configs cannot simply be copied to the isaacsim.sensors.rtx and used. I am trying to implement the Livox MID360 which I did successfully in issac sim 4.5, however it seems in 5.0 there is a fixed set of configs in supported_lidar_configs.py. If I try to add my own config the sim segmentation faults even if a simply copy and rename an existing config
Beta Was this translation helpful? Give feedback.
All reactions