services-api / com.keecker.services.navigation.interfaces / Odometry
Odometry
open class Odometry : Parcelable
Hide
Constructors
| <init> | Odometry(timestamp: Double, velocity: Twist2d)Odometry(in: Parcel) |
Properties
| CREATOR | static val CREATOR: Creator<Odometry> |
| timestamp | val timestamp: Double |
| velocity | val velocity: Twist2d |
Functions
| describeContents | open fun describeContents(): Int |
| writeToParcel | open fun writeToParcel(out: Parcel, flags: Int): Unit |