Skip to content

Commit

Permalink
Update KalmanProcessor.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
WindSekirun (DongGil, Seo) authored Jan 20, 2019
1 parent 8e0b6a8 commit b9672f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/KalmanProcessor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class KalmanProcessor {
setLongitude(data.longitude)
setAccuracy(data.accuracy.toDouble())
setAltitude(data.altitude)
setBearing(datat.bearing.toDouble())
setBearing(data.bearing.toDouble())
setSpeed(data.speed.toDouble())
setTimestamp(data.time)
}
Expand Down

0 comments on commit b9672f2

Please sign in to comment.