A Systematic Evaluation of Different Indoor Localization Methods in Robotic Autonomous Luggage Trolley Collection at Airports
Abstract
This article addresses the localization problem in robotic autonomous luggage trolley collection at airports and provides a systematic evaluation of different methods to solve it. The robotic autonomous luggage trolley collection is a complex system that involves object detection, localization, motion planning and control, manipulation, etc. Among these components, effective localization is essential for the robot to employ subsequent motion planning and end-effector manipulation because it can provide a correct goal position. In this article, we survey four popular and representative localization methods to achieve object localization in the luggage collection process, including radio frequency identification (RFID), Keypoints, ultrawideband (UWB), and Reflectors. To test their performance, we construct a qualitative evaluation framework with Localization Accuracy, Mobile Power Supplies, Coverage Area, Cost, and Scalability. Besides, we conduct a series of quantitative experiments regarding Localization Accuracy and Success Rate on a real-world robotic autonomous luggage trolley collection system. We further analyze the performance of different localization methods based on experiment results, revealing that the Keypoints method is most suitable for indoor environments to achieve the luggage trolley collection.
I Introduction
Currently, robots are widely use in our daily life, helping people handle various tasks encountered in life, such as sweeping, driving, and education. At present, the luggage trolleys at most airports need to be collected by human labor. Airports have to employ large numbers of people to collect and return the luggage trolleys to designated places for passengers to use. It is very labor-intensive and time-consuming. Therefore, using robots to collect luggage trolleys can significantly reduce the number of people involved in this work, improve the efficiency of the luggage trolley collection, and reduce airport management costs. However, the robotic autonomous luggage trolley collection is a complex system that integrates object detection, localization, motion planning, manipulation, etc.

