DJI MSDK 5.10.0 怎么定位无人机,获取无人机实时位置(经纬度)
已完成final DJIKey<LocationCoordinate3D> keyAircraftLocation3D = KeyTools.createKey(FlightControllerKey.KeyAircraftLocation3D);
this.keyManager.listen(keyAircraftLocation3D, this, (locationCoordinate3D, newVal) -> {
LogUtils.log(TAG, MessageFormat.format("keyAircraftLocation3D: {0}, {1}", locationCoordinate3D != null ? locationCoordinate3D.toString() : null, newVal != null ? newVal.toString() : null));
});
事件不会触发,怎么获取无人机实时位置(经纬度);室内要怎么定位呢?
请先登录再写评论。
评论
1 条评论