NVlabs / sionna

Sionna: An Open-Source Library for Next-Generation Physical Layer Research
https://nvlabs.github.io/sionna
Other
741 stars 213 forks source link

没有场景 #572

Open Zhong0501 opened 2 weeks ago

Zhong0501 commented 2 weeks ago

你好,为啥我用移动仿真教程里面的场景,显示没有呢?是作者删除了吗 错误为: AttributeError: module 'sionna.rt.scene' has no attribute 'simple_street_canyon_with_cars'

merlinND commented 1 week ago

Hello @Zhong0501,

Can you please post more details about the code you are trying to run and how you installed Sionna, as well as which version? (in English)

The following script should run out-of-the-box after pip install sionna (tested with version 0.18.0):

import sionna
from sionna.rt import load_scene

scene = load_scene(sionna.rt.scene.simple_street_canyon_with_cars)
print(scene)

If not, you can also try another built-in scene: load_scene(sionna.rt.scene.etoile).

Zhong0501 commented 1 week ago

@merlinND ,Hi, Mobility,which in Sionna RT of Tutorials in https://nvlabs.github.io/sionna/examples/Sionna_Ray_Tracing_Mobility.html,can't finish Controlling Position and Orientation of Scene Objects.Cannot run the results shown in the picture. The errors are shown: 在当前单元格或上一个单元格中执行代码时 Kernel 崩溃。请查看单元格中的代码,以确定故障的可能原因。有关详细信息,请单击 此处。有关更多详细信息,请查看 Jupyter log

671e1d3968ec657cb7a0129046b4fca

merlinND commented 1 week ago

The current message doesn't give much information. There will probably be some more logs in the terminal that is running the Jupyterlab server.