[6.7.0] taxi unmanual
This commit is contained in:
@@ -792,4 +792,12 @@ public class SweeperCloudTaskModel implements IMoGoSweeperFutianCloudTaskListene
|
||||
public void onAutopilotStatusResponseFromCan(int state) {
|
||||
|
||||
}
|
||||
|
||||
@Override·
|
||||
public void onAutoPilotInfo(long token, long timestamp, @Nullable SsmInfo.AutoPilotInfo autoPilotInfo) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAutoPilotStation(long token, long timestamp, @Nullable SsmInfo.AutoPilotStation autoPilotStation) {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -469,4 +469,14 @@ public class SweeperOperatePresenter extends Presenter<SweeperOperateFragment>
|
||||
public void onAutopilotStatusResponseFromCan(int state) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAutoPilotInfo(long token, long timestamp, @Nullable SsmInfo.AutoPilotInfo autoPilotInfo) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAutoPilotStation(long token, long timestamp, @Nullable SsmInfo.AutoPilotStation autoPilotStation) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user