-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Please describe the feature you have in mind and explain what the current shortcomings are?
Working within a …
-
### Discussed in https://github.com/zephyrproject-rtos/zephyr/discussions/79017
**Describe the bug**
Originally posted by **ofirshe** September 25, 2024
Hey,
I recently conducted a test…
-
The `PointBased` schema grew an `accelerations` attribute in USD 19.11, which is currently ignored by `usdKatana`. This attribute is useful in for applying curved velocity blur to meshes and/or point …
-
I've just added this project grammar to https://mingodad.github.io/parsertl-playground/playground/ an `Yacc/Lex` compatible online editor/tester (select `OpenUSD parser` from `Examples` then click `Pa…
-
To build with `ghc-9.6` I currently need:
```
allow-newer: ekg-core:ghc-prim
```
I think this can be fixed with a Hackage metadata edit. @andreasabel.
-
Currently PRIM only supports a single threshold value, and an outcome is classified binary.
In some cases, it might be beneficial to actually input multiple levels of how good an outcome is, such a…
-
```
import torch
class M(torch.nn.Module):
def forward(self, x):
torch.ops.aten._assert_async(torch.tensor(True), "f")
return x
torch.export.export(M(), (torch.tenso…
-
**Describe the bug**
A clear and concise description of what the bug is.
Hi,
We found a drawing issue in **VP2 render delegate mode** if the prim has some of the faces transparent, attached USD f…
-
## error log | 日志或报错信息 | ログ
```
############# pass_level1
no attribute value
no attribute value
unknown Parameter value kind prim::Constant of TensorType, t.dim = 5
unknown Parameter value kind …
-
### Question
Hi everyone,
I've recently started working with IsaacLab, focusing on the management-based code. I created an End-to-End RL solution similar to the Panda robot for object lifting. The…