In the luggage trolley collection, the robot needs to accurately reach the position behind the luggage trolley to achieve the necessary manipulation. Thus, an effective real-time localization method for the luggage trolley is crucial for robots to complete the luggage trolley collection at airports. At present, there are many localization methods, and each has its own characteristics and suitable scenarios.
The global positioning system (GPS) basically meets the need of localization for users in outdoor scenarios. Since the signal is attenuated and interrupted by the roofs and walls of the buildings, GPS is inefficient for indoor location-based services [1]. However, 80% of a person’s life is spent indoors [2]. Meanwhile, more and more skyscrapers, shopping malls, transportation hubs, stadiums, and medical centers are all over the city. A large number of localization requirements occur in the interior space of these modern buildings, such as personnel location, service robot, and indoor navigation. The value of indoor localization is becoming more and more evident. Academia and industry are gradually devoting a lot of effort and resources to this area. According to the type of sensors used, indoor localization methods can be roughly divided into three types:
-
•
Wireless sensor network localization: The sensors used in this method are RFID [3], UWB [4], etc. Generally speaking, the distance information between the sensors can be obtained through the ranging algorithm, such as TOA [5], TDOA [6], RSSI [7], etc. Then the geometric relationships are established to calculate the object’s position.
-
•
Visual localization: The sensors used in this method are monocular, binocular, and RGB-D cameras. This method achieves localization by estimating the camera’s pose from the captured image information. Visual simultaneous localization and mapping (VSLAM) is the famous research of visual localization.
-
•
Laser localization: Herein, the sensor usually is 2D or 3D lidar. One of the laser localization methods is to construct a map with lidar in advance, and then the location information is calculated by matching the lidar data with the map features. In addition, lidar can also obtain information based on optical properties. Thus, localization can be achieved based on the apparent difference in the reflection intensity of reflectors.
The airport is a kind of indoor environment, and the localization of the luggage trolley requires an effective indoor localization method. According to the above sensor classification, this article systematically evaluates the performance of four popular and representative indoor localization methods, including RFID, UWB, Keypoints, and Reflectors in robotic autonomous luggage trolley collection at airports, as shown in Fig. 1.
The contributions of our study are two-fold:
-
•
We establish a systematic evaluation framework, including quantitative and qualitative metrics, to evaluate the performance of four typical indoor localization methods.
-
•
The localization effect of these four methods is verified in the specific scenario of robotic autonomous luggage trolley collection. The verified results provide a valuable reference for the indoor localization of robots in other scenarios.
The rest of this article is organized as follows. Section II presents a review of related work. Section III details four indoor localization methods, including RFID, Keypoints, UWB, and Reflectors. The experiment setup, results, and discussion are explained in Section IV. Section V concludes this work and addresses the future direction.
II Related Work
Our work mainly focuses on effective indoor localization in robotic autonomous luggage trolley collection. To further clarify the motivation of this article, this section summarizes the research in this area and discusses the shortcomings of the existing research.
II-A Indoor Localization
In [8], the authors compare different indoor localization systems and present some challenges faced by localization systems. Liu et al. [9] review some wireless indoor localization methods and discuss different performance measurement criteria and some trade-offs among them. In [10], localization methods for mobile wireless sensor networks are reviewed. This survey mainly focuses on indoor and outdoor wireless sensor networks, provides a classification for mobile wireless sensors and localization, and gives some related practical applications of mobile sensors. Davidson and Piché [11] mainly review related indoor localization methods on smartphones, including localization based on Wi-Fi, Bluetooth, magnetic field fingerprinting, etc. A detailed overview of localization systems for emergency responders is provided in [12]. This review mainly discusses different indoor localization methods and their strengths and weaknesses in emergency response systems. Faheem et al. [13] present a detailed review of different indoor localization techniques, technologies, and systems. Besides, they propose an evaluation framework to evaluate different indoor localization systems. The localization system technologies, indoor localization techniques, localization detection techniques, and wireless technologies are introduced in [14].
However, most of the existing literature is a review of indoor localization methods, which focus on comparative analysis of principles without building an evaluation framework for systematic evaluation. Although a few kinds of literature have evaluated indoor localization methods, but there is no factual experimental verification. Therefore, in this work, we establish a systematic evaluation framework and design the real-world experiment to verify the performance of four popular indoor localization methods.
II-B Robotic Autonomous Luggage Trolley Collection
The first solution of robotic autonomous luggage trolley collection is proposed in [15]. They present a luggage trolley pose estimation method based on point cloud matching. Wang et al. [16] introduce a novel real-time path planning algorithm in robotic autonomous luggage trolley collection. They verify the effectiveness of the proposed algorithm in simulation experiments. A novel mobile manipulation system with applications in robotic autonomous luggage trolley collection is presented by Xiao et al. [17]. In localization, they use a keypoint detection net and the Efficient Perspective-n-Point (EPnP) algorithm [18] to get a 6D pose of the luggage trolley. Eventually, combined with the robot’s pose, the state of the luggage trolley can be obtained.
The robotic autonomous luggage trolley collection is a complex system, and it is challenging to address all issues in one study. The existing literature mainly focuses on the path planning algorithm and the design of the entire system. Although the indoor localization method based on vision is adopted to the luggage trolley, there is no complete comparative analysis, and the effectiveness of the luggage trolley localization has not yet been evaluated.
In response to the above problems, we select four representative methods, including RFID, UWB, Keypoints and Reflectors for evaluation and analysis. Based on the robotic autonomous luggage trolley collection, we design experiments on the real robot system to evaluate the performance of these four methods.
III Four Indoor Localization Methods
This section presents the main features of the four indoor localization methods we have selected for evaluation: RFID, UWB, Keypoints, and Reflectors. These four methods represent three different sensors used in indoor localization. The RFID and UWB methods depend on the wireless sensor. While, the Keypoints and Reflectors methods are based on visual and laser sensors, respectively.
III-A RFID Localization Method
RFID has the characteristics of non-contact communication, high data rate, and low cost [19], which make it be a good candidate for indoor localization. The principle of RFID is using radio frequency to conduct data communication between the RFID reader and the tag to achieve the purpose of identifying and tracking objects. RFID tags are divided into active and passive tags [20], and we use active tags in our experiment. With the RFID method, the location information of the receiving signal needs to be known in advance. When locating the luggage trolley, since the position of the luggage trolley is not fixed, the location information of the tag cannot be set in advance. Thus the real-time position of the luggage trolley cannot be obtained simply by collecting the tag information through the RFID reader. We set the position and the unique number of the antenna, and the localization of the luggage trolley can be obtained by receiving the unique number information of the antenna near the luggage trolley. In this way, the RFID system consists of an activator with four antennas, an RFID reader, an active tag, and a computer, as shown in Fig. 2.
One activator has four antennas, each with a corresponding position and a unique number. When the active tag is close to the antenna, it will be activated and carry the unique number of this antenna. When the active tag sends out a signal, it will also send this unique number. The system judges the current position of the tag through the strength and the antenna’s unique number of the detected tag signal. The localization accuracy of this RFID system mainly depends on the range of antenna detection.

