CN111487967A - Robot path planning method, device, medium and equipment - Google Patents

Robot path planning method, device, medium and equipment Download PDF

Info

Publication number
CN111487967A
CN111487967A CN202010307705.3A CN202010307705A CN111487967A CN 111487967 A CN111487967 A CN 111487967A CN 202010307705 A CN202010307705 A CN 202010307705A CN 111487967 A CN111487967 A CN 111487967A
Authority
CN
China
Prior art keywords
hypersphere
path
sampling point
target position
sphere
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.)
Pending
Application number
CN202010307705.3A
Other languages
Chinese (zh)
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.)
Cloudminds Robotics Co Ltd
Original Assignee
Cloudminds Robotics 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 Cloudminds Robotics Co Ltd filed Critical Cloudminds Robotics Co Ltd
Priority to CN202010307705.3A priority Critical patent/CN111487967A/en
Publication of CN111487967A publication Critical patent/CN111487967A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0212Control of position or course in two dimensions specially adapted to land vehicles with means for defining a desired trajectory
    • G05D1/0214Control of position or course in two dimensions specially adapted to land vehicles with means for defining a desired trajectory in accordance with safety or protection criteria, e.g. avoiding hazardous areas
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0212Control of position or course in two dimensions specially adapted to land vehicles with means for defining a desired trajectory
    • G05D1/0217Control of position or course in two dimensions specially adapted to land vehicles with means for defining a desired trajectory in accordance with energy consumption, time reduction or distance reduction criteria

Abstract

The disclosure relates to a robot path planning method, a device, a medium and equipment, which belong to the field of robots and can quickly search an optimal path. A robot path planning method, comprising: generating a sampling point from the initial position to the target position by using a sampling method; finding a hypersphere from the starting position to the target position based on the sampling point, wherein the hypersphere is a hypersphere with the sampling point as a sphere center and a distance between the sampling point and a nearest obstacle as a radius; finding an optimized path from the starting position to the target position within a connected domain formed by the hypersphere from the starting position to the target position.

Description

