KR20220144639A - Mobile robot wireless control method and device - Google Patents

Mobile robot wireless control method and device Download PDF

Info

Publication number
KR20220144639A
KR20220144639A KR1020210051198A KR20210051198A KR20220144639A KR 20220144639 A KR20220144639 A KR 20220144639A KR 1020210051198 A KR1020210051198 A KR 1020210051198A KR 20210051198 A KR20210051198 A KR 20210051198A KR 20220144639 A KR20220144639 A KR 20220144639A
Authority
KR
South Korea
Prior art keywords
robot
server
console
control
information
Prior art date
Application number
KR1020210051198A
Other languages
Korean (ko)
Inventor
최진민
강기혁
이상민
Original Assignee
(주)뉴빌리티
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by (주)뉴빌리티 filed Critical (주)뉴빌리티
Priority to KR1020210051198A priority Critical patent/KR20220144639A/en
Publication of KR20220144639A publication Critical patent/KR20220144639A/en

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B25HAND TOOLS; PORTABLE POWER-DRIVEN TOOLS; MANIPULATORS
    • B25JMANIPULATORS; CHAMBERS PROVIDED WITH MANIPULATION DEVICES
    • B25J9/00Programme-controlled manipulators
    • B25J9/16Programme controls
    • B25J9/1656Programme controls characterised by programming, planning systems for manipulators
    • B25J9/1664Programme controls characterised by programming, planning systems for manipulators characterised by motion, path, trajectory planning
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B25HAND TOOLS; PORTABLE POWER-DRIVEN TOOLS; MANIPULATORS
    • B25JMANIPULATORS; CHAMBERS PROVIDED WITH MANIPULATION DEVICES
    • B25J19/00Accessories fitted to manipulators, e.g. for monitoring, for viewing; Safety devices combined with or specially adapted for use in connection with manipulators
    • B25J19/02Sensing devices
    • B25J19/021Optical sensing devices
    • B25J19/023Optical sensing devices including video camera means
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B25HAND TOOLS; PORTABLE POWER-DRIVEN TOOLS; MANIPULATORS
    • B25JMANIPULATORS; CHAMBERS PROVIDED WITH MANIPULATION DEVICES
    • B25J5/00Manipulators mounted on wheels or on carriages
    • B25J5/007Manipulators mounted on wheels or on carriages mounted on wheels
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B25HAND TOOLS; PORTABLE POWER-DRIVEN TOOLS; MANIPULATORS
    • B25JMANIPULATORS; CHAMBERS PROVIDED WITH MANIPULATION DEVICES
    • B25J9/00Programme-controlled manipulators
    • B25J9/16Programme controls
    • B25J9/1679Programme controls characterised by the tasks executed
    • B25J9/1689Teleoperation

Landscapes

  • Engineering & Computer Science (AREA)
  • Robotics (AREA)
  • Mechanical Engineering (AREA)
  • Multimedia (AREA)
  • Manipulator (AREA)

Abstract

The present invention relates to a wireless control method of a mobile robot which can reduce the network load of a server and greatly reduce the communication delay in comparison to existing solutions. The wireless control method of a mobile robot comprises: a first step in which robots and a control console are connected to a server; a second step in which the robots periodically transmit information of the robots to the server; a third step in which the console requests a list and information of the robots from the server; a fourth step in which the console sends an instruction command to the server based on information of a robot to be accessed; a fifth step in which the server sends a push notification including the IP address of the control console to the robot based on the instruction command; a sixth step in which the robot receiving the push notification is connected to the control console and transmits information including a video; and a seventh step in which the control console also transmits control for remote control based on the connection between the robot and the control console.

Description

이동로봇의 무선 관제 방법 및 장치{Mobile robot wireless control method and device}Mobile robot wireless control method and device {Mobile robot wireless control method and device}

본 발명은 이동로봇의 무선 관제 방법 및 그에 대한 장치에 관한 것이다.The present invention relates to a wireless control method of a mobile robot and an apparatus therefor.

