Aaron Lee

Results 8 comments of Aaron Lee

Very late reply, but it was an issue caused on Minio's end. You have to specify the content type when uploading files.

Can confirm. I have the same issue after about 5 runs on my RaspberryPi 4B. ``` /home/pi/uploaded.py:39: size=506 KiB, count=5, average=101 KiB /home/pi/detection.py:18: size=506 KiB, count=2, average=253 KiB /home/pi/.local/lib/python3.9/site-packages/dt_apriltags/apriltags.py:123: size=4628...

I fixed it by switching to the apriltag package on pip: https://pypi.org/project/apriltag/. It is based on (but not endorsed by) the AprilTags fork from SwatRobotics: https://github.com/swatbotics/apriltag.

We are also getting this issue. I'll test the remote kill ssh command.

I'm not sure if it is related, but the "Restart Robot Code" option also does not work regardless of its state.

I am still reproducing this issue, albeit much less, in the kickoff release. After three days of testing, it failed one time.

@shilch The fix is tested to be working on my MBP 13-inch, 2020 running i5. Be sure to run it with `sudo` though.

@shilch Works on my end! Thank you for your work.