Dustin Spicuzza
Dustin Spicuzza
For #103 , but Python 3.11 still doesn't work. Tested with 3.11 final release. Heres the errors I'm still getting. ``` # python3.11 -m crossenv /build/crosspy/bin/python3.11 /build/venv --sysroot=$(arm-frc2023-linux-gnueabi-gcc -print-sysroot) --env...
Looks like they removed `sysconfig._is_python_source_dir` in https://github.com/python/cpython/commit/067597522a9002f3b8aff7f46033f10acb2381e4
### Problem Without `-pthread` set when compiling, bad things happen, such as this: ``` ImportError: /usr/local/lib/python3.8/site-packages/scipy/fft/_pocketfft/pypocketfft.cpython-38-arm-linux-gnueabi.so: undefined symbol: pthread_atfork ``` On my native python (Fedora 32, Python 3.8): ``` >>>...
It's shown elsewhere (notably, during a pull), would be nice to show during save/load. When transferring images over the network (as referenced [here](http://www.virtualroadside.com/blog/index.php/2014/09/29/easily-transfer-docker-images-between-two-machines-over-the-network/)) it would be great if I could...
Since the encoder is reset in the constructor, the odometry should be reset too? Or nothing should be reset. Ryan pointed out that the gyro and other aspects are incorrect....
Most of it isn't useful, but I do like these Sharp IR sensor classes: * https://github.com/robotpy/robotpy-wpilib-utilities/blob/main/robotpy_ext/common_drivers/distance_sensors.py * https://github.com/robotpy/robotpy-wpilib-utilities/blob/main/robotpy_ext/common_drivers/distance_sensors_sim.py This REV analog sensor is probably also useful, but probably should be...
Intent would be to get rid of most of the `wpi::impl`/`frc::impl` functions I've added for RobotPy and provide a way for teams to reset wpilib between unit tests as well....
…esting purposes
- dicts now have the key name in them - lists/tuples now have the index in them Old error message: ``` dacite.exceptions.WrongTypeError: wrong value type for field "t.t2.name" - should...