로봇이 자율주행을 통해 배달, 방범 등의 작업을 수행하는 과정에서는 이를 모니터링하는 관제사의 존재가 필수적임. 로봇의 현 상태를 카메라를 통해 모니터링하고 돌발 상황이 발생했을 때 원격관제로 전환하는 등의 작업은 이동로봇 자율주행 서비스를 진행하기 이전에 필수적인 단계이다. In the process of the robot performing tasks such as delivery and crime prevention through autonomous driving, the existence of a controller to monitor it is essential. Monitoring the robot's current status through a camera and switching to remote control when an unexpected situation occurs are essential steps before proceeding with the mobile robot autonomous driving service.

로봇 관제가 필수적인 문제를 하기 위한 기존의 솔루션은 크게 두가지 방식으로 나눠질 수 있다. Existing solutions for problems where robot control is essential can be divided into two main methods.

첫번째는 CCTV의 작동 방식과 유사하게 관제 콘솔에서 로봇으로 연결을 하여 로봇으로부터 영상을 받아오는 방식이다. 로봇이 영상 Server로 작동을 하고 관제 콘솔이 Client가 되는 방식임. 위 방식은 따로 이를 중계하는 Server가 필요 없다. The first is a method of receiving images from the robot by connecting the control console to the robot, similar to the operation method of CCTV. The robot works as a video server and the control console becomes a client. The above method does not require a separate server to relay it.

두번째는 로봇과 관제 콘솔을 중계하는 Server가 있는 방식이다. 관제 콘솔을 Server로 요청 신호를 보내고 Server는 이를 받아서 로봇으로 전달을 한다. 이후에는 로봇이 요청에 대한 응답을 Server로 보내서 Server는 이를 관제 콘솔에 전달하게 된다. 중계 Server를 두는 방식을 통해 로봇과 관제 콘솔은 모두 Client 처럼 작동을 한다. 두가지 방식은 현재까지 흔하게 사용되는 솔루션이나 한계가 명확하다.Second, there is a server that relays the robot and the control console. The control console sends a request signal to the Server, and the Server receives it and delivers it to the robot. After that, the robot sends a response to the request to the Server, and the Server delivers it to the control console. Both the robot and the control console operate like clients through the relay server. The two methods are commonly used solutions up to now, but their limitations are clear.

상술한 문제점을 종래 발명에 대한 모식인 도 1를 참조하여 설명한다. 도 1을 참조하여 설명하면, 관제 콘솔은 카메라와 무선 통신 장치를 장착한 이동로봇에 연결을 한다. 이동 로봇이 영상 서버 역할을 하며 관제 콘솔은 클라이언트가 되어 이동 로봇에서 비디오를 비롯 한 정보를 관제 콘솔로 직접적으로 송출하게 된다. The above-described problems will be described with reference to FIG. 1, which is a schematic diagram of the conventional invention. Referring to FIG. 1 , the control console is connected to a mobile robot equipped with a camera and a wireless communication device. The mobile robot acts as a video server, and the control console becomes a client and transmits information including video from the mobile robot directly to the control console.

도 2를 참조하여 설명하면, 관제 콘솔은 카메라와 무선 통신 장치를 장착한 이동로봇의 비디오를 비롯한 정보들을 받아오기 위해 중계 서버에 요청을 보낸다. 서버에서는 이동 로봇에 신호를 보내주고 이동로봇에서는 요청된 정보를 서버로 보내주고 서버에서는 이를 관제 콘솔로 전달하는 방식이다.Referring to FIG. 2 , the control console sends a request to the relay server to receive information including a video of a mobile robot equipped with a camera and a wireless communication device. The server sends a signal to the mobile robot, the mobile robot sends the requested information to the server, and the server sends it to the control console.

중계 서버가 있기 때문에 관제 콘솔과 이동 로봇은 모두 클라이언트가 된다. Since there is a relay server, both the control console and the mobile robot become clients.

