Zahi Kakish

Results 4 issues of Zahi Kakish

When using the `liegroups` lib I run into the following `SyntaxWarning` when using the `so3.py` file ```bash liegroups/numpy/so3.py:83: SyntaxWarning: "is" with a literal. Did you mean "=="? elif ordering is...

The callback will only output to the of currently active cell instead of the respective cell where `jp.publisher()` or `jp.subscribe()` are located. This bug may require an `widgets.Output` for each...

bug

Compared to the original, ros2 requires the use of either a class `rclpy.timer` or for the node to be used with `rclpy.spin_once()` to even display the callback. A temporary solution...

bug

Running the `mujoco.viewer` python binding results in a borderless window. The program will continue to work normally, but cannot be closed except by a keyboard interrupt. I have attached an...

bug