Igor
Igor
This proved quite handly debugging redpipeline code. I still wish there was a better way to look inside the brains of FC
Pretty much all compilation errors resolved. having trouble with `sensor_gyro_unittest.cc`, it complains about missing `arm_math.h`, I belive it could be because i'm compiling it on x86 architecture. Not sure. Some...
> @Igorshp the file is at `./lib/main/CMSIS/DSP/Include/arm_math.h` but i think it has sth to do with the target supporting `SMT` or not. hmm, intresting point. Thanks. I'll check it can...
### Status update All but one tests compile (sensor_gyro_unittest requires arm_math.h library and I haven't yet figured out how to provide it) 3 tests compile but are failing since code...
@gretel interesting, thanks for the insight! I've had a fair share of issues with the compiler myself and considering building a docker container to run the tests in. It'll help...
Merged in your changes, let's wait for the build EDIT: hmm, couple of other commits got pulled in. I'll rebase on master when we're done
Also looking for this feature
Can confirm behaviour @AzaxSyndrom is describing. Spent several hours debugging why annotation doesn't create the right rules in the load balancer. This does not create rules: ``` alb.ingress.kubernetes.io/target-type: ip alb.ingress.kubernetes.io/group.name:...
Just in case pastebin file dissapears in a month or so, here's a copy: Original problem: I am sending a float from arduino to node server via Xbee S2. There...