첫번째 방식의 경우 콘솔이 바로 로봇으로 연결한다는 점에서 가장 간단한 방식이지만, 이동 로봇이 영상 서버가 되는 방식이기 때문에 서버의 ip 주소가 Static한 상태에서만 동작한다는 한계가 존재한다. 시중에 사용이 가능한 무선 통신 장치는 주로 유동적인 ip 주소를 제공하기 때문에 static ip를 받지 못하며, 거기에 가상 ip 주소를 제공하기 때문에 콘솔에서 이동 로봇으로 직접적으로 연결하기 매우 어려운 한계를 가지고 있다. The first method is the simplest method in that the console directly connects to the robot, but since the mobile robot becomes a video server, there is a limitation in that the server's IP address operates only in a static state. Commercially available wireless communication devices do not receive a static IP because they mainly provide a dynamic IP address, and since they provide a virtual IP address there, it is very difficult to connect directly from the console to the mobile robot.

두번째 방식은 서버를 통해 경유를 하기 때문에 첫번째 방식에서의 문제는 발생하지 않는다. 그리고 중계 서버가 있기 때문에 콘솔에서 로봇까지의 연결은 로봇에 유동적인 ip 주소가 부여되는 상황에도 비교적 수월하다. 그러나 중계 서버를 통해 모든 정보들이 오가기 때문에 지연 문제가 크게 발생한다. 실시간 영상을 주고 받아야하는 상황에서 치명적이다. 그리고 중계 서버를 통해 정보가 들어오고 나가기 때문에 이동 정보량이 많아서 네트워크 비용이 증가하는 한계 또한 존재한다. 본 발명은 이러한 문제점을 극복하기 위한 것이다.Since the second method passes through the server, the problem in the first method does not occur. And because there is a relay server, the connection from the console to the robot is relatively easy even in situations where the robot is given a dynamic IP address. However, since all information is sent and received through the relay server, there is a large delay problem. It is fatal in situations where real-time video must be exchanged. Also, there is a limit in that the network cost increases because the amount of moving information is large because information enters and exits through the relay server. The present invention is to overcome these problems.

본 발명은 상기 언급한 문제를 극복할 수 있는 이동로봇의 무선 관제 방법 및 그에 대한 장치를 제공하는데 있다.An object of the present invention is to provide a method for wireless control of a mobile robot and an apparatus therefor, which can overcome the above-mentioned problems.

본 발명에 따른 이동로봇의 무선 관제 방법 및 장치는 중계 서버가 존재하지만 정보가 서버를 오가지 않는 방식을 제안한다. 구체적으로 로봇과 관제 콘솔은 각자 서버와 연결을 하는 제1 단계; 로봇은 서버로 주기적으로 자신의 정보를 서버에게 전송하는 제2 단계; 콘솔은 서버에게 로봇의 목록 및 정보를 요청하는 제3 단계; 콘솔은 접근하고자하는 로봇의 정보를 바탕으로 서버로 명령 커맨드를 보내는 제4 단계; 서버는 명령 커맨드를 바탕으로 관제 콘솔의 ip 주소를 포함한 푸시 알림을 로봇에 보내는 제5 단계; 푸시 알림을 받은 로봇은 관제 콘솔로 연결을 하고 비디오를 비롯한 정보를 전송하는 제6 단계; 및 로봇과 관제 콘솔 간의 연결을 바탕으로 관제 콘솔은 원격제어를 위한 컨트롤도 전송하는 제7 단계로 구성된다.A method and apparatus for wireless control of a mobile robot according to the present invention proposes a method in which a relay server exists but information does not pass through the server. Specifically, the first step of connecting the robot and the control console to the server; A second step of the robot transmitting its information to the server periodically to the server; A third step of the console requesting a list and information of the robot from the server; A fourth step of the console sending a command command to the server based on the information of the robot to be accessed; A fifth step of the server sending a push notification including the IP address of the control console to the robot based on the command command; A sixth step of connecting the robot receiving the push notification to the control console and transmitting information including video; And based on the connection between the robot and the control console, the control console is composed of a seventh step that also transmits control for remote control.

본 발명은 상기 언급한 문제를 극복할 수 있는 이동로봇의 무선 관제 방법 및 그에 대한 장치를 제공할 수 있다. 더욱 구체적으로 중계 서버가 존재하기 때문에 로봇이 유동 ip나 가상 ip 구조의 주소를 가지고 있는 상황에서도 문제 없이 로봇과 콘솔 간의 접속이 가능하다. 그렇기에 큰 변화 없이 기존의 통신 장치를 그대로 사용하여 관제 시스템을 구성할 수 있는 장점이 있다.The present invention can provide a method for wirelessly controlling a mobile robot and an apparatus therefor, which can overcome the above-mentioned problems. More specifically, since there is a relay server, connection between the robot and the console is possible without any problem even when the robot has an address of a dynamic IP or virtual IP structure. Therefore, there is an advantage that the control system can be configured by using the existing communication device without any major changes.

두번째 방식과 같이 모든 정보가 서버를 통해 거쳐가지 않고 로봇이 비디오 정보를 직접 콘솔로 전송하고 콘솔의 제어 컨트롤을 로봇이 직접 받는 방식이기 때문에, 서버의 네트워크 부하를 줄이는 동시에 통신 지연을 기존 솔루션 대비 크게 줄일 수 있다. As in the second method, all information does not go through the server, but the robot directly transmits video information to the console and the robot directly receives the control control from the console. can be reduced

관제 콘솔에서 로봇으로 직접 연결하면, 각 로봇에서 로봇에 연결할 수 있는 모든 관제 콘솔을 인증해야 한다. 모든 로봇이 모든 관제 콘솔의 인증키를 가지고 있게 되므로, 해커가 1대의 로봇만 해킹해도 모든 콘솔의 인증키를 획득할 수 있어 보안에 취약한 문제가 있다.When connecting directly from the control console to the robot, each robot must authenticate all control consoles that can connect to the robot. Since all robots have the authentication keys of all control consoles, a hacker can acquire the authentication keys of all consoles even if only one robot is hacked, so there is a weak security problem.

그러나 현재 방식은 중앙 집중 형태로 서버가 로봇의 목록을 이미 알고 있기 때문에 로봇과 서버 간에 인증키를 통한 간단한 절차를 진행하며, 중앙 서버에서 인증 절차를 거친 콘솔의 정보만 로봇으로 보내주기 때문에 로봇과 콘솔 간의 인증 절차가 생략되어 결과적으로 로봇과 서버 그리고 콘솔과 중앙 서버 간의 인증 절차만 거치면 되기 때문에 인증이 간소화 되기에 보안에 유리해진다. 로봇이 해킹 당하더라도 해당 로봇의 정보만 노출되기 때문에 기존 방식보다 뛰어난 보안성을 유지할 수 있다. However, the current method is centralized, and since the server already knows the list of robots, a simple procedure is performed between the robot and the server through an authentication key. Since the authentication process between the consoles is omitted, and as a result, only the authentication process between the robot and the server and between the console and the central server is required, which simplifies authentication, which is advantageous for security. Even if the robot is hacked, only the information of the robot is exposed, so it can maintain superior security than the existing method.

도 1 및 2는 종래 발명의 문제점을 나타내는 도면
도 3 내지 7은 본 발명의 동작 과정을 나타낸 도면
1 and 2 are diagrams showing the problems of the prior invention;
3 to 7 are views showing the operation process of the present invention;

이하, 본 명세서의 실시 예를 첨부된 도면을 참조하여 상세하게 설명한다.Hereinafter, embodiments of the present specification will be described in detail with reference to the accompanying drawings.

