Patents
Literature
Hiro is an intelligent assistant for R&D personnel, combined with Patent DNA, to facilitate innovative research.
Hiro

44 results about "Rapidly exploring random tree" patented technology

A rapidly exploring random tree (RRT) is an algorithm designed to efficiently search nonconvex, high-dimensional spaces by randomly building a space-filling tree. The tree is constructed incrementally from samples drawn randomly from the search space and is inherently biased to grow towards large unsearched areas of the problem. RRTs were developed by Steven M. LaValle and James J. Kuffner Jr. . They easily handle problems with obstacles and differential constraints (nonholonomic and kinodynamic) and have been widely used in autonomous robotic motion planning.

Variable probability bidirectional rapidly-exploring random tree improved path planning algorithm

The invention relates to a variable probability bidirectional rapidly-exploring random tree improved path planning algorithm. Firstly, when importing a state space map, state space preprocessing needsto be performed according to the setting of the vehicle volume, and the state space edge is extended and protected to prevent the node from excessively approaching the state space edge to cause a collision. Secondly, a variable probability target selection strategy based on the node environment is adopted to accelerate the convergence speed. Finally, the bent part in the generated path is removedwhile the straight part in the generated path is retained, that is, whether connection lines between the first node as the start and the subsequent nodes have an obstacle is judged, the redundant nodes are deleted, the path is optimized, and the number of turns and the total path length during the driving of the trolley are reduced. The variable probability optimization algorithm is achieved based on the original bidirectional RRT algorithm, and the target pointing method is used to improve the search speed and reduce the calculation amount. At the same time, the path length and the number ofnodes are reduced, and the passability is ensured.
Owner:UNIV OF SHANGHAI FOR SCI & TECH

Drone real-time path planning method based on improved RRT (Rapidly-exploring Random Tree)

The invention belongs to the technical field of drone operation and discloses a drone real-time path planning method based on an improved RRT (Rapidly-exploring Random Tree). The drone real-time pathplanning method comprises the following steps: constructing a local rolling window; setting local sub-goal points; carrying out random sampling and planning by adopting a local RRT algorithm; and carrying out an algorithm termination principle. According to the drone real-time path planning method, an original algorithm, which is only applicable to global planning, is improved and fused; the window is constructed according to local known environment information; and the sub-goal points are determined through a certain method and a global planning algorithm is used for exploring in the environment. In a process of rolling and frontward moving the window, the environment information in the window is continuously updated and planning mapping and feedback are realized; finally, a goal point isrealized. With regard to the RRT algorithm, the improvement method based on the rolling window does not need to carry out random exploring on a whole space when being compared with global planning; however, planning is limited in numerous windows which are continuously updated; a random exploring range is reduced and the calculation amount is reduced; and online planning can be realized.
Owner:智灵飞(北京)科技有限公司

Autonomous attitude maneuver control method of deep space probe

The invention discloses an autonomous attitude maneuver control method of a deep space probe, which relates to the autonomous attitude maneuver control method and belongs to the technical field of spacecraft attitude control. The autonomous attitude maneuver control method comprises the following steps of carrying out random sampling on uniformly-distributed nodes of an attitude space with an ORRT (Optimized Rapidly Exploring Random Tree) algorithm as a path planning method, making a balance and choosing the optimum path to expand, carrying out incremental expansion in a safety space in a greedy expansion manner, respectively establishing a probe attitude maneuver dynamic constraint model, an actual engineering constraint model and a probe geometric constraint model under a probe body coordinate system to obtain path nodes which meet the constraint and generate a control moment for the nodes, thereby generating a probe attitude maneuver path and a required control moment, and implementing the purpose that probe maneuvers to a target attitude according to the generated probe attitude maneuver path and the required control moment. According to the autonomous attitude maneuver control method, the path planning time is shortened and the efficiency that the probe maneuvers to the target attitude from the initial attitude is improved under the condition that all kinds of complicated constraint conditions faced by the probe are met.
Owner:BEIJING INSTITUTE OF TECHNOLOGYGY

Rapidly-exploring random tree path smoothing method

The invention discloses a rapidly-exploring random tree path smoothing method. The method in the invention is a path smoothing method based on a Douglas-Peucker algorithm and a B spline function. The method comprises the following steps: firstly, extracting a plurality of nodes from a path node generated by a rapidly-exploring random tree algorithm to serve as a key road sign by using the Douglas-Peucker algorithm; then, fitting a key road sign by adopting the B spline function to obtain a smooth path with a continuous curvature, so that smoothing of the planned path is realized, and the problems that excessive redundant points exist in the path generated by the rapidly-exploring random tree algorithm and the turning points of the path are large are solved.
Owner:ANHUI UNIV OF SCI & TECH

