CN115145233B - Multi-stage small-granularity movement scheduling control method, device and equipment for robot - Google Patents

Multi-stage small-granularity movement scheduling control method, device and equipment for robot Download PDF

Info

Publication number
CN115145233B
CN115145233B CN202210880116.3A CN202210880116A CN115145233B CN 115145233 B CN115145233 B CN 115145233B CN 202210880116 A CN202210880116 A CN 202210880116A CN 115145233 B CN115145233 B CN 115145233B
Authority
CN
China
Prior art keywords
task
priority
action
scheduling
robot
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN202210880116.3A
Other languages
Chinese (zh)
Other versions
CN115145233A (en
Inventor
肖勇
李华
刘斌斌
刘中华
邹明
李颖博
刘育婷
卢斌
张岩
柏雪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xian Thermal Power Research Institute Co Ltd
Huaneng Group Technology Innovation Center Co Ltd
Xian Xire Control Technology Co Ltd
Original Assignee
Xian Thermal Power Research Institute Co Ltd
Huaneng Group Technology Innovation Center Co Ltd
Xian Xire Control Technology Co Ltd
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 Xian Thermal Power Research Institute Co Ltd, Huaneng Group Technology Innovation Center Co Ltd, Xian Xire Control Technology Co Ltd filed Critical Xian Thermal Power Research Institute Co Ltd
Priority to CN202210880116.3A priority Critical patent/CN115145233B/en
Publication of CN115145233A publication Critical patent/CN115145233A/en
Application granted granted Critical
Publication of CN115145233B publication Critical patent/CN115145233B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/418Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS], computer integrated manufacturing [CIM]
    • G05B19/41865Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS], computer integrated manufacturing [CIM] characterised by job scheduling, process planning, material flow
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/32Operator till task planning
    • G05B2219/32252Scheduling production, machining, job shop
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/48Indexing scheme relating to G06F9/48
    • G06F2209/484Precedence
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Abstract

The invention discloses a multi-stage small-granularity movement scheduling control method, a device and equipment for a robot, wherein movement scheduling tasks of the robot are sequentially divided into tasks, action groups and actions from top to bottom according to layers, each task comprises an action group, each action group comprises a plurality of actions, and the actions are the minimum executable units of the detachable tasks; the invention supports the scheduling of complex motion scenes by adopting a preemptive high-priority scheduling method HPF during motion scheduling control, periodically inquiring a high-priority task in a current task, storing parameters and states of the current task to execute the high-priority task if the inquired high-priority task is higher than the task currently running, and executing an action group under the task if the inquired high-priority task is lower than or equal to the task currently running, continuing to execute the task currently running, and sleeping for a set time after the task currently running is ended and then inquiring the priority task again.

Description

Multi-stage small-granularity movement scheduling control method, device and equipment for robot
Technical Field
The invention belongs to a task scheduling control method, and particularly relates to a multi-stage small-granularity motion scheduling control method, device and equipment for a robot.
Background
Task scheduling is an important point and a difficult point of motion control of the track robot, and the current task scheduling mainly comprises switching of manual tasks and inspection tasks and a task pool for managing a plurality of tasks. The method can only solve the problem of robot motion control of simple motion scenes, and can not meet the motion scheduling in the face of various scenes such as low-power charging, fixed-point triggering actions and the like. This simple scheduling mechanism can only be solved by special handling, thereby causing severe code coupling.
According to the robot motion scheduling method under the complex scene, the robot motion scheduling under the complex scene is solved through task priority, time slices, action groups and tree data structures, the code reusability is improved, and the code coupling is greatly reduced. The existing scheduling algorithm is complex, code legibility is poor, tasks are managed through a tree structure, and locking granularity is large in order to ensure the consistency of multiple threads.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a multi-stage small-granularity motion scheduling control method, device and equipment for a robot, which support scheduling of complex motion scenes and do not increase the complexity and the coupling of codes while solving task scheduling.
In order to solve the technical problems, the invention is realized by the following technical scheme:
a robot multistage small-granularity motion scheduling control method comprises the following steps:
dividing a motion scheduling task of a robot into tasks, action groups and actions sequentially from top to bottom according to layers, wherein each task comprises an action group, each action group comprises a plurality of actions, and the actions are the minimum executable units of the detachable tasks;
the method comprises the steps of adopting a preemptive high-priority scheduling method HPF during motion scheduling control, periodically inquiring a high-priority task in a current task, storing parameters and states of the current task to execute the high-priority task if the inquired high-priority task is higher than the currently running task, executing an action group under the task, continuously executing the currently running task if the inquired high-priority task is lower than or equal to the currently running task, dormancy for a set time after the currently running task is ended, and then re-inquiring the priority task.
Further, when the task with high priority is queried, if the current highest-level task is a manual control task, scheduling the tasks with the same priority according to the deprivation type subsequent service order, and simultaneously clearing all other subtasks under the manual control task, and executing the current latest subtasks.
Further, when the task with high priority is queried, if the task with the highest priority is not a manual control task at present, the task with the highest priority is searched according to the scheduling sequence of first-come first-serve and then according to the deep left query method of the tree data structure in the task with the same priority.
Further, when executing each action group, each action in the action group is executed according to the first-in first-out principle, specifically as follows:
inquiring whether the task to which the action group belongs is interrupted, if not, executing the current action from the beginning by the action list index of the action group, and inquiring the next action; if the next action is inquired when the current action is executed, setting the current task state as successful execution;
for the next action which is searched, attempting to execute, and the number of times of the attempts is not more than 3, if the attempt to execute is successful, setting the current task state as executing, and if the attempt to execute for 3 times is not responded, judging that the action is blocked, and setting the action state as executing failure;
and returning to the current task after traversing the action list of the action group.
Further, after each task is executed, deleting the task from the task barrel, deleting a certain action group in the task from the task after the execution of the action group is finished, wherein the action group is a minimum granularity unit for switching and storing the task operation scene.
A multi-stage small-granularity motion scheduling control device for a robot, comprising:
the motion scheduling task dividing module is used for dividing the motion scheduling task of the robot into tasks, action groups and actions from top to bottom in sequence according to layers, wherein each task comprises an action group, each action group comprises a plurality of actions, and the actions are the minimum executable units of the detachable tasks;
the task inquiry module is used for periodically inquiring the high-priority task in the current task by adopting a preemptive high-priority scheduling method HPF during motion scheduling control, storing parameters and states of the current task to execute the high-priority task if the inquired high-priority task is higher than the task currently being operated, executing an action group under the task, continuously executing the task currently being operated if the inquired high-priority task is lower than or equal to the task currently being operated, dormancy setting time is reserved after the task currently being operated is ended, and then inquiring the priority task again.
Further, the task query module is further configured to, when querying a task with a high priority, if the task with the highest priority is a non-manual control task at present, find the task with the highest priority according to a first-come first-serve scheduling sequence and then according to a deep left query method of a tree data structure at the task with the same priority.
Further, the task query module is further configured to, when querying a task with a high priority, if the task with the highest priority is a non-manual control task at present, find the task with the highest priority according to a first-come first-serve scheduling sequence and then according to a deep left query method of a tree data structure at the task with the same priority.
An apparatus comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the steps of a robot multi-level small-granularity motion schedule control method when the computer program is executed.
A computer readable storage medium storing a computer program which when executed by a processor implements the steps of a robot multi-level small-granularity motion scheduling control method.
Compared with the prior art, the invention has at least the following beneficial effects:
(1) The invention supports the scheduling of complex motion scenes, and does not increase the complexity and the coupling of codes while solving task scheduling;
(2) The invention has wide universality, only needs to be concerned about the division of action groups and action tasks, does not be concerned about the service, and realizes the decoupling of the motion service;
(3) The invention has fast dispatching response, and the time slice is at millisecond level;
(4) The invention has smaller granularity, adopts the action as the minimum scheduling unit and has smaller scheduling cost.
In order to make the above objects, features and advantages of the present invention more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a task organizational chart of the present invention;
FIG. 2 is a schematic diagram of a task scheduling strategy of the present invention;
FIG. 3 is a schematic diagram of a task flow diagram with highest query priority in accordance with the present invention;
FIG. 4 is a flow chart of the execution of actions within an action group according to the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
As shown in fig. 1 and fig. 2, according to the multi-stage small-granularity motion scheduling control method for the robot, motion scheduling tasks of the robot are sequentially divided into tasks, action groups and actions from top to bottom according to layers, each task comprises an action group, each action group comprises a plurality of actions, and the actions are the minimum executable units of the detachable tasks; the method comprises the steps of adopting a preemptive high-priority scheduling method HPF (high performance liquid filter) in motion scheduling control, namely periodically inquiring a high priority task in a current task, storing parameters and states of the current task to execute the high priority task if the inquired high priority task is higher than the currently running task, executing an action group under the task, continuously executing the currently running task if the inquired high priority task is lower than or equal to the currently running task, dormancy for a period of time, such as 200ms, after the currently running task is ended, and re-inquiring the priority task. For example, an action group is a set of actions (e.g., patrol to a certain point) that can output a result, and a task is a time-ordered task (e.g., patrol task) that is composed of a set of action groups.
As shown in fig. 3, when a task with a high priority is queried, if the task with the highest priority is a manual control task at present, the task with the same priority is scheduled according to the deprivation type subsequent service order, and all other sub-tasks under the manual control task are cleared at the same time, so that the current latest sub-task is executed.
When inquiring a task with high priority, if the task with the highest priority is a non-manual control task at present, the task with the highest priority is searched according to a first-come first-serve scheduling sequence and then according to a depth left inquiring method of a tree data structure in the task with the same priority.
As shown in fig. 4, when each action group is executed, each action in the action group is executed according to the first-in first-out principle, specifically as follows:
inquiring whether the task to which the action group belongs is interrupted, if not, executing the current action from the beginning by the action list index of the action group, and inquiring the next action; if the next action is inquired when the current action is executed, setting the current task state as successful execution;
for the next action which is searched, attempting to execute, and the number of times of the attempts is not more than 3, if the attempt to execute is successful, setting the current task state as executing, and if the attempt to execute for three times is not responded, judging that the action is blocked, and setting the action state as executing failure;
and returning to the current task after traversing the action list of the action group.
After each task is executed, deleting the task from the task barrel, deleting a certain action group in the task from the task after the execution of the action group is finished, wherein the action group is the minimum granularity unit for switching and storing the task operation scene.
The invention also provides a robot multistage small-granularity movement scheduling control device, which is used for realizing the robot multistage small-granularity movement scheduling control method, and comprises the following steps:
the motion scheduling task dividing module is used for dividing the motion scheduling task of the robot into tasks, action groups and actions from top to bottom in sequence according to layers, wherein each task comprises an action group, each action group comprises a plurality of actions, and the actions are the minimum executable units of the detachable tasks;
the task inquiry module is used for periodically inquiring the high-priority task in the current task by adopting a preemptive high-priority scheduling method HPF during motion scheduling control, storing parameters and states of the current task to execute the high-priority task if the inquired high-priority task is higher than the task currently being operated, executing an action group under the task, continuously executing the task currently being operated if the inquired high-priority task is lower than or equal to the task currently being operated, dormancy setting time is reserved after the task currently being operated is ended, and then inquiring the priority task again.
The task query module is further used for searching the task with the highest priority according to the scheduling sequence of first-come first-serve service and then according to the depth left query method of the tree data structure in the task with the same priority if the task with the highest priority is not a manual control task at present when the task with the high priority is queried.
The task query module is further used for searching the task with the highest priority according to the scheduling sequence of first-come first-serve service and then according to the depth left query method of the tree data structure in the task with the same priority if the task with the highest priority is not a manual control task at present when the task with the high priority is queried.
In one embodiment, the invention provides a computer device comprising a processor and a memory for storing a computer program comprising program instructions, the processor for executing the program instructions stored by the computer storage medium. The processor may be a central processing unit (Central Processing Unit, CPU), but may also be other general purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), off-the-shelf Programmable gate arrays (FPGAs) or other Programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc., which are the computational core and control core of the terminal adapted to implement one or more instructions, in particular adapted to load and execute one or more instructions to implement a corresponding method flow or a corresponding function; the processor provided by the embodiment of the invention can be used for the operation of a robot multistage small-granularity motion scheduling control method.
In one embodiment, a method for controlling multi-level small-granularity motion scheduling of a robot can be stored in a computer readable storage medium if implemented in the form of a software functional unit and sold or used as a separate product. Based on such understanding, the present invention may implement all or part of the flow of the method of the above embodiment, or may be implemented by a computer program to instruct related hardware, where the computer program may be stored in a computer readable storage medium, and when the computer program is executed by a processor, the computer program may implement the steps of each of the method embodiments described above. Wherein the computer program comprises computer program code which may be in source code form, object code form, executable file or some intermediate form etc. Computer-readable storage media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data.
The computer storage media may be any available media or data storage device that can be accessed by a computer, including, but not limited to, magnetic storage (e.g., floppy disks, hard disks, magnetic tape, magneto-optical disks (MOs), etc.), optical storage (e.g., CD, DVD, BD, HVD, etc.), and semiconductor storage (e.g., ROM, EPROM, EEPROM, non-volatile memory (NANDFLASH), solid State Disk (SSD)), etc.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: the above examples are only specific embodiments of the present invention, and are not intended to limit the scope of the present invention, but it should be understood by those skilled in the art that the present invention is not limited thereto, and that the present invention is described in detail with reference to the foregoing examples: any person skilled in the art may modify or easily conceive of the technical solution described in the foregoing embodiments, or perform equivalent substitution of some of the technical features, while remaining within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention, and are intended to be included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (7)