Robot path planning method, device, medium and equipment
Technical Field
The present disclosure relates to the field of robots, and in particular, to a method, an apparatus, a medium, and a device for planning a robot path.
Background
The current robot path planning method can quickly search a feasible path, but the optimization of the path is difficult to guarantee.
Disclosure of Invention
The invention aims to provide a robot path planning method, a device, a medium and equipment, which can quickly search an optimal path.
According to a first embodiment of the present disclosure, there is provided a robot path planning method including: generating a sampling point from the initial position to the target position by using a sampling method; finding a hypersphere from the starting position to the target position based on the sampling point, wherein the hypersphere is a hypersphere with the sampling point as a sphere center and a distance between the sampling point and a nearest obstacle as a radius; finding an optimized path from the starting position to the target position within a connected domain formed by the hypersphere from the starting position to the target position.
According to a second embodiment of the present disclosure, there is provided a robot path planning apparatus including: the sampling point generating module is used for generating sampling points from the initial position to the target position by using a sampling method; a hypersphere finding module for finding a hypersphere from the start position to the target position based on the sampling point, the hypersphere being a hypersphere with the sampling point as a center of sphere and a distance between the sampling point and its nearest obstacle as a radius; and the optimized path searching module is used for searching an optimized path from the starting position to the target position in a connected domain formed by the hypersphere from the starting position to the target position.
According to a third embodiment of the present disclosure, a computer-readable storage medium is provided, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to the first embodiment of the present disclosure.
According to a fourth embodiment of the present disclosure, there is provided an electronic apparatus including: a memory having a computer program stored thereon; a processor for executing the computer program in the memory to carry out the steps of the method according to the first embodiment of the disclosure.
By adopting the technical scheme, firstly, the sampling method is utilized to generate the sampling points from the initial position to the target position, then the hypersphere from the initial position to the target position is searched based on the sampling points, namely, the hypersphere structure space near the sampling points is searched until the obstacle is met, thus each non-collision sampling point can be expanded into a non-collision hypersphere, the hypersphere can be continuously connected along with the increase of the number of the sampling points, finally, a connected domain from the initial position to the target position is formed, and then a path meeting the optimal condition can be searched in the connected domain. The technical scheme can simultaneously meet the path planning of the mobile robot and the high-freedom-degree mechanical arm, and can find the optimal path meeting the optimal condition while ensuring that the path is quickly searched.
Additional features and advantages of the disclosure will be set forth in the detailed description which follows.
Drawings
The accompanying drawings, which are included to provide a further understanding of the disclosure and are incorporated in and constitute a part of this specification, illustrate embodiments of the disclosure and together with the description serve to explain the disclosure without limiting the disclosure. In the drawings:
fig. 1 is a flow chart of a robot path planning method according to an embodiment of the present disclosure.
Fig. 2 is yet another flow chart of a robot path planning method according to an embodiment of the present disclosure.
Fig. 3 is a schematic diagram of path planning in two-dimensional space.
Fig. 4 is a schematic block diagram of a robot path planning apparatus according to an embodiment of the present disclosure.
FIG. 5 is a block diagram illustrating an electronic device in accordance with an example embodiment.
Detailed Description
The following detailed description of specific embodiments of the present disclosure is provided in connection with the accompanying drawings. It should be understood that the detailed description and specific examples, while indicating the present disclosure, are given by way of illustration and explanation only, not limitation.
Fig. 1 is a flow chart of a robot path planning method according to an embodiment of the present disclosure. The robot path planning method is suitable for planning paths for mobile robots and also suitable for planning paths for mechanical arms (such as humanoid mechanical arms) of the robots. As shown in fig. 1, the robot path planning method includes the following steps S11 to S13.
In step S11, a sampling point from the start position to the target position is generated by a sampling method.
The sampling Method may be a sampling Method such as a rapid-expansion Random Tree (RRT), a Probabilistic Roadmap (PRM), or the like.
In step S12, a hypersphere from the start position to the target position is found based on the sampling point, and the hypersphere is a hypersphere with the sampling point as the center of sphere and the distance between the sampling point and its nearest obstacle as the radius.
The hypersphere is a sphere in an n-dimensional space, the hypersphere is a common circle if the space is two-dimensional, the hypersphere is a sphere if the space is three-dimensional, and the hypersphere is a hypersphere in a high-dimensional space if the space is high-dimensional. The hypersphere has two parameters of radius r and sphere center C. The general equation for a hypersphere is as follows:
Figure BDA0002456367820000031
in the formula, r is the radius of the super sphere, n represents an n-dimensional space, x is any point on the spherical surface of the super sphere, and C is the spherical center of the super sphere.
The dimension space of the hyper-sphere involved in the present disclosure is the same as the path dimension of the object for which a path needs to be planned. For example, if a path is planned for a mobile robot, since the mobile robot usually performs a path search in a two-dimensional or three-dimensional space, the dimension space of the hyper-sphere is a two-dimensional or three-dimensional space in this case. For another example, if a path is planned for a robot arm of a robot, since the robot arm, for example, a humanoid robot arm, is usually six-or seven-degree-of-freedom, it is necessary to search for a path for the robot arm in a six-or seven-dimensional space, and coordinate axis units and ranges of each dimension are angles of each joint and limit ranges, in which case, the dimension space of the hyper-sphere is a six-or seven-dimensional space.
In step S13, an optimized path from the start position to the target position is found within a connected domain from the start position to the target position formed by the hyper-sphere.
By adopting the technical scheme, firstly, the sampling method is utilized to generate the sampling points from the initial position to the target position, then the hypersphere from the initial position to the target position is searched based on the sampling points, namely, the hypersphere structure space near the sampling points is searched until the obstacle is met, thus each non-collision sampling point can be expanded into a non-collision hypersphere, the hypersphere can be continuously connected along with the increase of the number of the sampling points, finally, a connected domain from the initial position to the target position is formed, and then a path meeting the optimal condition can be searched in the connected domain. The technical scheme can simultaneously meet the path planning of the mobile robot and the high-freedom-degree mechanical arm, and can find the optimal path meeting the optimal condition while ensuring that the path is quickly searched.
Fig. 2 is yet another flow chart of a robot path planning method according to an embodiment of the present disclosure. As shown in fig. 2, the method includes the following steps S21 to S29.
In step S21, initialization is performed. That is, a start position x of an object (e.g., a mobile robot or a robot arm of a robot) whose path needs to be planned is setinitAnd a target position xgoal(ii) a And setting termination conditions of the robot path planning method, such as iteration time limit or iteration number limit.
In step S22, a start position x is generated by a sampling methodinitTo the target position xgoalSample point x ofsamp
In step S23, it is determined whether or not the sample point collides with an obstacle. The step can be realized by adopting a plurality of open-source logistics simulation engines or logistics simulation platforms, and the sampling point x generated in the step S22 is usedsampAs an input, it is determined whether a collision has occurred. If a collision occurs, go to step S28; if no collision occurs, the sampling point x is indicatedsampIs an available point in the path planning, the process goes to step S24.
In step S24, the sample point x is determinedsampWhether it is located within its nearest hypersphere. If the super-sphere is within the recent super-sphere, the process goes to step S27. If not, the process goes to step S25.
In step S25, a new hyper-sphere is generated. That is, x is generated with the current sample pointsampAs the center of the sphere, with the current sample point xsampObstacle o nearest theretosampThe distance between them is a new hyper-sphere of radius.
Wherein the radius can be calculated by:
rsamp=||osamp-xsamp|| (2)
wherein r issampRepresenting the current sample point xsampObstacle o nearest theretosampThe distance between them.
In step S26, the shortest path is updated. If a new hypersphere is generated in step S25, it is determined in step S26 whether a plurality of hypersphere links can be found and connected from the start position xinitTo the current sample point xsampCan be connected. If the connection is available, several connection modes may exist, but a unique path with the shortest distance can be found from the connection modes and recorded. The shortest path needs to be updated each time a new hyper-sphere is generated, until the target position x is contained within the new hyper-sphere generated at a certain timegoalUntil then, from the starting position xinitTo the target position xgoalThe path of (1) is the shortest path connecting all the generated sampling points at present.
In step S27, if the sampling point collides with an obstacle, the unobstructed space is updated, i.e., the radius of the nearest hyper-sphere is updated based on the distance between the center of the obstacle and the nearest hyper-sphere. That is, the center C of the obstacle and its nearest hyper-sphere is calculatednearDistance L between:
L=||xsamp-Cnear|| (3)
if L<rnearThen let rnearL, wherein rnearIs and sample point xsampI.e. the radius of the hyper-sphere closest to the current obstacle.
In step S28, it is determined whether or not the termination condition is satisfied. If so, go to step S29, and if not, return to step S22.
In step S29, the path is optimized. That is, if the start position x is found in step S26initTo the target position xgoalIf the shortest path is communicated, the target position can be reached, and if the shortest path is not found, the path finding is failed. When a path is connected, the path is a sampling point phase in a hyper-sphere connected domain from an initial position to a target position generated by a plurality of hyper-spheresEven generated, the path may not be smooth. Moreover, although the shortest path found in step S26 is the optimal path among all paths obtained by connecting sampling points, the shortest path is not necessarily the optimal path in the connected domain formed by the hypersphere; the optimal path from the starting position to the target position is obviously an n-dimensional straight line, but the target position cannot be reached from the starting position straight line due to obstacles. Therefore, in step S29, the shortest path found in step S26 may be first smoothed, and then the smoothed shortest path and an n-dimensional straight line are weighted and averaged to obtain an optimized path, where n is a dimension of the robot path space.
The shortest path after the smoothing process and the n-dimensional straight line are weighted and averaged to obtain an optimized path, which can be implemented by using the following formula:
L’=k*Lpath+(1-k)*Lline(4)
wherein L' is the optimized path after weighted average, LpathIs the shortest path after smoothing, LlineIs an n-dimensional straight line and k is a coefficient. k has a value range of [0,1 ]]And the value of k should be L' as small as possible without collision, and the smaller the value of k, the closer the final optimized path is to a straight line.
Fig. 3 is a schematic diagram of path planning in two-dimensional space. As shown in FIG. 3, the starting position is xinitTarget position is xgoalThe hypersphere is a plane circle in two-dimensional space, the circle center is C, the radius is r, and each circle center is also a sampling point x generated by each iterationsampOn the obstacle 31 and the sampling point xsampThe nearest point is osamp. From a starting position xinitTo the target position xgoalThe space of circular connection is the starting position xinitTo the target position xgoalA communication domain capable of communicating. The black solid line 32 is an optimal sampling point connecting line (i.e., the shortest path obtained in step S26) generated after the iteration is completed, the black dotted line 33 is a path curve after the B-spline smoothing processing, and the long dotted line 34 is a line drawn from the starting position xinitTo the target position xgoalBy the straight line of (3), the black dot-dash line 35 being the weightThe calculated path curve with the minimum k value is the optimized path obtained by the path planning method according to the embodiment of the disclosure.
Fig. 4 is a schematic block diagram of a robot path planning apparatus according to an embodiment of the present disclosure. As shown in fig. 4, the apparatus includes: a sampling point generating module 41, configured to generate a sampling point from the start position to the target position by using a sampling method; a hypersphere finding module 42, configured to find a hypersphere from the starting position to the target position based on the sampling point, where the hypersphere is a hypersphere with the sampling point as a center of sphere and a radius of a distance between the sampling point and a nearest obstacle; and an optimized path finding module 43, configured to find an optimized path from the start position to the target position within a connected domain from the start position to the target position formed by the hyper-sphere.
By adopting the technical scheme, firstly, the sampling method is utilized to generate the sampling points from the initial position to the target position, then the hypersphere from the initial position to the target position is searched based on the sampling points, namely, the hypersphere structure space near the sampling points is searched until the obstacle is met, thus each non-collision sampling point can be expanded into a non-collision hypersphere, the hypersphere can be continuously connected along with the increase of the number of the sampling points, finally, a connected domain from the initial position to the target position is formed, and then a path meeting the optimal condition can be searched in the connected domain. The technical scheme can simultaneously meet the path planning of the mobile robot and the high-freedom-degree mechanical arm, and can find the optimal path meeting the optimal condition while ensuring that the path is quickly searched.
Optionally, the hypersphere finding module 42 is configured to: and under the condition that the sampling point does not collide with the obstacle and is not positioned in the nearest hypersphere, generating a new hypersphere taking the sampling point as the center of a sphere and the distance between the sampling point and the nearest obstacle as a radius.
Optionally, the hypersphere finding module 42 is configured to: in the event that a sampling point collides with an obstacle, the radius of its nearest hyper-sphere is updated based on the distance between the obstacle and its sphere center.
Optionally, the optimized path finding module 43 is configured to: searching a shortest path from the starting position to the target position formed by connecting sampling points in a connected domain from the starting position to the target position formed by the hypersphere; carrying out smoothing treatment on the shortest path; and carrying out weighted average on the shortest path after the smoothing processing and an n-dimensional straight line to obtain an optimized path, wherein n is the dimension of a path space.
Optionally, the optimized path finding module 43 performs weighted average on the smoothed shortest path and the n-dimensional straight line to obtain an optimized path, and the optimized path is implemented by using the following formula:
L’=k*Lpath+(1-k)*Lline
wherein L' is the optimized path after weighted average, LpathIs the shortest path after smoothing, LlineIs an n-dimensional straight line and k is a coefficient.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Fig. 5 is a block diagram illustrating an electronic device 700 according to an example embodiment. As shown in fig. 5, the electronic device 700 may include: a processor 701 and a memory 702. The electronic device 700 may also include one or more of a multimedia component 703, an input/output (I/O) interface 704, and a communication component 705.
The processor 701 is configured to control the overall operation of the electronic device 700, so as to complete all or part of the steps in the robot path planning method. The memory 702 is used to store various types of data to support operation at the electronic device 700, such as instructions for any application or method operating on the electronic device 700 and application-related data, such as contact data, transmitted and received messages, pictures, audio, video, and the like. The Memory 702 may be implemented by any type of volatile or non-volatile Memory device or combination thereof, such as Static Random Access Memory (SRAM), Electrically Erasable Programmable Read-Only Memory (EEPROM), Erasable Programmable Read-Only Memory (EPROM), Programmable Read-Only Memory (PROM), Read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk, or optical disk. The multimedia components 703 may include screen and audio components. Wherein the screen may be, for example, a touch screen and the audio component is used for outputting and/or inputting audio signals. For example, the audio component may include a microphone for receiving external audio signals. The received audio signal may further be stored in the memory 702 or transmitted through the communication component 705. The audio assembly also includes at least one speaker for outputting audio signals. The I/O interface 704 provides an interface between the processor 701 and other interface modules, such as a keyboard, mouse, buttons, etc. These buttons may be virtual buttons or physical buttons. The communication component 705 is used for wired or wireless communication between the electronic device 700 and other devices. Wireless communication, such as Wi-Fi, bluetooth, Near Field Communication (NFC), 2G, 3G, or 4G, or a combination of one or more of them, so that the corresponding communication component 705 may include: Wi-Fi module, bluetooth module, NFC module.
In an exemplary embodiment, the electronic Device 700 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable logic devices (Programmable L ic devices, P L D), Field Programmable Gate Arrays (FPGAs), controllers, microcontrollers, microprocessors or other electronic components for performing the robot path planning method described above.
In another exemplary embodiment, a computer readable storage medium comprising program instructions which, when executed by a processor, implement the steps of the robot path planning method described above is also provided. For example, the computer readable storage medium may be the above-mentioned memory 702 comprising program instructions executable by the processor 701 of the electronic device 700 to perform the above-mentioned robot path planning method.
The preferred embodiments of the present disclosure are described in detail with reference to the accompanying drawings, however, the present disclosure is not limited to the specific details of the above embodiments, and various simple modifications may be made to the technical solution of the present disclosure within the technical idea of the present disclosure, and these simple modifications all belong to the protection scope of the present disclosure.
It should be noted that the various features described in the above embodiments may be combined in any suitable manner without departing from the scope of the invention. In order to avoid unnecessary repetition, various possible combinations will not be separately described in this disclosure.
In addition, any combination of various embodiments of the present disclosure may be made, and the same should be considered as the disclosure of the present disclosure, as long as it does not depart from the spirit of the present disclosure.