실시 예를 설명함에 있어서 본 명세서가 속하는 기술 분야에 익히 알려져 있고 본 명세서와 직접적으로 관련이 없는 기술 내용에 대해서는 설명을 생략한다. 이는 불필요한 설명을 생략함으로써 본 명세서의 요지를 흐리지 않고 더욱 명확히 전달하기 위함이다.In describing the embodiments, descriptions of technical content that are well known in the technical field to which the present specification belongs and are not directly related to the present specification will be omitted. This is to more clearly convey the gist of the present specification without obscuring the gist of the present specification by omitting unnecessary description.

마찬가지 이유로 첨부 도면에 있어서 일부 구성요소는 과장되거나 생략되거나 개략적으로 도시되었다. 또한, 각 구성요소의 크기는 실제 크기를 전적으로 반영하는 것이 아니다. 각 도면에서 동일한 또는 대응하는 구성요소에는 동일한 참조 번호를 부여하였다.For the same reason, some components are exaggerated, omitted, or schematically illustrated in the accompanying drawings. In addition, the size of each component does not fully reflect the actual size. In each figure, the same or corresponding elements are assigned the same reference numerals.

이하, 본 명세서의 실시 예들에 의하여 온도측정 장치 및 방법을 설명하기 위한 도면들을 참고하여 본 명세서에 대해 설명하도록 한다.Hereinafter, the present specification will be described with reference to the drawings for explaining the temperature measuring apparatus and method according to the embodiments of the present specification.

도 3을 참조하면, 본 발명에 따른 이동로봇의 무선 관제 방법은 중계 서버가 존재하지만 정보가 서버를 오가지 않는 방식을 제안한다. 구체적으로 로봇과 관제 콘솔은 각자 서버와 연결을 하는 제1 단계; 로봇은 서버로 주기적으로 자신의 정보를 서버에게 전송하는 제2 단계; 콘솔은 서버에게 로봇의 목록 및 정보를 요청하는 제3 단계; 콘솔은 접근하고자하는 로봇의 정보를 바탕으로 서버로 명령 커맨드를 보내는 제4 단계; 서버는 명령 커맨드를 바탕으로 관제 콘솔의 ip 주소를 포함한 푸시 알림을 로봇에 보내는 제5 단계; 푸시 알림을 받은 로봇은 관제 콘솔로 연결을 하고 비디오를 비롯한 정보를 전송하는 제6 단계; 및 로봇과 관제 콘솔 간의 연결을 바탕으로 관제 콘솔은 원격제어를 위한 컨트롤도 전송하는 제7 단계로 구성된다.Referring to FIG. 3 , the wireless control method of the mobile robot according to the present invention proposes a method in which a relay server is present but information does not pass through the server. Specifically, the first step of connecting the robot and the control console to the server; A second step of the robot transmitting its information to the server periodically to the server; A third step of the console requesting a list and information of the robot from the server; A fourth step of the console sending a command command to the server based on the information of the robot to be accessed; A fifth step of the server sending a push notification including the IP address of the control console to the robot based on the command command; A sixth step of connecting the robot receiving the push notification to the control console and transmitting information including video; And based on the connection between the robot and the control console, the control console is composed of a seventh step that also transmits control for remote control.

도 4을 참조하면, 콘솔과 서버간의 연결을 위하여, 콘솔은 서버에게 로봇 목록 및 정보를 요청한다. 서버는 콘솔의 인증키를 이용해서 인증하는 방식으로 콘솔을 검증하고, 검증된 콘솔에게 로봇 목록과 정보를 제공한다. 콘솔은 원격제어를 위해 자신의 포트를 포함한 정보를 서버에 전송한다. 서버에서는 이 정보를 받아서 로봇에 전달을 한다.Referring to FIG. 4 , for connection between the console and the server, the console requests the robot list and information from the server. The server verifies the console by authenticating it using the console's authentication key, and provides the robot list and information to the verified console. The console sends information including its own port to the server for remote control. The server receives this information and sends it to the robot.

