aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/motan/readlog.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-11-26 22:09:07 -0500
committerKevin O'Connor <kevin@koconnor.net>2021-12-01 20:09:25 -0500
commit8b2da0d353575b2c2d62b6d84487fc5d0d9f0d65 (patch)
treeab492a2fea6f79d59f4a5ce03dfcfd9c3f1ab6f6 /scripts/motan/readlog.py
parentfea30f877110ddd671817f21fe4c6741fb5c73ac (diff)
downloadkutter-8b2da0d353575b2c2d62b6d84487fc5d0d9f0d65.tar.gz
kutter-8b2da0d353575b2c2d62b6d84487fc5d0d9f0d65.tar.xz
kutter-8b2da0d353575b2c2d62b6d84487fc5d0d9f0d65.zip
motan: Fix comment copy-and-paste error in readlog.py
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/motan/readlog.py')
-rw-r--r--scripts/motan/readlog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/motan/readlog.py b/scripts/motan/readlog.py
index 37439142..22538cff 100644
--- a/scripts/motan/readlog.py
+++ b/scripts/motan/readlog.py
@@ -16,7 +16,7 @@ class error(Exception):
# Log data handlers: {name: class, ...}
LogHandlers = {}
-# Extract requested position, velocity, and accel from a trapq log
+# Extract status fields from log
class HandleStatusField:
SubscriptionIdParts = 0
ParametersMin = ParametersMax = 1