ES-Alexander

Results 299 comments of ES-Alexander

That mapping numbering in my sketch was based off just the translation components, with the +/- values in the table taken directly from the PR table values. Having now also...

This concept could also be extended to include switches and checkboxes, which could be used as either inputs or (non-interactive) indicators depending on which kind of variable they're tied to...

Somewhat relevant to #392

Note that QGC has a nicer interface for PID tuning [for PX4 vehicles](https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/setup_view/tuning_px4.html), which also makes use of their auto-tuning functionality. [ArduCopter](https://ardupilot.org/copter/docs/common-tuning.html), [ArduPlane](https://ardupilot.org/plane/docs/common-tuning.html), and [ArduRover](https://ardupilot.org/rover/docs/rover-tuning-process.html) also have recommended tuning processes...

Agreed that this is a valuable feature, possibly even for ground-based rovers in case they get caught in heavy rain or something. There's some additional discussion in [this forum thread](https://discuss.bluerobotics.com/t/leak-detection-with-ardurover-on-blueboat/16540)...

I had a brief look at the code, and it doesn't look like it'll be overly difficult to include (just a bunch of small things in several files), but the...

I think these things should actually be added to the table, since they're also relevant to the other PWM peripherals (e.g. I just had to change the min/max for my...

As an extension of this idea, we could also determine relevant pins from the `SERVOn_FUNCTION` parameters to set calculated data-lake values representing output pins. --- At least if the parameters...

@Williangalvani has suggested potentially keeping a file on the disk specifically so it can be deleted when the disk is full, and then a docker image can be deleted 🤷‍♂...

@joaomariolago does this make sense to include in the network management rework you're investigating, or is it better handled after/independently?