Add input range to AUX channels#48
Conversation
|
I saw that the actions are failing because the semantic version was not increased. Is this update considered a patch or a minor version increase? |
|
Probably just a patch |
|
The IMU channels on the 3rd Gen Acquisition Board also require their input ranges to be specified, similar to the ONIX Source plugin. |
|
Thanks for updating the memory usage input range. I totally forgot about that. About the units: using just “°” for Euler angles may look a bit odd since it can be mistaken for a tiny circle. “Deg” feels a bit clearer. For temperature, “°C” works great. And for unitless channels, make sure to explicitly set the units to an empty string otherwise the GUI will default AUX channels to “mV,” which can be confusing. |
|
@anjaldoshi I've updated based on your recommendation. I had to write |

The current range is +/- 100 m/s^2, which might be too large of a range to be useful. After testing, we can see if we should decrease this range.