Literature DB >> 26389906

INS/GPS/LiDAR Integrated Navigation System for Urban and Indoor Environments Using Hybrid Scan Matching Algorithm.

Yanbin Gao1, Shifei Liu2, Mohamed M Atia3, Aboelmagd Noureldin4.   

Abstract

This paper takes advantage of the complementary characteristics of Global Positioning System (GPS) and Light Detection and Ranging (LiDAR) to provide periodic corrections to Inertial Navigation System (INS) alternatively in different environmental conditions. In open sky, where GPS signals are available and LiDAR measurements are sparse, GPS is integrated with INS. Meanwhile, in confined outdoor environments and indoors, where GPS is unreliable or unavailable and LiDAR measurements are rich, LiDAR replaces GPS to integrate with INS. This paper also proposes an innovative hybrid scan matching algorithm that combines the feature-based scan matching method and Iterative Closest Point (ICP) based scan matching method. The algorithm can work and transit between two modes depending on the number of matched line features over two scans, thus achieving efficiency and robustness concurrently. Two integration schemes of INS and LiDAR with hybrid scan matching algorithm are implemented and compared. Real experiments are performed on an Unmanned Ground Vehicle (UGV) for both outdoor and indoor environments. Experimental results show that the multi-sensor integrated system can remain sub-meter navigation accuracy during the whole trajectory.

Entities:  

Keywords:  LiDAR; Scan Matching; Unmanned Ground Vehicle; Urban and Indoor Navigation

Year:  2015        PMID: 26389906      PMCID: PMC4610570          DOI: 10.3390/s150923286

Source DB:  PubMed          Journal:  Sensors (Basel)        ISSN: 1424-8220            Impact factor:   3.576


1. Introduction

Navigation can be simply concluded to solve the problem of determining the time varying position and attitude of a moving object based on the equipped proprioceptive sensors (inertial sensors, odometer, etc.) and exteroceptive sensors (laser scanner, camera, etc.). The techniques of positioning can be roughly categorized into relative positioning and absolute positioning. Relative positioning is the process of calculating the current position by using a known initial position, and the estimated or known speed over elapsed time. Inertial Navigation System (INS), which is a self-contained system and is immune to interference, belongs to this category. Due to the advancements in microelectronics and micromachining technologies, inertial sensors have evolved from bulky and expensive mechanical design to compact and affordable grade. However, whether it be the traditional mechanical or the Micro-Electro-Mechanical System (MEMS)-based inertial sensors, they are subject to different level of systematic and stochastic errors. These errors will accumulate in the integration process and grow without bound in the long run. Absolute positioning is to make measurements with respect to given reference systems, including Global Positioning System (GPS), active beacons (like wireless local area network, Bluetooth, ultra-wideband, active Radio-frequency Identification (RFID), etc.), passive beacons (like passive RFID, Near Field Communication (NFC) [1,2]), and manmade or natural landmarks, etc. GPS can provide accurate position, velocity and time information all-day in all weather conditions anywhere on the earth when line of sight to at least four satellites are available. However, GPS is susceptible to signal jamming and outage in challenging environments like urban and indoor areas, where satellite signals are unreliable or unavailable. Therefore, both relative positioning and absolute positioning possess advantages and disadvantages, which makes the standalone positioning technique fail to achieve sustainable accuracy. This limitation can be solved by integrating relative positioning and absolute positioning techniques, like the integration of INS and GPS. Fruitful achievements have been gained in the different integration schemes of INS and GPS. However, urban and indoor environments still remain as challenges due to the unreliability and unavailability of GPS. Another technique that is commonly used in positioning and mapping applications is Light Detection and Ranging (LiDAR). LiDAR can provide accurate bearing and range measurements about the objects in the environments at high frequency. These measurements at each sampling epoch is a sequence of scanned points representing the general contour of the environment observed at the location of the LiDAR, which is defined as a scan. Comparing the working environments of GPS and LiDAR, it is revealed that they work well under complementary environments [3]. Specifically, in open sky, there is less potential of satellites signals blockage for GPS, while LiDAR tends to have less measurements due to the limited scanning range. In this case, it is either difficult to extract features from LiDAR measurements or to successfully match scanned points to estimate pose. In urban area, where there are tall buildings around, GPS suffers from signal jamming and multipath, while LiDAR can detect the building walls which can be extracted as features in the LiDAR measurements. In indoor environments, GPS loses line of sight to satellites, while LiDAR measurements are rich and it is easy to extract features from them. Therefore, integrating GPS and LiDAR with INS can provide continuous corrections to INS. In this paper, this multi-sensor navigation system for both outdoor and indoor environments is introduced. The organization of the paper is as follows: Section 2 provides a review of literatures related to LiDAR-based integrated navigation systems and scan matching methods. The quaternion-based INS mechanization is given in Section 3. Section 4 introduces the hybrid scan matching algorithm. Section 5 is the filter design. Section 6 presents the experimental results and analysis. Section 7 is the conclusion.

