You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like
For the cloth competition, I noticed the FT-measurements can be quite noisy, so I implemented with quick "smoother" class (see below). I believe a more general and configurable version of this class could be useful.
Use cases
People how want to do simple logic with the force-torque measurements e.g. check if tension > 4.0 N.
People working with other low-dimensional sensors with continuous measurements.
Discussion points
Do we want this in airo-mono
Where would we put it? Maybe a new airo-sensors package?
Maybe make it an "array smoother"? This can support scalar, 1D, 2D data.
Sample timestamps and smooth over timeframe or last N measurements? (e.g. for non-consistent data streams)
I'm not against it, but should we make a new package for this? For me this can be included in airo-robots? And for that matter, do we already support the FT sensor in the first place?
And I would make this a little more generic by calling the class 'Filter' and then have a subclass for your specific choice?
Could indeed also make it more generic by just working on ND numpy arrays.
Describe the feature you'd like
For the cloth competition, I noticed the FT-measurements can be quite noisy, so I implemented with quick "smoother" class (see below). I believe a more general and configurable version of this class could be useful.
Use cases
Discussion points
airo-mono
airo-sensors
package?wrench_smoother.py
The text was updated successfully, but these errors were encountered: