mirror of https://github.com/openclaw/openclaw.git
refactor(android): remove unreachable motion classify branch
This commit is contained in:
parent
943dce37be
commit
18e7938dfd
|
|
@ -217,8 +217,7 @@ private object SystemMotionDataSource : MotionDataSource {
|
|||
return when {
|
||||
averageDelta <= 0.55 -> "stationary"
|
||||
averageDelta <= 1.80 -> "walking"
|
||||
averageDelta > 1.80 -> "running"
|
||||
else -> "unknown"
|
||||
else -> "running"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue