Rikuo "sp4ghet" Hasegawa
Rikuo "sp4ghet" Hasegawa
https://www.computerhope.com/jargon/c/ctrl-esc.htm Apparently it's always been like this on windows :/
I think the behaviour we expect is for the buffers to reset when we change shaders, so that a buffer write from one shader doesn't persist in the next shader....
Currently, I believe the timezone is set to JST by default and there is no way to change this. Is there any way to change the timezone? This is mainly...
This is related to #166 in that it is naiive to assume the camera will always be on `/dev/video0` and it will sometimes change to `/dev/video1`. This causes the node...
The AM2315 sometimes gets into a state where it just reads "function code 255" and doesn't recover. I'll have to look into the sensor datasheet to see how it works...
https://github.com/OpenAgInitiative/rfcs/pull/2 https://github.com/Spaghet/rfcs/blob/github-labels/text/0000-github_labels.md I'm going to give this RFC a week (Until July 31st) for feedback.
This would allow us to process `water_level` as a single environment variable rather than a bundle of different variables heavily related to the sensor configuration. Currently there's only 4 logical...
afaik we don't have anything calibrating our Atlas pH/EC sensors. There's some code in the firmware that indicates trying to do it, but it seems to not be utilized in...
`scripts/install_docker.sh` fails when the locale is unset in the raspi. We should figure out a way to set a default locale if the locale is unset in the raspberry pi...
There are some useful tools under ROS qt which would be useful as a developer. I personally installed a ROS qt version on my development aquaponics bot, which let me...