aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/motan/analyzers.py
Commit message (Collapse)AuthorAgeFilesLines
* Isort all scriptsv0.1.0-rc1Tomasz Kramkowski2025-08-151-2/+3
|
* Run black on all first party python codeTomasz Kramkowski2025-08-061-83/+142
|
* motan: Added smoothing motan data analyzerDmitry Butyugin2023-07-161-0/+38
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* motan: Added pointwise 2-norm motan data analyzerDmitry Butyugin2023-07-161-0/+53
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* motan: Fix typo in error reportKevin O'Connor2022-04-231-1/+1
| | | | | | Reported by @Ludy87. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* motan: Minor change to corexy analyzer labelKevin O'Connor2021-10-161-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* motan: Add an analyzer to integrate accelerometer inputKevin O'Connor2021-10-161-1/+60
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* motan: Add corexy forward kinematics analyzerKevin O'Connor2021-08-301-0/+28
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* motan: Pass dataset parameters in parenthesisKevin O'Connor2021-08-301-28/+29
| | | | | | Replace names like "trapq:toolhead:x" with "trapq(toolhead,x)". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* motan_graph: Initial support for graphing data logKevin O'Connor2021-08-221-0/+195
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>