1. The multi-stage small-granularity motion scheduling control method for the robot is characterized by comprising the following steps of:
dividing a motion scheduling task of a robot into tasks, action groups and actions sequentially from top to bottom according to layers, wherein each task comprises an action group, each action group comprises a plurality of actions, and the actions are the minimum executable units of the detachable tasks;
the method comprises the steps that a preemptive high-priority dispatching method HPF is adopted during motion dispatching control, a high-priority task is periodically inquired in a current task, if the inquired high-priority task is higher than the currently running task, parameters and states of the current task are saved to execute the high-priority task, an action group under the task is executed, if the inquired high-priority task is lower than or equal to the currently running task, the currently running task is continuously executed, the currently running task is dormant for a set time after being ended, and then the priority task is inquired again;
when the task with high priority is inquired, if the current highest-level task is a manual control task, scheduling the tasks with the same priority according to the deprivation type subsequent service sequence, and simultaneously removing all other subtasks under the manual control task to execute the current latest subtasks;
when the task with high priority is inquired, if the task with the highest priority is not a manual control task at present, the task with the highest priority is searched according to a first-come first-serve scheduling sequence and then according to a depth left inquiry method of a tree data structure in the task with the same priority;
when executing each action group, each action in the action group is executed according to the first-in first-out principle, and the specific steps are as follows:
inquiring whether the task to which the action group belongs is interrupted, if not, executing the current action from the beginning by the action list index of the action group, and inquiring the next action; if the next action is inquired when the current action is executed, setting the current task state as successful execution;
for the next action which is searched, attempting to execute, and the number of times of the attempts is not more than 3, if the attempt to execute is successful, setting the current task state as executing, and if the attempt to execute for 3 times is not responded, judging that the action is blocked, and setting the action state as executing failure;
and returning to the current task after traversing the action list of the action group.
2. The method for controlling multi-stage small-granularity motion scheduling of a robot according to claim 1, wherein after each task is executed, deleting the task from a task bucket, deleting a certain action group in the task from the task after the execution of the action group is completed, and the action group is a minimum granularity unit for switching and storing the task operation scene.
3. A multi-stage small-granularity motion scheduling control device for a robot, characterized by being used for realizing the scheduling control method of claim 1 or 2, comprising:
the motion scheduling task dividing module is used for dividing the motion scheduling task of the robot into tasks, action groups and actions from top to bottom in sequence according to layers, wherein each task comprises an action group, each action group comprises a plurality of actions, and the actions are the minimum executable units of the detachable tasks;
the task inquiry module is used for periodically inquiring the high-priority task in the current task by adopting a preemptive high-priority scheduling method HPF during motion scheduling control, storing parameters and states of the current task to execute the high-priority task if the inquired high-priority task is higher than the task currently being operated, executing an action group under the task, continuously executing the task currently being operated if the inquired high-priority task is lower than or equal to the task currently being operated, dormancy setting time is reserved after the task currently being operated is ended, and then inquiring the priority task again.
4. A multi-level small granularity motion scheduling control device for a robot according to claim 3, wherein the task query module is further configured to find a task with a highest priority according to a first-come-first-served scheduling order and then according to a depth-left query method of a tree data structure, if the task with the highest priority is a non-manual task when querying the task with the high priority.
5. A multi-level small granularity motion scheduling control device for a robot according to claim 3, wherein the task query module is further configured to find a task with a highest priority according to a first-come-first-served scheduling order and then according to a depth-left query method of a tree data structure, if the task with the highest priority is a non-manual task when querying the task with the high priority.
6. An apparatus comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor, when executing the computer program, implements the steps of a robot multi-level small granularity motion scheduling control method according to claim 1 or 2.
7. A computer readable storage medium storing a computer program, characterized in that the computer program when executed by a processor implements the steps of a robot multi-level small-granularity motion scheduling control method according to claim 1 or 2.
CN202210880116.3A 2022-07-25 2022-07-25 Multi-stage small-granularity movement scheduling control method, device and equipment for robot Active CN115145233B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210880116.3A CN115145233B (en) 2022-07-25 2022-07-25 Multi-stage small-granularity movement scheduling control method, device and equipment for robot

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210880116.3A CN115145233B (en) 2022-07-25 2022-07-25 Multi-stage small-granularity movement scheduling control method, device and equipment for robot