2. Literature Review

In the literature, LiDAR has been successfully applied on platforms like land vehicles, aerial vehicles and pedestrians to implement autonomous navigation, localization and mapping. The integration of LiDAR with other sensors has been intensively studied, like the integration with inertial sensors in [4,5,6], the integration with INS and camera in [7,8], the integration with GPS in [9,10], and integration with INS and GPS in [3,11]. In most of the INS/LiDAR integration works, LiDAR is loosely coupled with INS, where the pose estimation from LiDAR and INS respectively are fused through Kalman Filter (KF) or Partial Filter (PF). While in [12,13], the tight integration of LiDAR and INS are reported, where extracted feature information is used in the filter as update. Scan matching is a common technique that has been adopted to estimate pose change from LiDAR measurements. The scan matching method can be broadly classified into three different categories: feature-based scan matching, point-based scan matching and mathematical property-based scan matching [14]. Feature-based scan matching method transforms the raw LiDAR scan points into a more efficient representation. By tracking the feature parameters change or pose change oven two scans, the pose change of the vehicle can be derived. Some commonly used features are line segments [15,16,17,18], corners and jump edges [19,20], lane markers [21] and curvature functions [22]. The point-based scan matching method directly deals with the raw LiDAR scan points by searching and matching corresponding points between two scans. The Iterative Closest Point (ICP) algorithm [23,24] and its variants [25] are the most popular methods to solve the point-based scan matching problem, due to their simplicity and effectiveness. For the mathematical property-based scan matching method, it can be based on histogram [26], Hough transformation [27], normal distribution transform [28] or cross-correlation [29]. In our earlier works [13] and [30], we respectively implemented tightly coupled and loosely coupled INS and LiDAR integration with feature-based scan matching method for 2D indoor navigation. The feature-based scan matching method is efficient and accurate. However, it relies on the features in the environments. If the system is extended to outdoor or indoor unconstructed environments, it may fail to work properly. Besides, a loosely coupled INS and LiDAR integration with ICP-based scan matching method is presented in [31]. ICP-based scan matching method is accurate and independent of environment features. Efforts are made to accelerate this scan matching method. However, iterations to optimally align the scans are inevitable. Different from existing works, a multi-sensor integrated navigation system for both outdoor and indoor environments with an innovative scan matching algorithm is proposed and implemented on an Unmanned Ground Vehicle (UGV). The main contributions of this paper are summarized as below: GPS and LiDAR are used as aiding systems to alternatively provide periodic corrections to INS in different environments. A quaternion-based error model is used to fuse multi-sensor information. An innovative hybrid scan matching algorithm that combines feature-based scan matching method with ICP-based scan matching method is proposed due to their complementary characteristics. Based on the proposed hybrid scan matching algorithm, both loosely coupled and tightly coupled INS and LiDAR integration are implemented and compared using real experimental data.

3. Quaternion-Based INS Mechanization

The INS mechanization involves different frames and their transformation. The navigation solutions are represented in navigation frame while inertial sensors measure angular velocity and acceleration of the vehicle directly in the body frame. The definitions of the frames used in the paper are listed in Table 1.
Table 1

Frames definitions.

FramesDefinition
Body frameOrigin: Vehicle center of mass.
Y: Longitudinal (forward) direction.
X: Transversal (lateral) direction.
Z: Up vertical direction.
Navigation frameOrigin: Vehicle center of mass.
Y: True north direction.
X: East direction.
Z: Up direction.
Frames definitions. There are many formulations to represent the orientation of the vehicle such as Direct Cosine Matrix (DCM), Eular angles, and quaternion. In this work, the quaternion formulation is used due to its computational efficiency and lack of singularities. The quaternion vector is denoted as: The quaternion-based rotation matrix from body frame to navigation frame is given in Equation (2), where the superscript means the navigation frame and the subscript denotes the body frame.