III-B Keypoints Localization Method
The 6D pose estimation of objects is the key to many applications in the real world, especially for robot manipulation and grasping [21, 22].
As shown in Fig. 3, the six red 2D keypoints (, ) can be estimated by the stacked hourglass network structure. Then, we can solve the Perspective-n-Point (PnP) problem through the EPnP algorithm to obtain the 6D pose of the luggage trolley. The 6D pose consists of 3D rotation and 3D translation from the luggage trolley’s frame to the camera’s frame. Finally, combined with the localization of the robot, the state of the luggage trolley can be calculated.

III-C UWB Localization Method
UWB is a radio frequency technology that has received extensive attention for indoor precise localization in recent years. LinkTrack is currently an advanced indoor localization system based on UWB technology. There has been a lot of localization research based on the LinkTrack system. For example, Cao et al. [23] present a solution to estimate the relative localization of mobile robots. A multi-agent 2D relative pose localization approach based on the LinkTrack system is proposed by Fishberg and P. How [24]. Similarly, based on the LinkTrack system, we realize the indoor localization of the luggage trolley. The LinkTrack system is shown in Fig. 4. The four base stations at the room corners can locate the tag attached on the luggage trolley. Then the tag sends the localization information to the robot to help obtain the location of the luggage trolley.
The single-label UWB system can only obtain the and coordinates of the object. To get angle information, double labels are used in the UWB system.
Two labels are fixed on both sides of the luggage trolley, and they are set as points and , respectively. The coordinates of points and are
(1) |
is the midpoint between and , and the coordinates of are
(2) |
is the unit vector from to , and the coordinates of are
(3) |
The unit vector is obtained by rotating 90 degrees counterclockwise, and the coordinates of are
(4) |
Therefore, if is at a distance of in the unit direction of , the coordinates of are
(5) |

III-D Reflectors Localization Method
The reflector is a highly reflective material that can reflect the incoming light toward the light source. The more light the reflector reflects, the greater the reflection intensity of the reflector will be. Based on reflection intensity, we can use lidar to distinguish the reflectors from ordinary objects [25]. Because the installation and maintenance of reflectors are simple and convenient, they can be widely used in various scenarios. Therefore, identifying reflectors by lidar is also an effective indoor localization method.
The point cloud of the reflector can be obtained by setting a reflection intensity threshold to filter. As shown in Fig. 5, we filter the point cloud acquired by the lidar to get the point clouds of two reflectors attached to the pole behind the luggage trolley. Then, the obtained two-part point clouds are clustered by the K-Means method [26], and the center points of these two-part clouds are recorded as points and . Next, the method of obtaining the coordinates of point is the same as the method of UWB above.

IV Experiments and Results
In this section, we evaluate these four indoor localization methods through qualitative and quantitative experiments. The localization error of the RFID method is in meters, and the angle information of the luggage trolley cannot be obtained. Only using RFID for localization cannot complete the task of collecting luggage trolleys. Therefore, we only do qualitative analysis for the RFID method.
IV-A Experiment Setup
In qualitative experiments, we set Localization Accuracy, Mobile Power Supplies, Coverage Area, Cost, and Scalability to evaluate these four indoor localization methods. In quantitative experiments, we test the performance of the UWB, Keypoints and Reflectors methods in terms of Localization Accuracy and Success Rate.
The sensing range of the Keypoints, UWB, and Reflectors methods are different in distance and angle in localization. When comparing the localization accuracy of the Keypoints, UWB, and Reflectors methods, we choose the point where all three methods can complete the localization. In the experiment of statistical success rate, we fix the robot’s position and change the distance and angle of the luggage trolley, as shown in Fig. 6. In terms of the angle, we divide the quarter circle at intervals of 15°, and in terms of distance, we divide the diameter of the quarter circle at intervals of 1.5m from 3m to 9m. Besides, on the polar coordinates obtained by each combination of angle and distance, the luggage trolley rotates 360° at intervals of 30°. According to the symmetry, the success rate of the entire circular space can be represented by this quarter circle.

