CN105487535A - Mobile robot indoor environment exploration system and control method based on ROS - Google Patents

Mobile robot indoor environment exploration system and control method based on ROS Download PDF

Info

Publication number
CN105487535A
CN105487535A CN201410524184.1A CN201410524184A CN105487535A CN 105487535 A CN105487535 A CN 105487535A CN 201410524184 A CN201410524184 A CN 201410524184A CN 105487535 A CN105487535 A CN 105487535A
Authority
CN
China
Prior art keywords
robot
ros
laser radar
indoor environment
mobile 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.)
Pending
Application number
CN201410524184.1A
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.)
Northeastern University China
Original Assignee
Northeastern University China
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 Northeastern University China filed Critical Northeastern University China
Priority to CN201410524184.1A priority Critical patent/CN105487535A/en
Publication of CN105487535A publication Critical patent/CN105487535A/en
Pending legal-status Critical Current

Links

Landscapes

  • Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)

Abstract

The invention discloses a mobile robot indoor environment exploration system and control method based on a ROS (Robot Operating System). The system is based on the ROS, and can realize independent exploration and positioning on indoor environment by a robot. The system mainly uses an iRobot differential drive chassis and UTM 30LX laser radar. An upper computer can obtain position positioning information of the robot and an indoor environment exploration path track in real time, and through data matching of the laser radar, a global map formed by connecting local maps is obtained. The invention provides a more intelligent unknown environment exploration system, provides great convenience and safety guarantee for disaster environment rescue, realizes information interaction of indoor environment perception, and has very good convenience and practicality.

Description

A kind of mobile robot's indoor environment searching system based on ROS and control method
Technical field
What the present invention relates to is a kind of control method about mobile robot, specifically based on ROS(robot operating system, and RobotOperatingSystem), explore the control method of indoor environment.
Background technology
In recent years, robot field is developed rapidly, and such as disaster detecting robot, household service robot, accompany and attend to robot, military robot etc. are all widely used.Mobile robot, as the autonomous intelligent body of a kind of height, has locomitivity and powerful facilities for observation flexibly, utilizes the figure function of building of robot to replace the deeply dangerous circumstances not known of personnel to explore, has become the effective means of rescue work.Although current various rescue robots can complete various task, rescue robot major part relies on straighforward operation, cannot depart from manual control and move in the complex space of the unknown.And in disaster environment, cave in, environment space that flue dust is full of is unpredictable, simultaneously operating personnel are strong to the exploration recognition capability of disaster scene by video camera, and to a great extent by the impact of operating personnel's experience.Need a kind of intelligent mobile robot that can carry out autonomous exploration to disaster environment badly.
Meanwhile, robot, also towards complicated, universalization and the development of working environment uncertainization, proposes higher requirement to the reusability of code, modularization.The operating systems such as existing Player, MOOS, CARMEN, YARP, Orocos, Microsoft RoboticsStudio cannot meet the demand of practical application.ROS(RobotOperatingSystem) be that one is increased income robot operating system, the function being similar to operating system can be provided, there is provided hardware abstraction, bottom layer driving, Message Transmission for robot application system and assure reason, and some auxiliary development instruments, such as set up, write and run the program that multi-machine communication system is integrated.The design object of ROS operating system is exactly the reusability in order to improve code, so adopt a kind of distributed process framework, makes calling program have the independence of height and low coupling.
Consider above-mentioned factor, the present invention introduces the design of ROS robot operating system and constructs a kind of mobile robot platform, and hardware have employed iRobot differential driving chassis and information acquisition unit, data processing unit, motion control unit and remote monitoring unit 4 modules.Utilize ROS distributed process framework advantage, control is convenient explores indoor environment rapidly, obtains the two-dimensional map of indoor environment information, reaches and more effectively carries out robot disaster relief.
Summary of the invention
The present invention devises mobile robot's indoor environment searching system based on ROS and control method.
The technical solution used in the present invention is: the first stage, repacking and the application configuration based on ROS of robot; Subordinate phase, the environment information acquisition of laser radar is spliced with map and is mated; Phase III, build the radio communication between robot and host computer; Fourth stage, by arranging path planning algorithm, makes robot autonomous traveling, and explores indoor circumstances not known.
Described a kind of mobile robot's indoor environment searching system based on ROS and control method, realized by following steps.
Step one: the iRobotCreate produced with iRobot company of the U.S., for mobile robot platform, carries out reequiping and expands.
Step 2: adopt the navigation stack (Navigation) of ROS to realize the concrete framework of navigational system, by arranging TF system for coordinate transformation, Costmap occupies the basic configuration that grating map completes navigation stack.
Step 3: obtain cartographic information by laser radar, by laser radar data discretize.
Step 4: the laser radar information of acquisition is carried out scan matching.
Step 5: utilize the wireless telecommunications between Zigbee protocol structure robot and host computer, realizes host computer and obtains robotary and monitor in real time the X-Y scheme that laser radar obtains.
Step 6: synchronous location is carried out to robot and builds figure.
Step 7: the path planning algorithm that robot is set.
Step 8: robot independently travels, explores indoor circumstances not known simultaneously.
Below each step is specifically described.
The iRobotCreate mobile robot platform of described step one, remains motion controller and power-supply management system, eliminates dust-absorbing function, and extend sensor.Constructed mobile-robot system is made up of four parts, comprises information acquisition unit, data processing unit, motion control unit and remote monitoring unit.Its block diagram of system as shown in Figure 1.Wherein, control core is the industrial computer based on ATOM atom N270 central processing unit.
The basic thought of the navigation stack of the ROS of described step 2 is: obtain odometer and laser radar data, and output speed order is to robot chassis simultaneously, and navigation stack configuration as shown in Figure 2.TF system for coordinate transformation as shown in Figure 3, TF system definition two coordinate systems: the initial point of a coordinate system is positioned at the center chassis of robot, and another coordinate system is positioned at the center of laser radar.The coordinate system being positioned at chassis is defined as base_link, because navigation stack needs the rotation center this TF coordinate system being placed as mobile robot.The coordinate system being positioned at laser radar is defined as base_laser.Costmap occupies grating map and obtains by completing laser radar data sliding-model control.
Described step 3 map obtain stage, the first size of definition unit grid.This yardstick will determine the degree of discretize.The basic thought of discretize is: from robot current place coordinate, spread to surrounding with the size of element grid, make to be paved with dummy grid in plane, then laser radar range front end is fallen in corresponding grid, represent all range finding front end datas fallen in this grid by the occupation probability value of grid.This algorithm is realized by bilinear filter.
Described step 4 complete laser radar data discretize after, also just obtain local occupy grating map.Then by surface sweeping matching stage, scan matching is carried out to laser radar data, namely by local map, mobile robot's pose is estimated, local environment map is fused to global context map.
The ZigBee communication agreement of described step 5 is host computer and the communication between car and robot.Comprise the concrete direct of travel, running route etc. of robot; Comprise robot speed's setting, start/stop; The environment two-dimensional map that the laser radar data information comprising acquisition is formed.
The synchronous location of described step 6 with build figure and independently build nomography based on HectorSLAM.Hector is that increasing income of ROS robot operating system is navigated and build picture library, and its system architecture as shown in Figure 4.
The path planning algorithm of described step 7 is dijkstra's algorithm, and Dijkstra is the breadth-first search improved, and the process flow diagram of dijkstra's algorithm as shown in Figure 5.
The heuristic algorithm of described step 8 combines two kinds of now conventional strategies.A kind of is move to the front end nearest from robot to carry out map acquisition fast, expansion zone of ignorance.The another kind of size simultaneously considering front end in existing map, the place that leading portion is longer, like this by expanding larger zone of ignorance here.This patent is heavily weighted two tactful weightings.
Beneficial effect of the present invention: mobile robot's indoor environment searching system and control method, based on ROS system, utilize ROS to improve the advantage of the reusability of code, can travel through whole indoor zone of ignorance fast and explore.The two-dimensional environment figure of zone of ignorance scanning is built and reaches host computer by ZigBee wireless protocols, achieves detection and the monitoring in whole circumstances not known region.
Accompanying drawing explanation
Fig. 1 is mobile-robot system framework map.
Fig. 2 is the navigation stack system architecture figure of ROS.
Fig. 3 is TF system for coordinate transformation figure.
Fig. 4 is mobile robot's basic platform TF illustraton of model.
Fig. 5 is the bilinear filter of lattice map.
Fig. 6 occupies grating map discretize.
Fig. 7 is HectorSLAM system architecture figure.
Fig. 8 is Hectormapping system architecture diagram.
Fig. 9 is dijkstra's algorithm process flow diagram.
Figure 10 is dijkstra's algorithm exemplary plot.
Embodiment
Below in conjunction with accompanying drawing, the present invention is further described.
Be made up of soft and hardware two parts based on mobile robot's indoor environment searching system of ROS and control method.
Hardware components comprises: iRobot differential driving chassis and information acquisition unit, data processing unit, motion control unit and remote monitoring unit 4 modules.Software section comprises: ROS navigation stack, HectorSLAM independently build nomography, host computer interface and program, path planning algorithm.
Concrete implementation step is as follows.
Step one: the iRobotCreate produced with iRobot company of the U.S., for mobile robot platform, carries out reequiping and expands.
The maximum feature of iRobotCreate mobile robot platform to be programmed, according to the communication protocol that official provides, can the motion on control Create chassis and the reading of code-disc data, and this robot chassis has the features such as stable, cruising time is long.This patent is reequiped on the basis of original robot, builds the mobile robot adapting to required function, is made up of, comprises information acquisition unit, data processing unit, motion control unit and remote monitoring unit four parts.Data acquisition unit is mainly laser radar, and system reserves relevant interface.In motion control unit, the built-in photoelectric encoder in Create robot chassis, for the angle that register system wheel turns over, thus calculates the pose of robot.
Step 2: adopt the navigation stack (Navigation) of ROS to realize the concrete framework of navigational system, by arranging TF system for coordinate transformation, Costmap occupies the basic configuration that grating map completes navigation stack.
Stack is the set of function bag, and stack is also the principal mode of ROS software metric tools simultaneously.Stack has Manifest file, and its name is Stack.xml, is used for identifying the Dependency Specification of version information and function bag collection.ROS navigation stack needs to use TF system for coordinate transformation to issue the coordinate transform tree of robot.And the skew in changes in coordinates tree and system between different coordinates.As shown in Figure 3, mobile robot platform has the chassis of movement and the laser radar be positioned at above chassis.In this robot, TF system definition two coordinate systems: the initial point of a coordinate system is positioned at the center chassis of robot, and another coordinate system is positioned at the center of laser radar.The coordinate system being positioned at chassis is defined as base_link, because navigation stack needs the rotation center this TF coordinate system being placed as mobile robot.The coordinate system being positioned at laser radar is defined as base_laser.The TF that the iRobotCreate chassis of native system uses converts by arrow logo.
Mobile robot obtains directly to carry out SLAM operation from the range information of laser radar collection, because these data represent based on laser radar center, namely these data are under base_laser coordinate system.In order to these data can be used, need the coordinate transform carrying out data, namely transform to base_link from base_laser.In basic model as shown in Figure 3, known laser radar records and is located at 0.3m place, its dead ahead and has barrier, and laser radar is installed on front, chassis 0.1m, 0.2m place, top.Thus the coordinate conversion relation that can obtain from base_link to base_laser, base_link coordinate system translation (x:0.1m, y:0.0m, z:0.2m).So just can obtain the distance of barrier to robot chassis.As shown in Figure 4, suppose that base_link is father node, because all the sensors is all installed based on chassis.Therefore, the transformation matrix between base_link and base_laser is (x:0.1m, y:0.0m, z:0.2m).After setting up TF system, needing to create the node for issuing information converting, then creating the node listening to information converting.The TF system of ROS can manage easily.
Step 3: obtain cartographic information by laser radar, by laser radar data discretize.
In fact map obtains the stage is exactly that laser radar data is described environment, and this stage is also the stage of continuous print environment range information being carried out discretize.Then these discrete data are mated, local environment map is fused to global context map.
The stage is obtained at map, first will the size of definition unit grid.Element grid is less, and discretize degree is lower; On the contrary, element grid is larger, and dispersion degree is higher.The basic thought of discretize is: from robot current place coordinate, spread to surrounding with the size of element grid, make to be paved with dummy grid in plane, then laser radar range front end is fallen in corresponding grid, represent all range finding front end datas fallen in this grid by the occupation probability value of grid.This algorithm is realized by bilinear filter, as shown in Figure 5, and figure mid point P mit is the grating map point of interpolation.Because himself discrete character of grating map limits the precision that map can reach, so require first just can obtain its map datum by interpolation calculation, the point by sub-grid cell is transformed into grating map by bilinear interpolation.Fig. 6 is the effect of occupying grating map discretize.
Certain point coordinate P on a given continuous map m, occupy value for M (P m), corresponding gradient is:
The coordinate P that four nearest can be used 00.11approximate:
Partial derivative can be approximated to be:
Step 4: the laser radar information of acquisition is carried out scan matching.
After completing laser radar data discretize, obtain local and occupy grating map.Then by the scan matching stage, scan matching is carried out to laser radar data, namely by local map, mobile robot's pose is estimated.This algorithm can not use odometer and carry out building figure, makes algorithm can be applied to the operating personnel's hand-held figure of building equipment or odometer is occurred compared with in the uneven environment of big error.
Ask mobile robot's pose , following formula need be made minimum, that is will obtain the calibration that can make laser scanning the best:
Here, S i(ζ) be Laser Radar Scanning end points S i=(S i,x, S i,y) tcoordinate in global coordinate system.They are functions of robot global coordinate system pose ζ:
Equation M (S i(ζ)) coordinate S will be returned i(ζ) map value at place.The estimated initial of certain ζ given, estimate that Δ ζ makes measuring error minimum:
Next algorithm processes above formula.First to M (S i(ζ+Δ ζ)) carry out first order Taylor launch obtain:
This formula can by asking local derviation to obtain to Δ ζ:
Now, the question variation of Δ ζ is asked to become the problem of Gauss-Newton method minimizing:
Wherein, H is extra large gloomy matrix:
m (S i(ζ)) for occupying the local derviation of grating map:
Step 5: utilize the wireless telecommunications between Zigbee protocol structure robot and host computer, realizes host computer and obtains robotary and monitor in real time the X-Y scheme that laser radar obtains.
Under same router, the main frame of configuration operation person's end and mobile robot from machine domain name mapping, thus complete the configuration that robot communicates with host computer.Now, two PCs carry out Data Data, only need to subscribe to same topic.By this wireless senser, build and hold computer to hold the operation circuit network of computer to mobile robot from operator.Operator can send pose instruction, and mobile robot receives the data transmitted by wireless network, then under the navigation stack framework of ROS, carries out posture tracking.
Step 6: synchronous location is carried out to robot and builds figure.
Hector is that increasing income of ROS robot operating system is navigated and build picture library, as shown in Figure 7.It is mainly used in, in the mobile-robot system of urban search and rescue task, giving the program architecture based on ROS and corresponding assembly.Hector modules can carry out stand-alone development and integration easily, meets the use of different configuration mobile robots and specific rescue occasion.Wherein topmost assembly is for navigating and building figure assembly (hector_slam), constructing environment map can not only by the environmental information residing for robot to operating personnel, and provide feasible region and locating information can to the path planning assembly on Navigation Database upper strata, hector_slam is only responsible for carrying out 2D and builds figure.The assembly of hector_slam comprises the hector_mapping for performing composition algorithm, for the hector_map_server that other assemblies provide map datum to serve, cartographic information is converted into the hector_geotiff of pictorial information and the hector_trajectory_server of heuristic algorithm generation track.Hector_slam only relies on laser radar data to carry out building figure and location, when road is rugged especially, inertial navigation can also be used to compensate SLAM algorithm, provide higher positioning precision.In addition, as shown in Figure 8, by hector_elevation_mapping, system can merge the Kinect depth camera of Microsoft, builds 2.5D cartographic information.The cloud data that Kinect obtains is that in 2D map, corresponding grid provides elevation information and variance thereof.Finally, hector_costmap can merge 2.5D height map and the grating map that occupies of 2D builds cost map.
Step 7: the path planning algorithm that robot is set.
Robot Path Planning Algorithm uses dijkstra's algorithm.Be specially and have the figure G of weight to operate to one, starting point is the set that S, V represent fixed points all in G, and E represents the set on limits all in G.(u, v) represents the path from summit u to vertex v, and the weight on limit is w:E → [0, ∞], then w (u, v) is the non-negative cost from summit u to vertex v, the distance namely before two summits.The cost value of one paths equal from path origin-to-destination the summation of cost value on limit of process.Dijkstra's algorithm can to find in figure G any two summits as the lowest-cost paths of s, t, i.e. shortest path.The process flow diagram of dijkstra's algorithm as shown in Figure 9.Figure 10 gives the example of dijkstra's algorithm.Algorithm concrete steps are as follows.
Step1: as shown in Figure 10, when algorithm starts, opens in list and only has starting point S, O={S}, and n best=S, travels through the adjacent node of S node, and S is added closedown list, then, and and O={2,4,1,5}, C={S}.Corresponding cost function from starting point to current point is respectively, f (2)=1, f (4)=1, f (1)=2, f (5)=4.The point position 2 and 4 that cost function is minimum, appoints and gets one, make n best=2, and now backward pointer all points to starting point S.
Step2: the adjacent node of node 2 is traveled through, now O={4,1,5}, C={S, 2}, and the adjacent node of node 2 only has S, and S is in closedown list, and algorithm continues to carry out downwards.
Step3: to current O={4, the minimum node 4 of the cost function in 1,5} carries out adjacent node traversal, n best=4; Equally, move on to closedown list, O={1,5}, C={S, 2,4} by 4 from unlatching list, the adjacent node of 4 has S, 3,5, and wherein S is in closedown list, does not process it, and adds 3 in unlatching list.Have 5 owing to opening in list, and f (4)+c (4,5)=1+2=3 is less than f (5)=4 above, need to upgrade the cost function opening in list 5, then f (5)=3, and the backward pointer of 5 points to 4.
Step4: now open list and be respectively O={5,3}, C={S, 2,4}, n with closedown list best=5.Process node 5, the adjacent node of 5 has 3, wherein 4 and S closedown list in, do not process, only surplus terminal G, therefore puts into unlatching list terminal G, O={G, 3}, C={S, 2,4,5}.
Step5: the minimum node of current cost function is n best=G, f (G)=f (5)+c (5, G)=5.The backward pointer of respective nodes is taken out, also just have found a shortest path S → 4 → 5 → G from starting point S to terminal G.
Step 8: robot independently travels, explores indoor circumstances not known simultaneously.
Based on the basis that the environmental map of HectorSLAM builds, robot carries out autonomous traveling and builds figure.Mobile robot is when exploration zone of ignorance, and what need to carry out environment builds figure, also needs setting to build rule map simultaneously, makes can obtain maximum environmental map within the relatively short time.
The heuristic algorithm that native system uses combines two kinds of now conventional strategies.Move to the front end nearest from robot and can carry out map acquisition fast, expansion zone of ignorance.Consider the size of front end in existing map simultaneously.The place that front end is longer, often means by expanding larger zone of ignorance here.Weight is gone to be weighted to two strategies.Mobile robot gets the principle that wherein can obtain maximum map the soonest and carries out map structuring, until explore complete by all exploration front ends.