도 5를 참조하면, 로봇과 서버간의 연결을 위하여, 로봇은 서버와의 연결을 유지하며 주기적으로 로봇의 정보를 전송한다. 로봇은 서버로 연결을 시도하고 서버는 인증키를 로봇으로 전송한다. 인증이 성공하면 서버와 연결을 유지한다. 로봇과 서버는 콘솔에서 따로 명령이 들어오기 전까지는 계속 대기하고 있는다. 인증을 거친 콘솔이 명령을 서버로 전송하면, 서버는 푸시 알림의 형태로 포트 정보를 포함한 메시지를 로봇으로 전달한다.Referring to FIG. 5 , for the connection between the robot and the server, the robot maintains the connection with the server and periodically transmits information of the robot. The robot attempts to connect to the server, and the server sends the authentication key to the robot. If authentication is successful, a connection with the server is maintained. The robot and server continue to wait until a separate command is received from the console. When the authenticated console sends a command to the server, the server delivers a message including port information to the robot in the form of a push notification.

도 6를 참조하면, 로봇과 콘솔간의 연결을 위하여, 푸시 알림을 통해 받은 관제 콘솔 포트 정보를 이용해 로봇은 콘솔에 socket 통신 등과 같은 방식을 통해 관제 콘솔에 연결을 한다. 로봇과 관제 콘솔 간에 연결이 되면 관제 콘솔은 로봇으로 제어 명령을 전송한다. 로봇은 카메라 영상을 관제 콘솔로 직접적으로 송출한다. Referring to FIG. 6 , for connection between the robot and the console, the robot connects to the control console through a method such as socket communication to the console using the control console port information received through the push notification. When the connection between the robot and the control console is established, the control console transmits control commands to the robot. The robot sends the camera image directly to the control console.

도 7을 참조하면 본 발명에 따른 인증 절차 및 로봇-콘솔 연결 실시예를 검토할 수 있다. Referring to FIG. 7 , the authentication procedure and the robot-console connection embodiment according to the present invention can be reviewed.

본 명세서가 속하는 기술분야의 통상의 지식을 가진 자는 본 명세서가 그 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 실시될 수 있다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시 예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 본 명세서의 범위는 상기 상세한 설명보다는 후술하는 특허청구의 범위에 의하여 나타내어지며, 특허청구의 범위의 의미 및 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 명세서의 범위에 포함되는 것으로 해석되어야 한다.Those of ordinary skill in the art to which this specification belongs will be able to understand that the present specification may be embodied in other specific forms without changing the technical spirit or essential features thereof. Therefore, it should be understood that the embodiments described above are illustrative in all respects and not restrictive. The scope of the present specification is indicated by the claims described later rather than the detailed description, and all changes or modifications derived from the meaning and scope of the claims and their equivalent concepts are included in the scope of the present specification. should be interpreted

한편, 본 명세서와 도면에는 본 명세서의 바람직한 실시 예에 대하여 개시하였으며, 비록 특정 용어들이 사용되었으나, 이는 단지 본 명세서의 기술 내용을 쉽게 설명하고 발명의 이해를 돕기 위한 일반적인 의미에서 사용된 것이지, 본 명세서의 범위를 한정하고자 하는 것은 아니다. 여기에 개시된 실시 예 외에도 본 명세서의 기술적 사상에 바탕을 둔 다른 변형 예들이 실시 가능하다는 것은 본 명세서가 속하는 기술 분야에서 통상의 지식을 가진 자에게 자명한 것이다.On the other hand, in the present specification and drawings, preferred embodiments of the present specification have been disclosed, and although specific terms are used, these are only used in a general sense to easily explain the technical content of the present specification and help the understanding of the present invention, It is not intended to limit the scope of the specification. It will be apparent to those of ordinary skill in the art to which this specification pertains that other modifications based on the technical spirit of the present specification may be implemented in addition to the embodiments disclosed herein.

