-
**Description/Motivation**
This issue introduces the basics of closed-loop control into MLPro...
**Task list**
- [x] **1. Initial class design**
- [ ] **2. Basic implementation of template and proc…
-
In STIVS_controller.cpp file, the controller loop (line 83-91) is designed as follows, NUM_STEPS = 5
` for(iter = 0; iter < NUM_STEPS; ++iter){
acado_feedbackStep();
if(acado_getKKT() <…
-
After completing https://github.com/trytriplex/triplex/issues/17 we implemented a bare bones implementation that runs the scene, plays through the default camera, turns on raycasting and userland cont…
-
## Describe the bug
When setting a non paginated loop with a fixed value of min/max number of iterations (even if it is defined by an external variable) , controls are not displayed.
There is no…
-
Hi, this is a wonderful plugin and I'm really impressed by the accuracy!
However, I find the midi display a bit cumbersome to navigate. Would you mind improving the controls as follows? (Copying th…
-
There is no possibility to stop the cycle, such as:
``` html
{% for user in users %}
{%- if loop.index >= 10 %}{% break %}{% endif %}
{%- endfor %}
```
it returns an error:
unknown block tag: br…
vrtc updated
3 months ago
-
Hey there,
I really like the package, it's doing what I want, and behaves as expected.
There is a single thing I would like to have and I would write the PR for it: I want to be in control of th…
BMaxV updated
2 weeks ago
-
Reproducer:
```
yarn create vite spreadsheet-repro --template react-ts
yarn add scheduler react-spreadsheet
yarn
yarn dev
```
Then replace the code in `App.tsx` with the following:
```
…
-
One concrete seems to be the spawning of new `PartitionProcessors` which takes a noticeable amount of time. Even with the release build, it takes roughly ~ 150ms for a single `PartitionProcessor` to g…
-
Currently it's not possible to use `break` from within a loop.
0kenx updated
1 month ago