RRT (rapidly-exploring random tree) route optimizing method of unmanned aerial vehicle based on greedy algorithm

InactiveCN109459031AOptimizing Polyline CurvatureOptimize planning resultsNavigational calculation instrumentsGreedy algorithmCollision detection
The invention belongs to the technical field of application of unmanned aerial vehicles, and discloses an RRT (rapidly-exploring random tree) route optimizing method of an unmanned aerial vehicle based on a greedy algorithm. The RRT route optimizing method comprises the following steps of using qinit as the current point qi, and initializing n to be 0; performing collision detection on a Q focus point qm-n since qi (n is [0,1,2 until to (m-i-1)]), and uniformly selecting points on the connecting line of qi and qm-n at certain intervals; judging whether the existence point is positioned on theobstacle or outside a map; when the existence point exists, turning to step 4; or else, turning to step 5; when the obstacle exists, namely that the connecting line passes through the fly-prohibitingarea, and n is equal to n+1, judging whether qi is qm-n-1 or not; when qi is qm-n-1, enabling i to be equal to i+1; or else, returning back; when the obstacle does not exist, connecting qi and qm-n, enabling qi to be equal to qm-n, and turning to step 6; judging whether i is equal to m or not; when i equal to m, finishing the program. The RRT route optimizing method has the advantages that when the RRT algorithm route of the unmanned aerial vehicle is planned, the route is reduced, the greedy concept is utilized, the result is the current optimum result, the number of route points is reduced,and the route is greatly optimized; the certain engineering value is realized on the application of route planning of the unmanned aerial vehicle or other robots.
Owner:智灵飞(北京)科技有限公司

Mobile robot autonomous exploration method fusing path information richness

The invention discloses a mobile robot autonomous exploration method fusing path information richness, and the method comprises the following steps of: acquiring environmental information in a sensingrange by a robot and changing an environment from an unknown state to a known state; generating a quick search random tree in an idle area of the known state, clustering boundary points of the quicksearch random tree by adopting a clustering algorithm to obtain centroid points, and meanwhile, detecting a grid state of the boundary points and removing invalid points; combining the information gain, the path cost, the path information richness and the boundary point information richness to construct a revenue function, and calculating a revenue value of the revenue function at each centroid point; selecting the centroid point with the maximum income value as a target point, and guiding the robot to move to the target point; and repeating the above steps until the whole environment is explored to obtain a grid map. According to the method, the path information richness and the boundary point information richness are added when the revenue function is constructed, consideration factors in the boundary point selection process are enriched, the perception uncertainty of the robot is reduced, and the exploration efficiency is improved.
Owner:SUZHOU UNIV

Robot planning algorithm fusing visibility graph and stable sparse rapidly-exploring random tree

The invention relates to a robot planning algorithm fusing a visibility graph and a rapidly-exploring random tree. The robot planning algorithm comprises the following steps that S1, based on the visibility graph, a topological graph is established to model the environment; S2, a shortest path is obtained through a dijkstra algorithm and serves as a reference path; S3, the reference path is divided, by combining an SST algorithm, average sampling strategies are utilized for random sampling within a certain range of the reference path; S4, the algorithm efficiency is improved through Bias-goal;S5, within the current extension range, a tree node nearest to the range of a current sampling point area is selected according to the Dubins distance; S6, transverse control strategies are adopted to select the controlled quantity to integrate a system model, and optimally dissipated nodes are preferentially expanded; and S7, if no collision occurs in the extension process, whether generated newnodes are optimal in a local neighborhood or not is studied, if yes, the nodes are added into the tree structure, and dominant nodes in the current area are trimmed. A path generated by the visibility graph can be optimized through the stable sparse rapidly-exploring random tree, so that the optimal path conforming to restriction of the nonholonomic restriction robot is obtained.
Owner:SUN YAT SEN UNIV

Path planning method based on simulated plant growth guided RRT algorithm

The invention discloses a path planning method based on a simulated plant growth guiding RRT (rapidly-exploring random tree) algorithm. The method comprises the following steps: initializing map information; calculating the roadblock blocking influences on the growth at a current point in every direction; judging whether a light source point can be directly seen or not; calculating the light attraction borne by the current point; calculating the resultant force borne by the current point; calculating the current growth direction of terminal buds, and growing a step length unit; judging whetherthe coordinates of a new position are outside a boundary or within the roadblock or not; updating the current point to be a new position, and storing the new position as a path point array; judging whether the current point is a target point or not; outputting the path point array; planning a path through the RRT algorithm; judging whether a new path can be found or not; and carrying out cubic Bezier curve fitting. The algorithm provided by the invention greatly improves the tracking effect of the RRT algorithm, and the sampling of the traditional RRT algorithm is random sampling, so tree nodes generated by the improved algorithm cover the entire map area with the rising of the number of iterations.
Owner:ZHEJIANG UNIV OF TECH

