Keecker Developer
Android SDK Contact
Getting Started
Overview
Installing Android Studio
Creating a Keecker app
Reference
0.2

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