3.1. Position Mechanization Equations

The position vector is expressed in geodetic coordinate in the Earth-centered Earth-fixed (ECEF) frame. The position vector is given as: where is the latitude, is the longitude, is the altitude. As the vehicle moves, the rate of change in position can be expressed as below: where , and are the velocity components in the east, north and up directions respectively. is the meridian radius of the ellipsoid while is the normal radius of the ellipsoid.

3.2. Velocity Mechanization Equations

The measurements of the three-axis accelerometer are the vehicle specific force in the body frame. It should be transformed to navigation frame first, and then integrates to derive vehicle velocity in the navigation frame. To transform the specific force from body frame to navigation frame, the quaternion-based rotation matrix is used. The transformation is given by Equation (7): where is specific force vector in body frame, and is acceleration components in the navigation frame. However, the acceleration derived from Equation (7) cannot be used directly due to the following effects: (1) Earth rotation rate . The earth rotation rate in the navigation frame is: (2) Angular velocity caused by the change of orientation of the navigation frame with respect to the earth , which is also called transportation rate. It can be expresses as: (3) The earth’s gravity field . The gravity field vector in the navigation frame is: These factors need to be compensated for in . The rate of change in velocity is given as: where is velocity vector in the navigation frame, is the skew-symmetric matrix of . Due to the high noise level of the MEMS grade inertial sensors, the earth rotation rate cannot be detected. Furthermore, when the vehicle moves in low speed, the transportation rate is negligible. Therefore, the simplified rate of change in velocity can be rewritten as:

3.3. Attitude Mechanization Equations

The differential equation of the quaternion is [32]: where is the angular velocity of the body frame with respect to the navigation frame represented in the body frame. It is given in Equation (14). is the gyroscope measurement in the body frame, representing the angular velocity of the body frame with respect to the inertial frame. However, since the earth rotation rate and the transportation rate are negligible, Equation (14) can be simplified as: By implementing matrix multiplication in Equation (13), it can be rewritten as: After updating the quaternion using Equation (16), the quaternion-based rotation matrix is also updated. The attitude of the UGV can be computed based on the relationship between attitude angles and the quaternion-based rotation matrix. The formulations of pitch, roll and azimuth are given as:

4. Hybrid Scan Matching Algorithm

4.1. Feature-Based Scan Matching Method

In this paper, the line feature is used due to its richness in indoor environments. The line feature is characterized by two parameters: the perpendicular distance from the origin of the vehicle body frame to the extracted line , and the angle between the x-axis of the body frame and the norm of the extracted line as shown in Figure 1. If the estimated vehicle relative position and azimuth changes , , and are used as LiDAR updates in the filter, it is defined as loosely coupled. In this case, at least two non-collinear line features have to be matched over two scans to accurately estimate relative position change. In the other integration scheme, change of the perpendicular distance from LiDAR to the line feature over two scans , and azimuth change are used as LiDAR updates, which is defined as tightly coupled. In this case, at least one line feature is required to be matched over two scans. Therefore, INS/LiDAR integration with line feature-based scan matching method cannot work when no line features are successfully matched over two scans.
Figure 1

The vehicle pose change over two consecutive scans.

The vehicle pose change over two consecutive scans. Figure 1 demonstrates the same line feature in the body frame at epoch and . The relative position changes along both axes are defined as and , while the azimuth change is defined as . The change of the perpendicular distance from LiDAR to the line feature over two scans is connected with the vehicle relative position changes and in the following format: The relation between vehicle azimuth change and line feature angle change is straightforward, which can be represented as:

4.2. Iterative Closest Point (ICP) Scan Matching Method

Given the current scan and the reference scan, the ICP-based scan matching method is described as follows: Inertial sensors provide initial rotation and translation; Transform the current scan using the current rotation and translation; For each point in the transformed current scan, find its two closest corresponding points in the reference scan; Minimize the sum of the square distance from point in the transformed current scan to the line segment containing the two closest corresponding points. Check whether the convergence is reached. If so, the algorithm will continue to process the next new scan. Otherwise, it will return to step two to search new correspondences again and repeat the procedures. Although the point-to-line distance metric has quadratic convergence with a good initial rotation and translation guess, the correspondences search and the iteration are still time-consuming, which limits its ability for real-time application.