Claims (2)

1. based on a ROS(robot operating system, RobotOperatingSystem) mobile robot's indoor environment searching system and control method, comprise host computer, the iRobot robot of repacking, UTM30LX laser radar; By adopting the navigation stack of ROS and independently building nomography based on HectorSLAM, realize mobile robot to the autonomous exploration of indoor environment and build environment two-dimensional map.
2. a kind of mobile robot's indoor environment searching system based on ROS according to claim 1 and control method, is characterized in that: comprise following steps:
Step 1, the iRobotCreate that produces with iRobot company of the U.S., for mobile robot platform, carry out reequip and expand;
Step 2, adopt the navigation stack (Navigation) of ROS to realize the concrete framework of navigational system, by arranging TF system for coordinate transformation, Costmap occupies the basic configuration that grating map completes navigation stack;
Step 3, by laser radar obtain cartographic information and carry out image information process coupling;
Step 4, host computer obtain robotary and monitor in real time the two-dimensional environment cartographic information that laser radar obtains;
Step 5, the Hector storehouse in ROS is utilized to carry out synchronous location to robot and build figure;
Step 6, the Dijkstra path planning algorithm of robot is set;
Step 7, robot independently travel, and explore indoor circumstances not known simultaneously.
CN201410524184.1A 2014-10-09 2014-10-09 Mobile robot indoor environment exploration system and control method based on ROS Pending CN105487535A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410524184.1A CN105487535A (en) 2014-10-09 2014-10-09 Mobile robot indoor environment exploration system and control method based on ROS

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410524184.1A CN105487535A (en) 2014-10-09 2014-10-09 Mobile robot indoor environment exploration system and control method based on ROS

Publications (1)

Publication Number Publication Date
CN105487535A true CN105487535A (en) 2016-04-13

Family

ID=55674572

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410524184.1A Pending CN105487535A (en) 2014-10-09 2014-10-09 Mobile robot indoor environment exploration system and control method based on ROS

Country Status (1)

Country Link
CN (1) CN105487535A (en)

Cited By (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105955258A (en) * 2016-04-01 2016-09-21 沈阳工业大学 Robot global grid map construction method based on Kinect sensor information fusion
CN106020208A (en) * 2016-07-27 2016-10-12 湖南晖龙股份有限公司 Robot remote control method based on ROS operating system and remote control system thereof
CN106066179A (en) * 2016-07-27 2016-11-02 湖南晖龙股份有限公司 A kind of robot location based on ROS operating system loses method for retrieving and control system
CN106168805A (en) * 2016-09-26 2016-11-30 湖南晖龙股份有限公司 The method of robot autonomous walking based on cloud computing
CN106382944A (en) * 2016-10-08 2017-02-08 浙江国自机器人技术有限公司 Route planning method of mobile robot
CN106383517A (en) * 2016-09-30 2017-02-08 汕头大学 Control system used for autonomous mobile robot platform and control method and device thereof
CN106405605A (en) * 2016-08-23 2017-02-15 湖南晖龙股份有限公司 Robot indoor and outdoor seamless positioning method and system based on ROS and GPS
CN106527433A (en) * 2016-10-31 2017-03-22 江苏理工学院 Multi-robot search and rescue system
CN106647741A (en) * 2016-11-16 2017-05-10 浙江工业大学 Laser-navigation-based omnibearing motion mechanism control system
CN106646513A (en) * 2016-12-29 2017-05-10 上海遥薇(集团)有限公司 Map construction system based on intelligent robot and map navigation method based on intelligent robot
CN106708058A (en) * 2017-02-16 2017-05-24 上海大学 Robot object conveying method and control system based on ROS (Robot Operating System)
CN106842230A (en) * 2017-01-13 2017-06-13 深圳前海勇艺达机器人有限公司 Mobile Robotics Navigation method and system
CN106855411A (en) * 2017-01-10 2017-06-16 深圳市极思维智能科技有限公司 A kind of robot and its method that map is built with depth camera and obstacle avoidance system
CN107065881A (en) * 2017-05-17 2017-08-18 清华大学 A kind of robot global path planning method learnt based on deeply
CN107145153A (en) * 2017-07-03 2017-09-08 北京海风智能科技有限责任公司 A kind of service robot and its indoor navigation method based on ROS
CN107203192A (en) * 2017-06-28 2017-09-26 上海应用技术大学 A kind of mobile robot automatic ride control system based on electronic map
CN107272680A (en) * 2017-06-16 2017-10-20 华南理工大学 A kind of automatic follower method of robot based on ROS robot operating systems
CN107284544A (en) * 2017-07-30 2017-10-24 福州大学 A kind of multi-functional General Mobile robot chassis and its application process
CN107450571A (en) * 2017-09-30 2017-12-08 江西洪都航空工业集团有限责任公司 A kind of AGV dolly Laser navigation systems based on ROS
CN107463871A (en) * 2017-06-19 2017-12-12 南京航空航天大学 A kind of point cloud matching method based on corner characteristics weighting
CN107608364A (en) * 2017-11-01 2018-01-19 广州供电局有限公司 A kind of intelligent robot for undercarriage on data center's physical equipment
CN107607117A (en) * 2017-08-09 2018-01-19 华南理工大学 A kind of robot based on laser radar builds figure navigation system and method
CN107806881A (en) * 2017-10-25 2018-03-16 上海思岚科技有限公司 Mobile robot builds the method and apparatus of structure map
CN107817503A (en) * 2016-09-14 2018-03-20 北京百度网讯科技有限公司 Motion compensation process and device applied to laser point cloud data
CN107818587A (en) * 2017-10-26 2018-03-20 吴铁成 A kind of machine vision high-precision locating method based on ROS
WO2018129648A1 (en) * 2017-01-10 2018-07-19 深圳市极思维智能科技有限公司 Robot and method thereof for establishing map by using deep camera and obstacle avoidance system
CN108375979A (en) * 2018-02-10 2018-08-07 浙江工业大学 Self-navigation robot general-purpose control system based on ROS
CN108596382A (en) * 2018-04-18 2018-09-28 中国地质大学(武汉) Rescue path planing method based on a lot of points, point more to be rescued, multiple terminals
CN108646761A (en) * 2018-07-12 2018-10-12 郑州大学 Robot indoor environment exploration, avoidance and method for tracking target based on ROS
CN108710371A (en) * 2018-05-28 2018-10-26 杭州艾豆智能科技有限公司 A kind of robot indoor positioning system and method for building figure using range laser scanning
CN108748161A (en) * 2018-07-04 2018-11-06 山东农业大学 A kind of service robot visual remote control system based on ROS networks
CN108838997A (en) * 2018-07-25 2018-11-20 安徽信息工程学院 Novel wooden robot
CN108931246A (en) * 2017-05-26 2018-12-04 杭州海康机器人技术有限公司 A kind of method and apparatus for the barrier existing probability detecting unknown position
CN108981695A (en) * 2018-07-26 2018-12-11 浙江大学 A kind of carriage navigation system based on ROS
CN109163724A (en) * 2018-09-07 2019-01-08 五邑大学 Multiple target point autonomous navigation method based on Turtlebot2 robot building map
CN109189074A (en) * 2018-09-28 2019-01-11 华南农业大学 A kind of interior for storage environment is autonomous to build drawing method
CN109358340A (en) * 2018-08-27 2019-02-19 广州大学 A kind of AGV indoor map construction method and system based on laser radar
WO2019061062A1 (en) * 2017-09-27 2019-04-04 Intel Corporation Autonomous robots and methods of operating the same
CN109798899A (en) * 2019-01-30 2019-05-24 广东工业大学 A kind of tree diffusion heuristic path planing method towards the unknown landform search in seabed
CN109855626A (en) * 2019-02-14 2019-06-07 上海赛图计算机科技股份有限公司 A kind of indoor map road network generation method based on scan line
CN109933056A (en) * 2017-12-18 2019-06-25 九阳股份有限公司 A kind of robot navigation method and robot based on SLAM
CN110109466A (en) * 2019-05-31 2019-08-09 东北大学 Autonomous ground milling robot control system based on multisensor
CN110456785A (en) * 2019-06-28 2019-11-15 广东工业大学 A kind of autonomous heuristic approach in interior based on caterpillar robot
CN110632919A (en) * 2019-08-28 2019-12-31 广东工业大学 Autonomous positioning navigation method based on crawler-type rescue robot
CN110667722A (en) * 2019-09-26 2020-01-10 广东省智能制造研究所 Wheel-foot switching robot based on electro-hydraulic hybrid drive and control system
CN110889808A (en) * 2019-11-21 2020-03-17 广州文远知行科技有限公司 Positioning method, device, equipment and storage medium
JP2020512644A (en) * 2017-03-30 2020-04-23 ブレーン コーポレーションBrain Corporation System and method for robot path planning
CN111190420A (en) * 2020-01-07 2020-05-22 大连理工大学 Cooperative search and capture method for multiple mobile robots in security field
CN111949018A (en) * 2020-07-08 2020-11-17 温州大学 ROS system intelligent vehicle
CN111982114A (en) * 2020-07-30 2020-11-24 广东工业大学 Rescue robot for estimating three-dimensional pose by adopting IMU data fusion
TWI721784B (en) * 2019-05-23 2021-03-11 大陸商中國銀聯股份有限公司 Method and device for inspection equipment, computer readable storage medium and computer program product
CN113485346A (en) * 2021-07-15 2021-10-08 上海交通大学 Autonomous navigation method of mobile robot in nuclear accident complex environment
CN114384920A (en) * 2022-03-23 2022-04-22 安徽大学 Dynamic obstacle avoidance method based on real-time construction of local grid map
CN114543814A (en) * 2022-02-24 2022-05-27 北京化工大学 Robot autonomous positioning and navigation method applied to three-dimensional environment
WO2022183785A1 (en) * 2021-03-05 2022-09-09 深圳市优必选科技股份有限公司 Robot positioning method and apparatus, robot, and readable storage medium

Cited By (77)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105955258B (en) * 2016-04-01 2018-10-30 沈阳工业大学 Robot global grating map construction method based on the fusion of Kinect sensor information
CN105955258A (en) * 2016-04-01 2016-09-21 沈阳工业大学 Robot global grid map construction method based on Kinect sensor information fusion
CN106020208A (en) * 2016-07-27 2016-10-12 湖南晖龙股份有限公司 Robot remote control method based on ROS operating system and remote control system thereof
CN106066179A (en) * 2016-07-27 2016-11-02 湖南晖龙股份有限公司 A kind of robot location based on ROS operating system loses method for retrieving and control system
CN106405605A (en) * 2016-08-23 2017-02-15 湖南晖龙股份有限公司 Robot indoor and outdoor seamless positioning method and system based on ROS and GPS
CN106405605B (en) * 2016-08-23 2019-04-05 湖南晖龙集团股份有限公司 A kind of indoor and outdoor seamless positioning method and positioning system of the robot based on ROS and GPS
CN107817503A (en) * 2016-09-14 2018-03-20 北京百度网讯科技有限公司 Motion compensation process and device applied to laser point cloud data
CN107817503B (en) * 2016-09-14 2018-12-21 北京百度网讯科技有限公司 Motion compensation process and device applied to laser point cloud data
CN106168805A (en) * 2016-09-26 2016-11-30 湖南晖龙股份有限公司 The method of robot autonomous walking based on cloud computing
CN106383517B (en) * 2016-09-30 2019-06-07 汕头大学 A kind of autonomous mobile robot platform control system, method and device
CN106383517A (en) * 2016-09-30 2017-02-08 汕头大学 Control system used for autonomous mobile robot platform and control method and device thereof
CN106382944B (en) * 2016-10-08 2019-11-01 浙江国自机器人技术有限公司 A kind of route planning method of mobile robot
CN106382944A (en) * 2016-10-08 2017-02-08 浙江国自机器人技术有限公司 Route planning method of mobile robot
CN106527433B (en) * 2016-10-31 2019-04-05 江苏理工学院 multi-robot search and rescue system
CN106527433A (en) * 2016-10-31 2017-03-22 江苏理工学院 Multi-robot search and rescue system
CN106647741A (en) * 2016-11-16 2017-05-10 浙江工业大学 Laser-navigation-based omnibearing motion mechanism control system
CN106646513A (en) * 2016-12-29 2017-05-10 上海遥薇(集团)有限公司 Map construction system based on intelligent robot and map navigation method based on intelligent robot
CN106855411A (en) * 2017-01-10 2017-06-16 深圳市极思维智能科技有限公司 A kind of robot and its method that map is built with depth camera and obstacle avoidance system
WO2018129648A1 (en) * 2017-01-10 2018-07-19 深圳市极思维智能科技有限公司 Robot and method thereof for establishing map by using deep camera and obstacle avoidance system
CN106842230A (en) * 2017-01-13 2017-06-13 深圳前海勇艺达机器人有限公司 Mobile Robotics Navigation method and system
CN106708058A (en) * 2017-02-16 2017-05-24 上海大学 Robot object conveying method and control system based on ROS (Robot Operating System)
JP2020512644A (en) * 2017-03-30 2020-04-23 ブレーン コーポレーションBrain Corporation System and method for robot path planning
CN107065881A (en) * 2017-05-17 2017-08-18 清华大学 A kind of robot global path planning method learnt based on deeply
CN107065881B (en) * 2017-05-17 2019-11-08 清华大学 A kind of robot global path planning method based on deeply study
CN108931246A (en) * 2017-05-26 2018-12-04 杭州海康机器人技术有限公司 A kind of method and apparatus for the barrier existing probability detecting unknown position
CN108931246B (en) * 2017-05-26 2020-12-11 杭州海康机器人技术有限公司 Method and device for detecting existence probability of obstacle at unknown position
CN107272680B (en) * 2017-06-16 2019-10-18 华南理工大学 A kind of automatic follower method of robot based on ROS robot operating system
CN107272680A (en) * 2017-06-16 2017-10-20 华南理工大学 A kind of automatic follower method of robot based on ROS robot operating systems
CN107463871A (en) * 2017-06-19 2017-12-12 南京航空航天大学 A kind of point cloud matching method based on corner characteristics weighting
CN107203192A (en) * 2017-06-28 2017-09-26 上海应用技术大学 A kind of mobile robot automatic ride control system based on electronic map
CN107145153A (en) * 2017-07-03 2017-09-08 北京海风智能科技有限责任公司 A kind of service robot and its indoor navigation method based on ROS
CN107284544A (en) * 2017-07-30 2017-10-24 福州大学 A kind of multi-functional General Mobile robot chassis and its application process
CN107607117A (en) * 2017-08-09 2018-01-19 华南理工大学 A kind of robot based on laser radar builds figure navigation system and method
US11334086B2 (en) 2017-09-27 2022-05-17 Intel Corporation Autonomous robots and methods of operating the same
WO2019061062A1 (en) * 2017-09-27 2019-04-04 Intel Corporation Autonomous robots and methods of operating the same
CN107450571B (en) * 2017-09-30 2021-03-23 江西洪都航空工业集团有限责任公司 AGV dolly laser navigation based on ROS
CN107450571A (en) * 2017-09-30 2017-12-08 江西洪都航空工业集团有限责任公司 A kind of AGV dolly Laser navigation systems based on ROS
CN107806881A (en) * 2017-10-25 2018-03-16 上海思岚科技有限公司 Mobile robot builds the method and apparatus of structure map
WO2019080679A1 (en) * 2017-10-25 2019-05-02 上海思岚科技有限公司 Method and device for constructing structure map for mobile robot
CN107818587B (en) * 2017-10-26 2021-07-09 吴铁成 ROS-based machine vision high-precision positioning method
CN107818587A (en) * 2017-10-26 2018-03-20 吴铁成 A kind of machine vision high-precision locating method based on ROS
CN107608364A (en) * 2017-11-01 2018-01-19 广州供电局有限公司 A kind of intelligent robot for undercarriage on data center's physical equipment
CN109933056B (en) * 2017-12-18 2022-03-15 九阳股份有限公司 Robot navigation method based on SLAM and robot
CN109933056A (en) * 2017-12-18 2019-06-25 九阳股份有限公司 A kind of robot navigation method and robot based on SLAM
CN108375979A (en) * 2018-02-10 2018-08-07 浙江工业大学 Self-navigation robot general-purpose control system based on ROS
CN108596382B (en) * 2018-04-18 2021-11-23 中国地质大学(武汉) Rescue path planning method based on multiple starting points, multiple waiting rescue points and multiple end points
CN108596382A (en) * 2018-04-18 2018-09-28 中国地质大学(武汉) Rescue path planing method based on a lot of points, point more to be rescued, multiple terminals
CN108710371A (en) * 2018-05-28 2018-10-26 杭州艾豆智能科技有限公司 A kind of robot indoor positioning system and method for building figure using range laser scanning
CN108748161A (en) * 2018-07-04 2018-11-06 山东农业大学 A kind of service robot visual remote control system based on ROS networks
CN108646761A (en) * 2018-07-12 2018-10-12 郑州大学 Robot indoor environment exploration, avoidance and method for tracking target based on ROS
CN108838997A (en) * 2018-07-25 2018-11-20 安徽信息工程学院 Novel wooden robot
CN108981695A (en) * 2018-07-26 2018-12-11 浙江大学 A kind of carriage navigation system based on ROS
CN109358340A (en) * 2018-08-27 2019-02-19 广州大学 A kind of AGV indoor map construction method and system based on laser radar
CN109163724A (en) * 2018-09-07 2019-01-08 五邑大学 Multiple target point autonomous navigation method based on Turtlebot2 robot building map
CN109189074A (en) * 2018-09-28 2019-01-11 华南农业大学 A kind of interior for storage environment is autonomous to build drawing method
CN109189074B (en) * 2018-09-28 2022-01-28 华南农业大学 Indoor autonomous mapping method for storage environment
CN109798899A (en) * 2019-01-30 2019-05-24 广东工业大学 A kind of tree diffusion heuristic path planing method towards the unknown landform search in seabed
CN109855626A (en) * 2019-02-14 2019-06-07 上海赛图计算机科技股份有限公司 A kind of indoor map road network generation method based on scan line
TWI721784B (en) * 2019-05-23 2021-03-11 大陸商中國銀聯股份有限公司 Method and device for inspection equipment, computer readable storage medium and computer program product
CN110109466A (en) * 2019-05-31 2019-08-09 东北大学 Autonomous ground milling robot control system based on multisensor
CN110109466B (en) * 2019-05-31 2021-07-16 东北大学 Autonomous ground polishing robot control system based on multiple sensors
CN110456785A (en) * 2019-06-28 2019-11-15 广东工业大学 A kind of autonomous heuristic approach in interior based on caterpillar robot
CN110632919A (en) * 2019-08-28 2019-12-31 广东工业大学 Autonomous positioning navigation method based on crawler-type rescue robot
CN110667722A (en) * 2019-09-26 2020-01-10 广东省智能制造研究所 Wheel-foot switching robot based on electro-hydraulic hybrid drive and control system
CN110889808A (en) * 2019-11-21 2020-03-17 广州文远知行科技有限公司 Positioning method, device, equipment and storage medium
CN110889808B (en) * 2019-11-21 2023-02-28 广州文远知行科技有限公司 Positioning method, device, equipment and storage medium
CN111190420B (en) * 2020-01-07 2021-11-12 大连理工大学 Cooperative search and capture method for multiple mobile robots in security field
CN111190420A (en) * 2020-01-07 2020-05-22 大连理工大学 Cooperative search and capture method for multiple mobile robots in security field
CN111949018A (en) * 2020-07-08 2020-11-17 温州大学 ROS system intelligent vehicle
CN111982114B (en) * 2020-07-30 2022-05-13 广东工业大学 Rescue robot for estimating three-dimensional pose by adopting IMU data fusion
CN111982114A (en) * 2020-07-30 2020-11-24 广东工业大学 Rescue robot for estimating three-dimensional pose by adopting IMU data fusion
WO2022183785A1 (en) * 2021-03-05 2022-09-09 深圳市优必选科技股份有限公司 Robot positioning method and apparatus, robot, and readable storage medium
CN113485346A (en) * 2021-07-15 2021-10-08 上海交通大学 Autonomous navigation method of mobile robot in nuclear accident complex environment
CN113485346B (en) * 2021-07-15 2022-07-22 上海交通大学 Autonomous navigation method of mobile robot in nuclear accident complex environment
CN114543814A (en) * 2022-02-24 2022-05-27 北京化工大学 Robot autonomous positioning and navigation method applied to three-dimensional environment
CN114384920A (en) * 2022-03-23 2022-04-22 安徽大学 Dynamic obstacle avoidance method based on real-time construction of local grid map
US11720110B2 (en) 2022-03-23 2023-08-08 Anhui University Dynamic obstacle avoidance method based on real-time local grid map construction

Similar Documents

Publication Publication Date Title
CN105487535A (en) Mobile robot indoor environment exploration system and control method based on ROS
CN109916393B (en) Multi-grid-value navigation method based on robot pose and application thereof
CN107144285B (en) Pose information determination method and device and movable equipment
CN106840148B (en) Wearable positioning and path guiding method based on binocular camera under outdoor working environment
JP6897668B2 (en) Information processing method and information processing equipment
Chaimowicz et al. Deploying air-ground multi-robot teams in urban environments
CN111308490B (en) Balance car indoor positioning and navigation system based on single-line laser radar
CN108873908A (en) The robot city navigation system that view-based access control model SLAM and network map combine
Li et al. Collaborative mapping and autonomous parking for multi-story parking garage
CN104714555B (en) Three-dimensional independent exploration method based on edge
JP5429901B2 (en) Robot and information processing apparatus program
CN111982114B (en) Rescue robot for estimating three-dimensional pose by adopting IMU data fusion
CN111260751A (en) Mapping method based on multi-sensor mobile robot
Rackliffe et al. Using geographic information systems (GIS) for UAV landings and UGV navigation
CN114186859B (en) Multi-machine cooperative multi-target task allocation method in complex unknown environment
Kayhani et al. Tag-based indoor localization of UAVs in construction environments: Opportunities and challenges in practice
Doitsidis et al. 3d surveillance coverage using maps extracted by a monocular slam algorithm
Zhang et al. Ntu4dradlm: 4d radar-centric multi-modal dataset for localization and mapping
CN116429112A (en) Multi-robot co-location method and device, equipment and storage medium
Wang et al. Information‐Fusion Methods Based Simultaneous Localization and Mapping for Robot Adapting to Search and Rescue Postdisaster Environments
Wagner et al. Online aerial 2.5 d terrain mapping and active aerial vehicle exploration for ground robot navigation
Bai et al. Research on key technologies of meal delivery robot based on the fusion of lidar and machine vision
Wang et al. Information-fusion based robot simultaneous localization and mapping adapted to search and rescue cluttered environment
JP2021196487A (en) Map conversion system and map conversion program
Braun et al. Topological large-scale off-road navigation and exploration RAVON at the European Land Robot Trial 2008

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160413