Claims (10)

1. A robot path planning method is characterized by comprising the following steps:
generating a sampling point from the initial position to the target position by using a sampling method;
finding a hypersphere from the starting position to the target position based on the sampling point, wherein the hypersphere is a hypersphere with the sampling point as a sphere center and a distance between the sampling point and a nearest obstacle as a radius;
finding an optimized path from the starting position to the target position within a connected domain formed by the hypersphere from the starting position to the target position.
2. The method of claim 1, wherein finding the hyper-sphere from the start position to the target position based on the sample points comprises:
and under the condition that the sampling point does not collide with an obstacle and is not positioned in the nearest hypersphere, generating a new hypersphere taking the sampling point as the center of a sphere and the distance between the sampling point and the nearest obstacle as a radius.
3. The method of claim 1, wherein finding the hyper-sphere from the start position to the target position based on the sample points comprises:
in the event that the sampling point collides with an obstacle, the radius of its nearest hyper-sphere is updated based on the distance between the obstacle and the center of its nearest hyper-sphere.
4. The method of claim 1, wherein said finding an optimized path from the starting location to the target location within a connected domain formed by the hypersphere from the starting location to the target location comprises:
searching a shortest path from the starting position to the target position, which is formed by connecting the sampling points, in a connected domain formed by the hypersphere from the starting position to the target position;
performing smoothing processing on the shortest path;
and carrying out weighted average on the shortest path after the smoothing processing and an n-dimensional straight line to obtain the optimized path, wherein n is the dimension of a path space.
5. The method according to claim 4, wherein the weighted average of the smoothed shortest path and the n-dimensional straight line is performed to obtain the optimized path, and the method is implemented by using the following formula:
L’=k*Lpath+(1-k)*Lline
wherein L' is the optimized path after weighted average, LpathIs the shortest path after smoothing, LlineIs an n-dimensional straight line and k is a coefficient.
6. A robot path planning apparatus, comprising:
the sampling point generating module is used for generating sampling points from the initial position to the target position by using a sampling method;
a hypersphere finding module for finding a hypersphere from the start position to the target position based on the sampling point, the hypersphere being a hypersphere with the sampling point as a center of sphere and a distance between the sampling point and its nearest obstacle as a radius;
and the optimized path searching module is used for searching an optimized path from the starting position to the target position in a connected domain formed by the hypersphere from the starting position to the target position.
7. The apparatus of claim 6, wherein the hypersphere finding module is to:
and under the condition that the sampling point does not collide with an obstacle and is not positioned in the nearest hypersphere, generating a new hypersphere taking the sampling point as the center of a sphere and the distance between the sampling point and the nearest obstacle as a radius.
8. The apparatus of claim 6, wherein the optimized path finding module is configured to:
searching a shortest path from the starting position to the target position, which is formed by connecting the sampling points, in a connected domain formed by the hypersphere from the starting position to the target position;
performing smoothing processing on the shortest path;
and carrying out weighted average on the shortest path after the smoothing processing and an n-dimensional straight line to obtain the optimized path, wherein n is the dimension of a path space.
9. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
10. An electronic device, comprising:
a memory having a computer program stored thereon;
a processor for executing the computer program in the memory to carry out the steps of the method of any one of claims 1 to 5.
CN202010307705.3A 2020-04-17 2020-04-17 Robot path planning method, device, medium and equipment Pending CN111487967A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010307705.3A CN111487967A (en) 2020-04-17 2020-04-17 Robot path planning method, device, medium and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010307705.3A CN111487967A (en) 2020-04-17 2020-04-17 Robot path planning method, device, medium and equipment

