Sionna Utils - Sionna's missing pieces, your unofficial Sionna toolkit #1025
mlouielu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Repo: https://github.com/mlouielu/sionna-utils
Introduction
This package
sionna_utilsaim to provide some utility functions to help user to adapt and debug issues on Sionna.Examples
Export scene to a standalone HTML file for 3D preview
Add a coordinate frame in the scene
Fine-grain mask on paths object
Let's say if you want to visualize the paths, but only want to visualize the paths that are 3-bounce path, you can combine
sionna_utils.paths.get_paths_hit_sequence()andsionna_utils.paths.get_path_depths()to get the exact paths to visualize it:Beta Was this translation helpful? Give feedback.
All reactions