mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 22:22:14 +00:00
refactor(android): remove unreachable motion classify branch
This commit is contained in:
parent
943dce37be
commit
18e7938dfd
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue