Open audrow opened 2 years ago
I observe the following flickering in the thermal camera image output
gz sim -r thermal_camera.sdf
, I see the following vibration in the thermal camera image output of the boxFurther, adding the thermal system plugin into the <visual>
tag gives the following warning:
Warning [Utils.cc:129] [/sdf/plugin[@name="gz::sim::systems::Thermal"]:<data-string>:L1]: XML Element[plugin], child of element[sdf], not defined in SDF. Copying[plugin] as children of [sdf].
The warning also appears when I try to run the default thermal_camera.sdf
.
The warning is removed when I put the same plugin under the model tag for all included fuel models.
Rest all of the things work fine.
OS: Ubuntu 20.04 Build Type: Source GPU Info:
Fri Sep 23 19:39:58 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 515.65.01 Driver Version: 515.65.01 CUDA Version: 11.7 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... Off | 00000000:01:00.0 Off | N/A |
| N/A 44C P8 N/A / N/A | 9MiB / 3072MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 958 G /usr/lib/xorg/Xorg 4MiB |
| 0 N/A N/A 1716 G /usr/lib/xorg/Xorg 4MiB |
+-----------------------------------------------------------------------------+
Rendering System Info:
Setup
Links
Checks
You can find the code used to generate this test case here