Alex Gavin
Alex Gavin
[This commit](https://github.com/ROBOTIS-GIT/DynamixelSDK/commit/91f6c43b27013ba844d6be0e64190f7c1389ebb0) doesn't completely fix the issue at hand. Declaring the variable as `extern` suppresses the issue at compile time, but the issue pops up at run time instead. The...
A note about testing, the patch I just submitted builds for the current develop on Linux 64 bit (Fedora 36 specifically) using GCC 12.2.1 as well as Ubuntu 22.04 using...
While I can't necessarily speak to this specific project configuration, I would like to highlight that `python` and `python3` are different nixpkgs. The `python` package is Python 2, which may...