4.3. Hybrid Scan Matching Algorithm

From the description above, the featured-based scan matching method works accurately and efficiently in feature rich environments. However, it heavily relies on the features in the environments and has limited ability to cope with unstructured or cluttered environments. The ICP-based scan matching method can perform accurately and robustly in more general environments. However, it requires time-consuming correspondences search and iterations to optimally align the scans. It is easy to find out that the advantages and disadvantages of the two scan matching methods are complementary. Therefore, the hybrid scan matching algorithm is proposed to combine the two scan matching methods to benefit from the advantages and avoid the disadvantages. Specifically, the hybrid scan matching method will work in the default feature-based scan matching mode. However, when less than two non-collinear line features (for loosely coupled system) or no lines (for tightly coupled system) are matched over two scans, the ICP-based scan matching will be activated, and the hybrid scan matching algorithm will transit to ICP-based scan matching mode. In this way, the hybrid scan matching algorithm can achieve efficiency and robustness concurrently.

5. Filter Design

Information from multi-sensor are fused through an Extended Kalman Filter (EKF). The system model and measurement model are described in the following subsections. The block diagram of the multi-sensor integrated navigation system is shown in Figure 2.
Figure 2

The block diagram of the multi-sensor integrated navigation system.

The block diagram of the multi-sensor integrated navigation system.

5.1. System Model

In the proposed system, the error state vector for the EKF is defined as: where the elements in are error in position , error in velocity , error in quaternion , error in gyroscope bias , error in accelerometer biases , error in relative position changes , , and error in azimuth change respectively. and are modelled as first-order Gauss-Markov process, which is given in the following general form: where is the standard deviation, is the reciprocal of the time constant of the autocorrelation function of , and is zero-mean Gaussian noise. By applying Taylor expansion to INS position and velocity mechanization equations, quaternion differential equations, relative position changes and azimuth change equations, the linearized system error model is given as: where the transition matrix can be written as [33]: In the derivation of matrix, the terms that are divided by the square of the earth radius are ignored. The elements in matrix are given as below: where , , , where and are the reciprocal of the time constant of the random process associated with the gyroscope bias and accelerometer bias respectively. where is vehicle velocity. The process noise vector contains the noises in gyroscope measurements, noises in accelerometer measurements, and the Gaussian noises associated in the first order Gauss-Markov process of gyroscope bias and accelerometer bias. The non-zeros elements in the noise coupling matrix are: , where and are the standard deviation of the gyroscope bias and accelerometer bias respectively.

5.2. Measurement Model

5.2.1. GPS Measurements

In outdoor environments where GPS signals are available, position and velocity solutions from GPS are integrated with INS at the rate of 1 Hz. The measurement model for INS/GPS loosely coupled scheme is: where the subscript means the corresponding system measurements.

5.2.2. LiDAR Measurements

The relative position and azimuth changes from LiDAR and INS respectively are integrated at the rate of 5 Hz. If the estimated vehicle relative position and azimuth changes , , and are used as LiDAR measurements, the measurement model can be given in Equation (24). This measurement model is used when INS and LiDAR are loosely coupled with feature-based scan matching method or ICP-based scan matching method. where , and are given as below: where is sampling interval, and is the angular velocity along the vertical axis projected in the horizontal plane, where all LiDAR scanned points are projected into before line feature extraction and scan matching procedures. It can be written as: If change of the perpendicular distance from LiDAR to the line feature over two scans , and azimuth change are used as LiDAR measurements, the measurement model can be given in Equation (29). This measurement model is used when INS and LiDAR are tightly coupled with feature-based scan matching method. where is the number of line features that has been matched over two scans, and should holds. represents the perpendicular distance change of the th matched line feature pair over two scans. It has the following format:

5.2.3. Odometer and Barometer Measurements

The velocity from odometer and height information from barometer are fused with INS velocity and altitude estimation at the rate of 10 Hz. The measurement model is written as below:

6. Experimental Results and Analysis

The UGV used in the experiment is called Husky A200 from Clearpath Robotics Inc. (Kitchener, ON, Canada) as shown in Figure 3. This UGV is wirelessly controlled and the platform is equipped with a quadrature encoder, a SICK laser scanner LMS111 [34] and a GPS/INS data logger that includes a GNSS receiver (u-blox LEA-6T), an IMU from VTI Technologies Inc., and a barometer from Measurements Specialties.
Figure 3