Claims (1)

로봇과 관제 콘솔은 각자 서버와 연결을 하는 제1 단계;
로봇은 서버로 주기적으로 자신의 정보를 서버에게 전송하는 제2 단계;
콘솔은 서버에게 로봇의 목록 및 정보를 요청하는 제3 단계;
콘솔은 접근하고자하는 로봇의 정보를 바탕으로 서버로 명령 커맨드를 보내는 제4 단계;
서버는 명령 커맨드를 바탕으로 관제 콘솔의 ip 주소를 포함한 푸시 알림을 로봇에 보내는 제5 단계;
푸시 알림을 받은 로봇은 관제 콘솔로 연결을 하고 비디오를 비롯한 정보를 전송하는 제6 단계; 및
로봇과 관제 콘솔 간의 연결을 바탕으로 관제 콘솔은 원격제어를 위한 컨트롤도 전송하는 제7 단계를 포함하는 것을 특징으로 하는 이동로봇의 무선 관제 방법
A first step of connecting the robot and the control console to the server;
A second step of the robot transmitting its information to the server periodically to the server;
A third step of the console requesting a list and information of the robot from the server;
A fourth step of the console sending a command command to the server based on the information of the robot to be accessed;
A fifth step of the server sending a push notification including the IP address of the control console to the robot based on the command command;
A sixth step of connecting the robot receiving the push notification to the control console and transmitting information including video; and
Wireless control method of a mobile robot, characterized in that based on the connection between the robot and the control console, the control console also includes a seventh step of transmitting control for remote control
KR1020210051198A 2021-04-20 2021-04-20 Mobile robot wireless control method and device KR20220144639A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020210051198A KR20220144639A (en) 2021-04-20 2021-04-20 Mobile robot wireless control method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020210051198A KR20220144639A (en) 2021-04-20 2021-04-20 Mobile robot wireless control method and device

Publications (1)

Publication Number Publication Date
KR20220144639A true KR20220144639A (en) 2022-10-27

Family

ID=83810249

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020210051198A KR20220144639A (en) 2021-04-20 2021-04-20 Mobile robot wireless control method and device

Country Status (1)

Country Link
KR (1) KR20220144639A (en)

Similar Documents

Publication Publication Date Title
EP3073699B1 (en) System and method for controlling mutual access of smart devices
JP3085252B2 (en) Remote control camera video relay system
CN107528733B (en) Management method of Internet of things and Internet of things system
US11108837B2 (en) Media downlink transmission control method and related device
JP6193185B2 (en) Communication device, terminal device, and program
JP5002259B2 (en) Authentication system
KR20140118014A (en) Method for authenticating client
US10878678B2 (en) Method and system for controlling cameras
CN114553933B (en) Control authority taking over method, device and system for unmanned vehicle
JP2007310738A (en) Content distribution system, content distribution method, and content distribution program
JP7344703B2 (en) Control device and its control method and program
WO2016138729A1 (en) Projection content switching method and system, and projection terminal
JP2009124322A (en) Remote control system and method
KR20220144639A (en) Mobile robot wireless control method and device
CN106303413A (en) The method mutual based on IPC monitoring system information and IPC monitor system
CN115567518A (en) Device, system and method for reorienting camera of cloud desktop
CN110958432B (en) RTSP (real time streaming protocol) -based cross-network cloud remote monitoring system and monitoring method
JP2012222687A (en) Server device
JP6437171B1 (en) Elevator remote monitoring system
WO2024084633A1 (en) Communication establishment system
JP6126062B2 (en) Network device and MAC address authentication method for network device
US11949565B2 (en) System, apparatus, and associated methodology for restricting communication bandwidths for communications through a relay device
CN116248657B (en) Control method and device of screen projection system, computer equipment and storage medium
JP2000163121A (en) Remote plant monitoring device and recording medium
KR101491640B1 (en) A Redirection Control system for Streaming Service