|
@@ -1011,7 +1011,6 @@ export class MoveService implements OnModuleInit {
|
|
|
|
|
|
if (cameraInfo.mediaSrc) {
|
|
|
this.reply.mediaSrc = cameraInfo.mediaSrc;
|
|
|
-<<<<<<< HEAD
|
|
|
}
|
|
|
// if (this.cameraInfos.length == 0) {
|
|
|
// this.reply.moveOver = true;
|
|
@@ -1022,12 +1021,6 @@ export class MoveService implements OnModuleInit {
|
|
|
);
|
|
|
user.camera.angle.yaw = cameraInfo.camera_angle.yaw;
|
|
|
|
|
|
-=======
|
|
|
- }
|
|
|
- if (this.cameraInfos.length == 0) {
|
|
|
- this.reply.moveOver = true;
|
|
|
- }
|
|
|
->>>>>>> 7a74beedb6f8bfe0401e0fc837cd96cd26026949
|
|
|
this.sendingFrameForJoystick = true;
|
|
|
} else {
|
|
|
console.log('joystick自由--->不合并');
|
|
@@ -1094,7 +1087,6 @@ export class MoveService implements OnModuleInit {
|
|
|
|
|
|
if (cameraInfo.mediaSrc) {
|
|
|
this.reply.mediaSrc = cameraInfo.mediaSrc;
|
|
|
-<<<<<<< HEAD
|
|
|
}
|
|
|
// if (this.cameraInfos.length == 0) {
|
|
|
// this.reply.moveOver = true;
|
|
@@ -1105,12 +1097,6 @@ export class MoveService implements OnModuleInit {
|
|
|
);
|
|
|
user.camera.angle.yaw = cameraInfo.camera_angle.yaw;
|
|
|
|
|
|
-=======
|
|
|
- }
|
|
|
- if (this.cameraInfos.length == 0) {
|
|
|
- this.reply.moveOver = true;
|
|
|
- }
|
|
|
->>>>>>> 7a74beedb6f8bfe0401e0fc837cd96cd26026949
|
|
|
this.sendingFrameForJoystick = true;
|
|
|
}
|
|
|
return this.reply;
|
|
@@ -1267,16 +1253,10 @@ export class MoveService implements OnModuleInit {
|
|
|
this.reply.mediaSrc = cameraInfo.mediaSrc;
|
|
|
}
|
|
|
|
|
|
-<<<<<<< HEAD
|
|
|
// if(this.cameraInfos.length == 0){
|
|
|
// this.reply.moveOver = true;
|
|
|
// }
|
|
|
this.sendingFrameForJoystick = true;
|
|
|
-=======
|
|
|
- if (this.cameraInfos.length == 0) {
|
|
|
- this.reply.moveOver = true;
|
|
|
- }
|
|
|
->>>>>>> 7a74beedb6f8bfe0401e0fc837cd96cd26026949
|
|
|
return this.reply;
|
|
|
} else {
|
|
|
return null;
|