Experiment platform: Husky A200.

Experiment platform: Husky A200. The experiment starts outdoors on a square without building or foliage blockage. Then the UGV travels from outdoor into the building through four ramps. For the rest of the experiment, the UGV moves along the corridor clockwise for one loop and stops in front of the elevator where it starts the motion indoors. While moving in the corridor, the UGV enters a copy room, a classroom and a lab room respectively. The length of the trajectory that the UGV travels is around 440 m and the travelling time is around 16 min. GPS is integrated with INS/odometer/barometer in the beginning of the experiment outdoor for 234 s before the GPS solutions become unreliable. Then, LiDAR replaces GPS to integrate with INS/odometer/barometer in the ramps part and indoor environments. Two integration scheme of INS and LiDAR with hybrid scan matching algorithm are implemented and compared. The generated trajectories are very close and only the trajectory from tightly coupled navigation system is presented in Figure 4.
Figure 4

The generated trajectory from tightly coupled navigation system.

The generated trajectory from tightly coupled navigation system. For better presentation, the trajectory after GPS ends has been rotated counter clockwise by an angle of 17 degrees. For the indoor part, the trajectory is plotted on the map of the building. While traveling indoor, the UGV stops at seven points for at least 10 s to generate reference locations, which are defined as waypoints. The LiDAR-aided part trajectory, the rooms that UGV enters, and seven waypoints are illustrated in Figure 5.
Figure 5

Indoor part trajectory.

Indoor part trajectory. During the LiDAR-aided navigation period, the filter implements 3527 times LiDAR measurement updates. For loosely coupled INS/LiDAR system with hybrid scan matching algorithm, the hybrid scan matching algorithm works in line feature-based scan matching mode for most of the time, and ICP-based scan matching mode is activated for 135 times. Among them, 105 times happen outside on the ramps and 30 times occur mostly in the copy room and classroom. This is reasonable since the railings of the ramps are made of vertical metal bars, and the laser beams can go through the space between the bars and does not reflect back. This will cause discontinuous short line segments. The line segments shorter than a threshold will be discarded in the line extraction process. Therefore, in unstructured environments like ramps and rooms with cluttered objects, it is difficult to extract and match at least two non-collinear line features. However, for tightly coupled INS/LiDAR system with hybrid scan matching algorithm, ICP-based scan matching mode is activated for only 6 times and all of them happen on the ramps. This means for 99.83% of the trajectory, at least one line feature can be matched over two scans. The comparison of the two integration schemes of INS and LiDAR with hybrid scan matching algorithm is shown in Table 2. It can be clearly seen from the table, while performing the hybrid scan matching algorithm, the line feature-based scan matching scheme plays a dominant role, which maintains the computational efficiency. The ICP-based scan matching mode fills the gaps when less than two non-collinear line features (for loosely couple) or no line features (for tightly coupled) are matched over two scans. This guarantees the accuracy and robustness of the LiDAR-derived measurement updates.
Table 2

Comparison of loosely coupled and tightly coupled INS/LiDAR systems.

Integration SchemesFeature-Based Scan Matching Activated Times (Percentage)ICP-Based Scan Matching Activated Times (Percentage)
OutdoorIndoor
Loosely coupled system3392 (96.17%)105 (2.98%)30 (0.85%)
Tightly coupled system3521 (99.83%)6 (0.17%)0
Comparison of loosely coupled and tightly coupled INS/LiDAR systems. Position errors are calculated at the waypoints to assess the accuracy of the integrated solutions after GPS ends for INS, INS/LiDAR loosely coupled and tightly coupled systems. The results are demonstrated in Table 3. For INS, the position solutions are derived based on dead reckoning. As UGV moves, the position error of INS standalone grows gradually and reaches 13.53 m in the end. This is unsatisfactory for accurate indoor navigation. In contrast, the integrated navigation systems (loosely coupled and tightly coupled) can remain an average sub-meter level accuracy.
Table 3

Position errors.

Localization Errors(m)1234567Average
INS1.434.6610.968.736.226.4813.537.43
Loosely coupled system0.180.690.620.600.460.730.600.55
Tightly coupled system0.120.450.270.630.320.510.800.44
Position errors. If we compare the loosely coupled system and tightly coupled system, it can be found that the position accuracy of the tightly coupled system is slightly higher than the loosely coupled system with shorter running time and less limitation on the environment structure. This makes the tightly coupled system preferable over the loosely coupled system. The attitude angles are shown in Figure 6. As can be seen from the figure, pitch and roll are relatively smaller when the UGV is stationary or in indoor environments. During the period of 300 s to 400 s, pitch grows from around zeros degree to around five degrees and then decreases to zeros degree again for four times. This corresponds to the four ramps with an inclination angle of five degrees.
Figure 6

