Johannes Ringler
Johannes Ringler
I have the same problem, inspired by your issue I wrote this python script to remove the last 10MB. ```python import sys from pathlib import Path import os import shutil...
Not sure if we should call this `distance()` since it actually returns the squared cartesian distance in the HCL bicone mapping. Longer names cost firmware size though. If we document...
This is simply intended to expose the function `pbio_color_get_bicone_squared_distance(hsv_a, hsv_b)` to the user. I added a simple example of the proposed API to the first comment. The purpose is to...
for now I just added explicit versions in requirements.txt
maybe just have a second ble_train assigned to the layout train? Needs to be in a "puppet" mode, and the other hub will be "master" and have the sensor. Maybe...
The issue will be the communication between the two hubs. If it has to go through the PC, this might take too long. Maybe the pybricks advertising communication might work?
Right not it should probably be the same program running on "puppet" and "master", where master has the sensor. The hubs will detect automatically whether they have a sensor or...
emergency stop implemented in 4c5e543bfe473252a553be268c6ec710cce59127
need to have some checks that control devices only works that all needed hubs are actually running this might depend on https://github.com/Novakasa/brickrail/issues/161 since we might not depend on all hubs
This seems like a different issue to #140, so I've split it. If you happen to come across the IndexError again, please post your logs here.