-
### Question
2024-11-11 05:03:17 [11,730ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Annotators' for removal
2024-11-11 05:03:17 [11,730ms] [Warning] [omni.graph.core.p…
-
I am using xUbuntu 14.04 and mono. I have everything running, I am connecting fine from work [gotta love VPNs and VNC; play all day :-)]. Anyways, I am running newest stable 0.7.6 Diva Ditsro, I con…
-
**Describe the project you want to add with tech stack**
Prim's algorithm finds the subset of edges that includes every vertex of the graph such that the sum of the weights of the edges can be minimi…
-
* [ ] IFunction
* [ ] `LambdaFunction`
* [ ] AnyFunction
Details
* `IFunction` (not PTMFs)
* `virtual ... invoke(...)` (no extra level of indirection)
* `virtual isNoDummy() const`
-
**Describe the bug**
When using both the -append flag to a specified -rootPrim with -rootPrimType = xform, the output doesn't take into account the accumulated xform stack leading to the prim, so the…
-
## Information about Algorithm
Finds the minimum spanning tree of a graph by a greedy algorithm.
It takes two sets of vertices, those in the MST and those not in the MST.
It repeatedly finds the …
-
### Description of Issue
USD allows depth bias in a single pass. Is there any chance to apply depth bias to a single prim?
A use case is to apply mesh decals to surfaces. The decal and the surface a…
-
### Question
When I tried to modify the template program Using a task-space controller and added a translation and rotation to my robot's InitialStateCfg, the rotation did not seem to take effect. …
-
Full name of submitter (unless configured in github; will be published with the issue): Hubert Tong
Reference (section label): expr.prim.req.general
Link to reflector thread (if any): N/A
Iss…
-
Your task is to implement Prims and Kruskals in C++
The Code should be well indented use proper variable names