Attitude angles.

Attitude angles.

7. Conclusions

In this paper, a multi-sensor integrated navigation system for both urban and indoor environments has been proposed. GPS and LiDAR are used as aiding systems to alternatively provide periodic corrections to INS in different environments since they work in complementary environments. Besides, due to the complementary properties of feature-based scan matching method and ICP-based scan matching method, the hybrid scan matching algorithm is proposed to combine the two scan matching methods to benefit from the advantages of each method. Two integration schemes of INS and LiDAR are implemented and compared. The tightly coupled system is preferable over the loosely coupled system when considering accuracy, running time and limitations on environments. Experimental results show that sub-meter navigation accuracy and accurate attitude angles estimation can be accomplished during the whole trajectory including outdoor and indoor environments.
  1 in total

1.  NFC internal: an indoor navigation system.

Authors:  Busra Ozdenizci; Vedat Coskun; Kerem Ok
Journal:  Sensors (Basel)       Date:  2015-03-27       Impact factor: 3.576

  1 in total
  17 in total

1.  Sensors for Indoor Mapping and Navigation.

Authors:  Kourosh Khoshelham; Sisi Zlatanova
Journal:  Sensors (Basel)       Date:  2016-05-09       Impact factor: 3.576

2.  Loose and Tight GNSS/INS Integrations: Comparison of Performance Assessed in Real Urban Scenarios.

Authors:  Gianluca Falco; Marco Pini; Gianluca Marucco
Journal:  Sensors (Basel)       Date:  2017-01-29       Impact factor: 3.576

3.  A Closed-Form Error Model of Straight Lines for Improved Data Association and Sensor Fusing.

Authors:  Volker Sommer
Journal:  Sensors (Basel)       Date:  2018-04-17       Impact factor: 3.576

4.  Tightly-Coupled GNSS/Vision Using a Sky-Pointing Camera for Vehicle Navigation in Urban Areas.

Authors:  Paul Verlaine Gakne; Kyle O'Keefe
Journal:  Sensors (Basel)       Date:  2018-04-17       Impact factor: 3.576

5.  A Vehicular Mobile Standard Instrument for Field Verification of Traffic Speed Meters Based on Dual-Antenna Doppler Radar Sensor.

Authors:  Lei Du; Qiao Sun; Changqing Cai; Jie Bai; Zhe Fan; Yue Zhang
Journal:  Sensors (Basel)       Date:  2018-04-05       Impact factor: 3.576

6.  New discretization method applied to NBV problem: Semioctree.

Authors:  L M González-deSantos; J Martínez-Sánchez; H González-Jorge; L Díaz-Vilariño; B Riveiro
Journal:  PLoS One       Date:  2018-11-01       Impact factor: 3.240

7.  Augmentation of GNSS by Low-Cost MEMS IMU, OBD-II, and Digital Altimeter for Improved Positioning in Urban Area.

Authors:  JoonHoo Lim; Won Jae Yoo; La Woo Kim; You Dam Lee; Hyung Keun Lee
Journal:  Sensors (Basel)       Date:  2018-11-08       Impact factor: 3.576

8.  Tracking Architecture Based on Dual-Filter with State Feedback and Its Application in Ultra-Tight GPS/INS Integration.

Authors:  Xi Zhang; Lingjuan Miao; Haijun Shao
Journal:  Sensors (Basel)       Date:  2016-05-02       Impact factor: 3.576

9.  A Novel Robust H∞ Filter Based on Krein Space Theory in the SINS/CNS Attitude Reference System.

Authors:  Fei Yu; Chongyang Lv; Qianhui Dong
Journal:  Sensors (Basel)       Date:  2016-03-18       Impact factor: 3.576

10.  An IMU Evaluation Method Using a Signal Grafting Scheme.

Authors:  Xiaoji Niu; Qiang Wang; You Li; Quan Zhang; Peng Jiang
Journal:  Sensors (Basel)       Date:  2016-06-10       Impact factor: 3.576

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.