-
At the moment, the brain controller is composed of two simple oscillators with a delay shift and whose parameters can be tuned. It would be useful to complexify this model and evolve towards implement…
-
In today's CSSWG meeting, @svgeesus brought up the problem that interpolation between keyframes today is exclusively pair-wise. At the transition point from one pair to another, the animation curve wi…
-
-
- [x] Hermite-Simpson
- [x] Kinematic constraints
- [x] Implicit dynamics mode
- [x] Document.
- [x] Skip over unused slots in the Q vector.
- [x] Provide CasADi with the sparsity patterns of `Ca…
-
Whenever I need utility functions for example to regularize a characteristic I search within the Media and the Fluid libraries. I found that these two functions do the same:
- `Modelica.Fluid.Utiliti…
-
#### Description:
Following [this comment](https://github.com/BHoM/Revit_Toolkit/pull/1285#issuecomment-1346247091) by @vietle-bh, an error occurs on pull of the roof below from the standard test f…
-
Implement new end conditions for the B-spline, e.g. Hermite and Natural end conditions.
-
I was wondering how you made these curves so smooth: https://stardustjs.github.io/examples/parametric-functions/
And later I've found out you are just generating a bunch of (to be exact 100000) cir…
-
Hi, very interesting idea, kudos!
I believe the proposed layer is equivalent to the following combination (I fix degree to be 4 for simplicity):
```python
from ChebyKANLayer import ChebyKANLa…
-
So, I have a minimal example (attached) that results in an Abort trap 6.
1. Is it possible to raise an exception rather than kill the interpreter?
2. Maybe you can help me understand why this fails …