Retorikal

Results 3 issues of Retorikal

I tried to compile this on noetic, and got this error somewhere down the line: ``` [ 96%] Generating EusLisp code from ardrone_autonomy/LedAnim.srv In file included from /usr/include/c++/9/bits/char_traits.h:39, from /usr/include/c++/9/string:40,...

### Describe the bug Running code snippet ``` from inspect import signature def wololo(i: int, ii: int) -> tuple[str, int]: a = i+ii b = ii-i c = f"{a} {b}"...

bug

I was trying to work with IMX462. Based on instructions surrounding pivariety cameras, I'm expected to run `install_pivariety_pkgs.sh` to get modified versions of `libcamera0` packages, which led to this repository's...