Publications (1)

Publication Number Publication Date
CN111487967A true CN111487967A (en) 2020-08-04

Family

ID=71798113

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010307705.3A Pending CN111487967A (en) 2020-04-17 2020-04-17 Robot path planning method, device, medium and equipment

Country Status (1)

Country Link
CN (1) CN111487967A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112306067A (en) * 2020-11-13 2021-02-02 湖北工业大学 Global path planning method and system
CN114265412A (en) * 2021-12-29 2022-04-01 深圳创维数字技术有限公司 Vehicle control method, device, equipment and computer readable storage medium
CN116394263A (en) * 2023-06-01 2023-07-07 佛山智能装备技术研究院 ASO-SVDD-based multi-objective optimization industrial robot anomaly detection method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106166750A (en) * 2016-09-27 2016-11-30 北京邮电大学 A kind of modified model D* mechanical arm dynamic obstacle avoidance paths planning method
CN106695802A (en) * 2017-03-19 2017-05-24 北京工业大学 Improved RRT<*> obstacle avoidance motion planning method based on multi-degree-of-freedom mechanical arm
CN108896052A (en) * 2018-09-20 2018-11-27 鲁东大学 A kind of mobile robot smooth paths planing method under the environment based on DYNAMIC COMPLEX
CN110884502A (en) * 2019-12-06 2020-03-17 北京京东乾石科技有限公司 Automatic driving path planning quality evaluation method, device and system
CN115454068A (en) * 2022-09-13 2022-12-09 浙江大学 Sampling-based path planning method considering obstacle information

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106166750A (en) * 2016-09-27 2016-11-30 北京邮电大学 A kind of modified model D* mechanical arm dynamic obstacle avoidance paths planning method
CN106695802A (en) * 2017-03-19 2017-05-24 北京工业大学 Improved RRT<*> obstacle avoidance motion planning method based on multi-degree-of-freedom mechanical arm
CN108896052A (en) * 2018-09-20 2018-11-27 鲁东大学 A kind of mobile robot smooth paths planing method under the environment based on DYNAMIC COMPLEX
CN110884502A (en) * 2019-12-06 2020-03-17 北京京东乾石科技有限公司 Automatic driving path planning quality evaluation method, device and system
CN115454068A (en) * 2022-09-13 2022-12-09 浙江大学 Sampling-based path planning method considering obstacle information

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112306067A (en) * 2020-11-13 2021-02-02 湖北工业大学 Global path planning method and system
CN112306067B (en) * 2020-11-13 2022-11-18 湖北工业大学 Global path planning method and system
CN114265412A (en) * 2021-12-29 2022-04-01 深圳创维数字技术有限公司 Vehicle control method, device, equipment and computer readable storage medium
CN114265412B (en) * 2021-12-29 2023-10-24 深圳创维数字技术有限公司 Vehicle control method, device, equipment and computer readable storage medium
CN116394263A (en) * 2023-06-01 2023-07-07 佛山智能装备技术研究院 ASO-SVDD-based multi-objective optimization industrial robot anomaly detection method
CN116394263B (en) * 2023-06-01 2023-08-25 佛山智能装备技术研究院 ASO-SVDD-based multi-objective optimization industrial robot anomaly detection method