IV-B Experiment Results
IV-B1 Qualitative Experiment Results
We evaluate these four methods on several qualitative metrics of Localization Accuracy, Mobile Power Supplies, Coverage Area, Cost and, Scalability. The results are shown in Table I.
-
•
Localization Accuracy: One of the most critical characteristics of indoor localization methods is the localization accuracy. Especially in robotic grasping operations, a good indoor localization method should be able to locate the object within a range of 10cm (known as ).
-
•
Mobile Power Supplies: In the indoor localization method, the part that consumes a lot of power should be moved to the server or an entity that can obtain an uninterruptible power supply. Due to the limitations of communication, some indoor localization methods still need to be equipped with mobile power.
-
•
Coverage Area: We hope that the indoor localization method can achieve effective localization in large indoor spaces such as hospitals, shopping malls, airports, etc. High coverage area can reduce the equipment required and thus reduce the cost of money in localization.
-
•
Cost: The cost of money in the indoor localization method should not be high. In particular, an ideal method should have no additional costs, including extra equipment and installation costs. The accuracy of localization can be improved by adding proprietary hardware devices, but it also leads to additional costs.
-
•
Scalability: A localization system should be scalable, meaning that the accuracy and real-time localization are not affected by the increase in localization objects. At the same time, it is also necessary to consider the cost caused by the rise in localization objects.
Regarding Localization Accuracy, the RFID method is about 1-4 and the other three methods are all within 10, as shown in Table I. The more accurate comparison among the Keypoints, UWB, and Reflectors methods is explained in subsequent quantitative experiments.
Mobile Power Supplies means additional mobile power required in luggage trolley collection. The Keypoints method requires no extra mobile power because it requires no additional equipment other than the camera installed on the robot. Although the RFID method uses an active tag, the tag has its own battery, which lasts for a long time. The UWB method needs to communicate between multiple tags, and each tag needs to be equipped with a mobile power supply. The comparison of the four methods related to mobile power supplies is shown in Table I.
The activator of the RFID method has four antennas, each antenna covers about 55.39, and the total coverage area is about 222. The coverage area of the Keypoints method is about 48. In theory, the coverage area of the UWB method is about 40 40, which is 1600. The coverage area of the Reflectors method is about 118. The area comparison of the four methods is shown in Fig. 7.