Publications (2)

Publication Number Publication Date
CN115145233A CN115145233A (en) 2022-10-04
CN115145233B true CN115145233B (en) 2023-08-01

Family

ID=83415130

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210880116.3A Active CN115145233B (en) 2022-07-25 2022-07-25 Multi-stage small-granularity movement scheduling control method, device and equipment for robot

Country Status (1)

Country Link
CN (1) CN115145233B (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105786605A (en) * 2016-03-02 2016-07-20 中国科学院自动化研究所 Task management method and system in robot

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107208016A (en) * 2015-02-03 2017-09-26 株式会社安川电机 Action command generating means, action command generation method, computer program and processing system
JP6844124B2 (en) * 2016-06-14 2021-03-17 富士ゼロックス株式会社 Robot control system
CN107976918B (en) * 2016-10-24 2020-10-13 菜鸟智能物流控股有限公司 Task switching method and related device
CN109807903B (en) * 2019-04-10 2021-04-02 博众精工科技股份有限公司 Robot control method, device, equipment and medium
CN110270998A (en) * 2019-06-12 2019-09-24 上海宾通智能科技有限公司 Robot dispatching method, electronic equipment and computer readable storage medium
CN110231993A (en) * 2019-06-19 2019-09-13 爱驰汽车有限公司 Battery management method, device, electronic equipment, storage medium
CN113467901A (en) * 2020-03-31 2021-10-01 北京华为数字技术有限公司 Task scheduling method and related equipment
CN112053066A (en) * 2020-09-09 2020-12-08 上海有个机器人有限公司 Multi-task scheduling method and device for robot and robot
CN113986500A (en) * 2021-10-28 2022-01-28 浙江中控技术股份有限公司 Task deterministic scheduling method and task diagnosis method in multi-task system
CN114755984A (en) * 2022-03-18 2022-07-15 达而观信息科技(上海)有限公司 Dispatching method and system of automatic flow robot and automatic flow robot

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105786605A (en) * 2016-03-02 2016-07-20 中国科学院自动化研究所 Task management method and system in robot

Also Published As

Publication number Publication date
CN115145233A (en) 2022-10-04

Similar Documents

Publication Publication Date Title
US10459915B2 (en) Managing queries
US6430594B1 (en) Real-time operating system and a task management system therefor
CN109828833B (en) Queuing system and method for neural network training task
CN109144699A (en) Distributed task dispatching method, apparatus and system
CN109271252B (en) Method and device for adjusting thread number
US11086657B2 (en) Method and system for scheduling transactions in a data system
CN105573827A (en) Multi-machine parallel processing method and device
CN103365718A (en) Thread scheduling method, thread scheduling device and multi-core processor system
CN109271435A (en) A kind of data pick-up method and system for supporting breakpoint transmission
WO2014116345A1 (en) Cluster maintenance system and operation thereof
CN103530898A (en) Animation processing method and system based on 3D real-time rendering
CN112748993A (en) Task execution method and device, storage medium and electronic equipment
CN103870330A (en) Task dispatching method and device based on DSP (digital signal processing)
CN110716813A (en) Data stream processing method and device, readable storage medium and processor
CN105260244A (en) Task scheduling method and device for distributed system
CN115145233B (en) Multi-stage small-granularity movement scheduling control method, device and equipment for robot
CN106874080B (en) Data calculation method and system based on distributed server cluster
CN113032119A (en) Task scheduling method and device, storage medium and electronic equipment
CN110488714B (en) Asynchronous state machine control method and device
CN116521350A (en) ETL scheduling method and device based on deep learning algorithm
CN102141938A (en) Method and device for adjusting software load in multithreaded system
US9274877B2 (en) Incident handling
CN112835692B (en) Log message driven task method, system, storage medium and equipment
TW201735596A (en) Task scheduling method and device
CN110502580A (en) A kind of method of clustered database system resource control scheduling

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant