BowlerKernel
IMUUpdateListener.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.addons.kinematics.imu;
2 
3 public interface IMUUpdateListener {
8  public void onIMUUpdate(IMUUpdate newState);
9 }