Parafoil combined type flight path planning method in complex environment

ActiveCN111897362ASolve the trajectory planning problemMeet the drop point accuracy requirementsPosition/course control in three dimensionsSimulationAltitude control
The invention discloses a parafoil combined type flight path planning method in a complex environment. The method comprises: dividing a parafoil air-drop area into an obstacle area with obstacles andan open and flat circular landing area with a target point as the circle center; quickly searching a feasible track in the obstacle area by adopting a quick search random tree path planning algorithm,and only considering an obstacle avoidance task in the obstacle area under the search termination condition that the horizontal distance between the position to which the path extends and the targetlanding point is less than or equal to the radius of the circular landing area; and taking the termination state of track search in the obstacle area as the initial state of track planning in the circular landing area, and completing parafoil height control and headwind alignment tasks in the circular landing area by adopting the planning design of segmented homing. Obstacle avoidance and other requirements needing to be met by parafoil route planning in a complex environment are divided into two stages to be processed, meanwhile, smooth connection of the two route planning stages can be met,and parafoil route planning in the complex environment is achieved.
Owner:NANJING UNIV OF AERONAUTICS & ASTRONAUTICS

Unmanned ship navigation planning method in complex water area environment

InactiveCN112880678AAutonomous Navigation Problem SolvingFully builtNavigational calculation instrumentsEffective solutionMarine engineering
The invention relates to an unmanned ship navigation planning method in a complex water area environment, and the method comprises the steps: 1, obtaining the task content issued by an unmaned snhip control center according to task requirements of an unmanned ship; 2, performing unmanned ship navigation task stage division; 3, enabling the unmanned ship to detect and identify water-surface and underwater obstacles by carrying navigation equipment in a navigation sea area covered by the navigation capability, obtaining unknown environment information, and constructing a more complete water area environment; 4, according to the water area environment constructed in the step 3, taking the current position of the unmanned ship as an initial planning position, dividing the terminal point of the current stage as a navigation arrival area of the unmanned ship in the navigation task stage in the step 2, and performing navigation local path planning of the unmanned ship by using a fast search random tree algorithm; and 5, executing the planned route of the previous stage, which is completely planned, by using a rolling window strategy, and meanwhile, re-planning the navigation route of the next stage until the whole navigation task is finally completed. According to the invention, an effective solution is provided for construction of the unmanned ship in the complex water area environment.
Owner:TIANJIN NAVIGATION INSTR RES INST

A motion path planning method and system for a humanoid robotic arm

ActiveCN110509279BReduce search timeSpeed ​​up the search for sampling pointsProgramme-controlled manipulatorRobotic armSimulation
The invention discloses a humanoid mechanical arm movement route planning method and system. The method includes the steps that the start position and the target position of the to-be-moved space of ahumanoid mechanical arm are determined according to a D-H model of the humanoid mechanical arm; a sampling point of the to-be-moved space of the humanoid mechanical arm is explored through a rapidlyexploring random tree method, and in the exploring process, a random sampling point is determined through a bias probability sampling algorithm; and new node extension is conducted according to the determined random sampling point, and through combination with a new node, an extension random tree with the start position as a source and the target position as a terminal node is established. Finally, the route with the minimum total weight is found in all routes of the established extension tree, information of all nodes in the route with the minimum total weight is solved into joint angle information of humanoid mechanical arm movement through inverse kinematics, and the humanoid mechanical arm is made to move according to the joint angle information. By means of the humanoid mechanical armmovement route planning method and system, the search time can be saved, and the sampling point searching speed can be increased.
Owner:BEIJING UNIV OF TECH

A Combined Parafoil Track Planning Method in Complex Environment

ActiveCN111897362BSolve the trajectory planning problemMeet the drop point accuracy requirementsPosition/course control in three dimensionsSimulationRandom tree
The invention discloses a parafoil combined track planning method in a complex environment, which divides the parafoil airdrop area into an obstacle area with obstacles and an open and flat circular landing area with the target point as the center; In the area, the fast search random tree path planning algorithm is used to quickly search for feasible trajectories. The termination condition of the search is that the horizontal distance between the location where the path extends and the target landing point is less than or equal to the radius of the circular landing area. In the obstacle area, only Obstacle avoidance task: take the termination state of the track search in the obstacle area as the initial state of the track planning in the circular landing area, and use the segmented homing planning and design in the circular landing area to complete parafoil height control and headwind countermeasures. quasi-task. The invention divides the obstacle avoidance and other requirements that need to be met by parafoil track planning in complex environments into two stages, and at the same time can meet the smooth connection of the two track planning stages, and realizes parafoil navigation in complex environments. trail planning.
Owner:NANJING UNIV OF AERONAUTICS & ASTRONAUTICS
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products