-
Parameters: /usr/local/bin/zmodem-rz.sh
file is zmode[n]-rz.sh
....
-
### Quick summary
Trying to map my controller I always get "RZ+" instead the desired button. In addition, if I try to rotate the analog stick I can see a constant lag in the deadzone preview. (check …
-
Line 296 in greedy2_cross.m `rz=2` would display shape mismatch. Changed to `rz=1`. And then it works normally. Not sure if that attempted correction is correct or not.
-
R = rot.rot3d(0, 0, angle) here rot is not defined.
I guess it should be
R = np.array([[np.cos(angle), -np.sin(angle), 0],
[np.sin(angle), np.cos(angle), 0],
[0, …
-
**Describe the bug**
Multiplication (concatenation) of several ETS does not update joint indexes
**Version information**
roboticstoolbox-python 1.1.0
**To Reproduce**
```python
import robo…
-
cpml/modules/mat4.lua:
```lua
local rx, ry, rz, rw = rot.x, rot.y, rot.z, rot.w
local rm = new {
1-2*(ry*ry+rz*rz), 2*(rx*ry-rz*rw), 2*(rx*rz+ry*rw), 0,
2*(rx*ry+rz*rw), 1-2*(rx*rx+rz*rz), …
-
@sorewachigauyo Paul mentioned that an unroller is needed to decompose the circuit using `CNOT`, `GPI2`, `RZ`, `Z`, and `M`. To achieve this, `CNOT` should be included as a native gate.
Here are th…
-
```
FAILED: libcore_pdd.so.p/c_jsdec-plugin.c.o
cc -Ilibcore_pdd.so.p -I. -I.. -I../c -Isubprojects/libquickjs -I../subprojects/libquickjs -I/usr/include/librz -I/usr/include/librz/sdb -fdiagnostic…
-
### Describe the bug
A user on LLNL RZ showed me this was happening running VisIt 3.4.1 in VNCViewer from DELL Laptop. He would drag a lineout and the visual cue would be miles away from the mouse po…
-
Would be useful to have an `Op.is_unitary` method to distingiush between unitary and non-unitary operations.
This method would return `True` for unitary ops (`H` , `Rz` , `CCX` etc) and `False` fo…