public interface OrientationPublisher
Modifier and Type | Method and Description |
---|---|
void |
attach(OrientationListener listener) |
void |
detach(OrientationListener listener) |
String |
getName() |
Orientation |
publishOrientation(Orientation data) |
void |
startOrientationTracking()
start publishing orientation
|
void |
stopOrientationTracking()
stop publishing orientation
|
String getName()
Orientation publishOrientation(Orientation data)
void attach(OrientationListener listener)
void detach(OrientationListener listener)
void startOrientationTracking()
void stopOrientationTracking()
Copyright © 2020 myrobotlab. All rights reserved.