Similar Documents

Publication Publication Date Title
CN111487967A (en) Robot path planning method, device, medium and equipment
TWI803514B (en) Image description generation method, model training method, devices and storage medium
CN111539514B (en) Method and apparatus for generating a structure of a neural network
US9056394B2 (en) Methods and systems for determining efficient robot-base position
CN111428520B (en) Text translation method and device
JP2021179970A (en) Simulation method and device for obstacle in autonomous travel simulation scene
EP3842745A2 (en) Method and apparatus for updating point cloud
KR102613210B1 (en) Vehicle and controlling method thereof
JP7044839B2 (en) End-to-end model training methods and equipment
KR101764653B1 (en) An apparatus for planing a route of a mobile terminal and method therof
KR20210035787A (en) Method and apparatus for for positioning of key point, device, storage medium and program
KR20210040312A (en) Obstacle detection method and device, apparatus, and storage medium
JP2022017171A (en) Voice recognition method, voice recognition apparatus, electronic device, computer-readable storage medium, and computer program
CN110967019A (en) Method for planning local path of robot and robot
JP2005266192A (en) Apparatus and method for speech recognition
US20220207330A1 (en) Operational neural networks and self-organized operational neural networks with generative neurons
CN116795111A (en) Robot motion planning method and related device based on graph attention network
CN115098262B (en) Multi-neural network task processing method and device
CN113873610B (en) Path planning method, device, equipment and medium for wireless information transmission
KR102565438B1 (en) Natural language based indoor autonomous navigation
CN111650930B (en) Automatic parking path planning method and device based on genetic algorithm
CN113613188A (en) Fingerprint library updating method and device, computer equipment and storage medium
CN111459151B (en) Method, device, electronic equipment and medium for adjusting exploration rate of decision network
JP2021077276A (en) Movement path generation device
US20210402602A1 (en) Trajectory generation of a robot using a neural network

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
CB02 Change of applicant information

Address after: 201111 Building 8, No. 207, Zhongqing Road, Minhang District, Shanghai

Applicant after: Dayu robot Co.,Ltd.

Address before: 200245 2nd floor, building 2, no.1508, Kunyang Road, Minhang District, Shanghai

Applicant before: Dalu Robot Co.,Ltd.

CB02 Change of applicant information