We count the cost of the equipment. The cost of the RFID and UWB methods is about US$500 (one activator with four antennas, one RFID reader, and one active tag) and US$700 (seven tags, four supports, and four mobile power supplies), respectively. The robot needs to achieve global localization through lidar, so the Reflectors method does not need additional lidar. The cost of the Reflectors method is about US$3 (two reflectors), and the cost of the Keypoints method is about US$400 (one camera). RFID and UWB methods need to build additional systems, and the Reflectors method needs to stick reflectors. The Keypoints method needs to install the camera once. The installation of the Reflectors and Keypoints methods is simple and inexpensive. Installing the RFID and UWB methods is troublesome and requires much cost. Therefore, it is not difficult to find that the total cost of the RFID and UWB methods is high, and the total cost of the Reflectors and Keypoints methods is low and middle, respectively, as shown in Table I.
When the number of localization objects increases, both RFID and UWB methods need to increase equipment to ensure the accuracy and effectiveness of localization. For example, each additional luggage trolley needs to be equipped with a corresponding tag. Besides, if the distribution space of the luggage trolley increases, corresponding reference points and anchors need to be added. However, the Keypoints method does not need to add any equipment as long as the keypoints of the luggage trolley remains unchanged, and the Reflectors method needs to paste the corresponding reflectors on the luggage trolley. Therefore, the scalability of the RFID and UWB methods is low, and the scalability of the Keypoints and Reflectors method is high and middle, respectively, as shown in Table I.
Methods | RFID | Keypoints | UWB | Reflectors |
---|---|---|---|---|
Localization Accuracy | 1-4m | 1-10cm | 1-10cm | 1-10cm |
Mobile Power Supplies | No | No | Yes | No |
Coverage Area | ||||
Cost | High | Middle | High | Low |
Scalability | Low | High | Low | Middle |
IV-B2 Quantitative Experiment Results
We calculate the Mean Absolute Error (MAE) and Root Mean Square Error (RMSE) between the coordinates observed by the UWB, Keypoints, and Reflectors methods and the coordinates of ground truth. The formulas of MAE and RMSE are as follows:
(6) |
(7) |
The results are shown in Table II. Through the calculation results of MAE and RMSE, we can find that the coordinates obtained by the Reflectors method are the most accurate, followed by the Keypoints method, and finally, by the UWB method. We analyze the reason that when the lidar of the Reflectors method detects the reflectors, there is not much error introduced. The Keypoints method can produce solution errors when estimating the camera pose. In the UWB method, errors will occur due to white noise when the signal is transmitted, and it is not easy to avoid.
Methods | Keypoints | UWB | Reflectors |
---|---|---|---|
MAE | 0.1386 | 0.1813 | 0.1211 |
RMSE | 0.1167 | 0.1622 | 0.1083 |
At each polar coordinate point, we calculate the success rate of each method to complete the collection task under different angles of the luggage trolley. At a certain rotation angle of the luggage trolley, we only consider two results: success or failure. Then the success rate of the luggage trolley collected by the robot at this polar coordinate point can be counted, and the results are shown in Fig. 8. Part of the real-world experimental process is shown in Fig. 9.
From the results, we can find that the success rate of the UWB method is 100% from 0° to 90°. This is because the coverage area of the UWB method is a space of 40 40, which is much larger than our experimental range. And the localization accuracy of the UWB method can meet the requirements of the luggage trolley collection. The success rate of Keypoints and Reflectors methods is affected by the distance between the robot and the luggage trolley and the angle of the luggage trolley. The success rate of the Keypoints method is 0% from 45° to 90°. Because this range is beyond the camera’s field of view, the keypoints of the luggage trolley cannot be obtained. In addition, even if the luggage trolley is within the camera’s field of view, the keypoints information cannot be accepted due to the occlusion of the luggage trolley itself. For example, the success rate is 91% at 0° because the occlusion of the luggage trolley itself affects the recognition of the keypoints at some angles. The occlusion effect will be exacerbated as the distance increases and the success rate decreases even lower. Because the reflectors are pasted on the back of the luggage trolley, the lidar can only obtain the information of the reflectors on the back of the luggage trolley, resulting in a low success rate of the Reflectors method. At the same time, it is evident that the recognition of the reflectors is affected by the distance, and the information of the reflectors’ intensity cannot be obtained beyond a certain distance.



IV-C Discussion
These four methods have their characteristics and applicable scenarios. Although both RFID and UWB methods use the wireless sensor, the RFID method cannot meet the requirements in scenarios with high requirements of localization accuracy. If the accuracy requirements are not high, but the mobile power supply cannot be provided, the RFID method is more suitable than the UWB method.
The Keypoints, UWB, and Reflectors methods can meet the localization accuracy of the luggage trolley collection. These three methods also represent the use of three different sensors: the wireless sensor, the visual sensor, and the laser sensor. The Keypoints method does not require mobile power supplies, and the localization of the Keypoints method is relatively stable and accurate within the camera’s field of view. Due to the extra hardware equipment, the UWB method can accurately and effectively realize object localization. Still, the most significant limitation of this method is that additional tags are required, and each tag requires a mobile power supply. The localization capability of the Reflectors method is the most accurate, but this method is greatly affected by the reflectors’ pasting position and the sensor’s recognition distance.
In robotic autonomous luggage trolley collection at airports, the localization accuracy of the luggage trolley is the first issue that needs to be considered, so the RFID method is unsuitable for this scenario. In addition, there are so many luggage trolleys at the airport, and adding mobile power suppliers to each luggage trolley is a huge cost, so the UWB method is not suitable. The environment of the airport is complex, and the placement of the luggage trolleys is messy. The localization method needs to be robust, which can adapt to the airport’s complexity, and handle various uncertainties [27]. Besides, it is unrealistic to paste reflectors at all angles of the luggage trolley, so the Reflectors method is unsuitable. Therefore, among the several methods that can accomplish the luggage trolley collection, the Keypoints method is undoubtedly the most practical considering Localization Accuracy, Mobile Power Supplies, Coverage Area, Cost, Scalability, and Success Rate. Although the methods compared in this article are limited, each method is very representative, and they represent different sensor applications. In a single-sensor comparison, the vision-based method is best suitable for the robotic autonomous luggage trolley collection.
V Conclusions and Future Work
In this article, we systematically evaluate the performance of four popular and representative indoor localization methods through qualitative and quantitative experiments. According to the analysis of experiment results, we find that the Keypoints method is the most suitable for the robotic autonomous luggage trolley collection. Under specific scenarios and tasks, the emphases and requirements for localization methods are different. As we have shown above, each method has its applicable scenarios. The analysis and experiment results of this article, especially the verification experiments in the specific scenario of robotic autonomous luggage trolley collection, can provide reference for the indoor localization of robots in other scenarios.
In future work, we plan to implement these popular localization methods in real airports, such as Hong Kong International Airport and Shenzhen Baoan International Airport, to further test their performance and develop the most suitable localization method to achieve robotic autonomous luggage trolley collection.

References
- [1] S. Nirjon, J. Liu, G. DeJean, B. Priyantha, Y. Jin, and T. Hart, “Coin-gps: Indoor localization from direct gps receiving,” in Proceedings of the 12th annual international conference on Mobile systems, applications, and services, 2014, pp. 301–314.
- [2] N. Singh, S. Choe, and R. Punmiya, “Machine learning based indoor localization using wi-fi rssi fingerprints: An overview,” IEEE Access, vol. 9, pp. 127 150–127 174, 2021.
- [3] F. Tlili, N. Hamdi, and A. Belghith, “Accurate 3d localization scheme based on active rfid tags for indoor environment,” in 2012 IEEE International Conference on RFID-Technologies and Applications (RFID-TA). IEEE, 2012, pp. 378–382.
- [4] X. Yubin, J. Weilin, and S. Xuejun, “Toa estimate algorithm based uwb location,” in 2009 International Forum on Information Technology and Applications, vol. 1. IEEE, 2009, pp. 249–252.
- [5] J. J. Leonard and H. F. Durrant-Whyte, “Simultaneous map building and localization for an autonomous mobile robot.” in IROS, vol. 3, 1991, pp. 1442–1447.
- [6] X. Chen and Z. Gao, “Indoor ultrasonic positioning system of mobile robot based on tdoa ranging and improved trilateral algorithm,” in 2017 2nd International Conference on Image, Vision and Computing (ICIVC). IEEE, 2017, pp. 923–927.
- [7] M. Hamdollahzadeh, R. Amiri, and F. Behnia, “Optimal sensor placement for multi-source aoa localisation with distance-dependent noise model,” IET Radar, Sonar & Navigation, vol. 13, no. 6, pp. 881–891, 2019.
- [8] K. Al Nuaimi and H. Kamel, “A survey of indoor positioning systems and algorithms,” in 2011 international conference on innovations in information technology. IEEE, 2011, pp. 185–190.
- [9] H. Liu, H. Darabi, P. Banerjee, and J. Liu, “Survey of wireless indoor positioning techniques and systems,” IEEE Transactions on Systems, Man, and Cybernetics, Part C (Applications and Reviews), vol. 37, no. 6, pp. 1067–1080, 2007.
- [10] I. Amundson and X. D. Koutsoukos, “A survey on localization for mobile wireless sensor networks,” in Mobile Entity Localization and Tracking in GPS-less Environnments: Second International Workshop, MELT 2009, Orlando, FL, USA, September 30, 2009. Proceedings. Springer, 2009, pp. 235–254.
- [11] P. Davidson and R. Piché, “A survey of selected indoor positioning methods for smartphones,” IEEE Communications Surveys & Tutorials, vol. 19, no. 2, pp. 1347–1370, 2016.
- [12] A. F. G. G. Ferreira, D. M. A. Fernandes, A. P. Catarino, and J. L. Monteiro, “Localization and positioning systems for emergency responders: A survey,” IEEE Communications Surveys & Tutorials, vol. 19, no. 4, pp. 2836–2870, 2017.
- [13] F. Zafari, A. Gkelias, and K. K. Leung, “A survey of indoor localization systems and technologies,” IEEE Communications Surveys & Tutorials, vol. 21, no. 3, pp. 2568–2599, 2019.
- [14] H. Obeidat, W. Shuaieb, O. Obeidat, and R. Abd-Alhameed, “A review of indoor localization techniques and wireless technologies,” Wireless Personal Communications, vol. 119, pp. 289–327, 2021.
- [15] C. Wang, X. Mai, D. Ho, T. Liu, C. Li, J. Pan, and M. Q.-H. Meng, “Coarse-to-fine visual object catching strategy applied in autonomous airport baggage trolley collection,” IEEE Sensors Journal, vol. 21, no. 10, pp. 11 844–11 857, 2020.
- [16] J. Wang and M. Q.-H. Meng, “Real-time decision making and path planning for robotic autonomous luggage trolley collection at airports,” IEEE Transactions on Systems, Man, and Cybernetics: Systems, vol. 52, no. 4, pp. 2174–2183, 2022.
- [17] A. Xiao, H. Luan, Z. Zhao, Y. Hong, J. Zhao, W. Chen, J. Wang, and M. Q.-H. Meng, “Robotic autonomous trolley collection with progressive perception and nonlinear model predictive control,” in 2022 International Conference on Robotics and Automation (ICRA), 2022, pp. 4480–4486.
- [18] V. Lepetit, F. Moreno-Noguer, and P. Fua, “Ep n p: An accurate o (n) solution to the p n p problem,” International journal of computer vision, vol. 81, pp. 155–166, 2009.
- [19] K. Yamano, K. Tanaka, M. Hirayama, E. Kondo, Y. Kimuro, and M. Matsumoto, “Self-localization of mobile robots with rfid system by using support vector machine,” in 2004 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)(IEEE Cat. No. 04CH37566), vol. 4. IEEE, 2004, pp. 3756–3761.
- [20] R. Tesoriero, J. A. Gallud, M. Lozano, and V. M. R. Penichet, “Using active and passive rfid technology to support indoor location-aware systems,” IEEE Transactions on Consumer Electronics, vol. 54, no. 2, pp. 578–583, 2008.
- [21] A. Collet, M. Martinez, and S. S. Srinivasa, “The moped framework: Object recognition and pose estimation for manipulation,” The international journal of robotics research, vol. 30, no. 10, pp. 1284–1306, 2011.
- [22] M. Zhu, K. G. Derpanis, Y. Yang, S. Brahmbhatt, M. Zhang, C. Phillips, M. Lecce, and K. Daniilidis, “Single image 3d object detection and pose estimation for grasping,” in 2014 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2014, pp. 3936–3943.
- [23] Z. Cao, R. Liu, C. Yuen, A. Athukorala, B. K. Kiat Ng, M. Mathanraj, and U.-X. Tan, “Relative localization of mobile robots with multiple ultra-wideband ranging measurements,” in 2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2021, pp. 5857–5863.
- [24] A. Fishberg and J. P. How, “Multi-agent relative pose estimation with uwb and constrained communications,” in 2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2022, pp. 778–785.
- [25] J. Yu, A. Shen, X. Luo, and T. Xiao, “Robot localization using laser positioning of reflectors based on icp,” in 2021 33rd Chinese Control and Decision Conference (CCDC), 2021, pp. 3145–3149.
- [26] S. Na, L. Xumin, and G. Yong, “Research on k-means clustering algorithm: An improved k-means clustering algorithm,” in 2010 Third International Symposium on Intelligent Information Technology and Security Informatics, 2010, pp. 63–67.
- [27] J. Li, Z. Xu, D. Zhu, K. Dong, T. Yan, Z. Zeng, and S. X. Yang, “Bio-inspired intelligence with applications to robotics: a survey,” Intelligence & Robotics, vol. 1, no. 1, pp. 58–83, 2021.