ORIGINAL RESEARCH article

Front. Robot. AI, 30 May 2023

Sec. Robotic Control Systems

Volume 10 - 2023 | https://doi.org/10.3389/frobt.2023.1090174

Vision-based particle filtering for quad-copter attitude estimation using multirate delayed measurements

  • 1. Electrical and Computer Engineering Department, Qom University of Technology, Qom, Iran

  • 2. Engineering Department, Lancaster University, Lancaster, United Kingdom

Abstract

In this paper, the problem of attitude estimation of a quad-copter system equipped with a multi-rate camera and gyroscope sensors is addressed through extension of a sampling importance re-sampling (SIR) particle filter (PF). Attitude measurement sensors, such as cameras, usually suffer from a slow sampling rate and processing time delay compared to inertial sensors, such as gyroscopes. A discretized attitude kinematics in Euler angles is employed where the gyroscope noisy measurements are considered the model input, leading to a stochastic uncertain system model. Then, a multi-rate delayed PF is proposed so that when no camera measurement is available, the sampling part is performed only. In this case, the delayed camera measurements are used for weight computation and re-sampling. Finally, the efficiency of the proposed method is demonstrated through both numerical simulation and experimental work on the DJI Tello quad-copter system. The images captured by the camera are processed using the ORB feature extraction method and the homography method in Python-OpenCV, which is used to calculate the rotation matrix from the Tello’s image frames.

1 Introduction

Autonomous quad-copter UAVs are increasingly employed in various industries, especially in applications with extreme environments where humans cannot access narrow, high altitude, far reaching, and confined spaces for further operation and inspection (. Of particular importance is the ability of quad-copters to accurately maneuver in hazardous and unstructured environments such as those existing in the nuclear decommissioning applications. One of the challenging tasks for navigation of drones in such GPS-denied environments is finding the exact position and orientation of the quad-copters for feedback control and characterization of the environment (. Nowadays, the inertial navigation system (INS) including inertial measurement units (IMU) is widely used for navigation of UAVs. Toward this, first of all, a robust and reliable attitude estimator is required which should be able to execute on low-cost computational hardware and using measurements from light-weight sensors (.

Attitude estimation is the procedure of estimating orientation of the vehicle with respect to a reference frame using sensory measurements such as inertial and attitude sensors. Although least square error (LSE) and maximum likelihood (ML) approaches can be classified as early attitude estimation methods, model-based Bayesian approaches are most common and precise approaches can be found in . Model-based approaches normally employ vehicle kinematics and/or dynamics to provide a prediction from the orientation, and the predicted attitude is updated through the sensory measurements (Sadeghzadeh-Nokhodberiz and Poshtan, 2016; Ozaki and Kuroda, 2021). There are an increasing number of research studies devoted to attitude estimation (; Nokhodberiz et al., 2019; . The commonly used stochastic approaches are the Kalman filter (KF) and extended Kalman filter (EKF) (Nemati and Montazeri, 2019). However, in KF-based methods (KF, EKF, and UKF), only Gaussian noise processes are considered and EKF suffers from the linearization issue. Therefore, in some research studies, particle filters (PF) are used to overcome the problem in attitude estimation of UAVs (; Sadeghzadeh-Nokhodberiz et al., 2014b). The gyroscope measurements in the body frame are normally incorporated in the attitude kinematics to obtain the orientation in the inertial frame. The gyroscope noises can be modeled through a probability distribution function, making the kinematics a stochastic model as it is employed as an input vector in it. Therefore, it is necessary to employ a stochastic approach such as PF that works directly with the non-linear dynamic model of the system. PFs are appropriate for attitude estimation of quad-copters due to non-linear and non-stochastic nature of the system model. PF is an optimal non-linear filtering method in which the posterior probability density function (pdf) is approximated through sample point (particles) generation as it is not possible to be computed analytically for non-Gaussian systems. This posterior pdf is required for Bayesian minimum mean square error (MMSE) estimation, and it is the main advantage of PF over other non-linear Bayesian MMSE estimators such as EKF (Sadeghzadeh-Nokhodberiz and Meskin, 2020).

Additional sensors such as cameras are commonly employed together with the low-cost inertial sensors. This greatly helps mitigate the effect of errors and noises in the gyroscope measurement and facilitates designing a vision-based navigation technique (Sadeghzadeh-Nokhodberiz et al., 2014a; Sadeghzadeh-Nokhodberiz et al., 2014c). Although cameras can provide highly accurate measurements from the quad-copter orientation compared to low-cost gyroscopes, they suffer from a slow sampling rate and delay problems with respect to the gyroscope measurements due to heavy computation load required. In the vision-based navigation, feature points extracted from the camera images are tracked and the camera motion, mounted on the UAV, is related to the locations of tracked planar feature points in the image plane using the homography relationship (Wang et al., 2013; White and Beard, 2019). Homography-based state estimation of a quad-copter system using EKF is presented in . The images captured by cameras should be highly processed for feature extraction including detection, description, and matching (. Although a recently developed ORB (Rublee et al., 2011) method can significantly reduce the processing time compared to the popular SIFT ( and SURF ( approaches, it still needs almost 33 m for feature extraction per image (. This processing time not only leads to a much slower sampling rate but also the measured values are received with a significant delay for the attitude estimation procedure.

The problem of multi-rate delayed state estimation has been studied in , , , and . and proposed a cascaded output predictor and an attitude observer where the effect of sampling and delays are compensated in the predictor. The delayed measurements are extrapolated to present time using past and present estimates of the KF in , where an optimal gain is derived for this extrapolated measurement. In , the system with delayed and multi-rate measurements is transformed into a delay-free and single-rate system using a state iterating method, and a non-augmented recursive optimal linear state filter is presented for the system by utilizing projection theory. In , different KFs are employed for each type of measurement and the estimates are fused considering the correlation between them in the next step. The cross-covariance matrix between the estimation errors of KFs is obtained iteratively to be employed in the fusion process. Due to the non-linear attitude kinematics with respect to the Euler angles and its stochastic nature due to the incorporation of the gyroscope noise in the model, the PF is an appropriate choice for the attitude estimation. It is worth mentioning that as long as staying away from singularity points (±90 deg rotations of pitch angle), the Euler angle representation of the attitude is preferred to the quaternion representation as the quaternion must obey its normalization constraint, which can cause issues in the filtering (. In , a KF-based sensor fusion algorithm, using a low-cost navigation platform that contains an inertial measurement unit (IMU), five ultrasonic ranging sensors, and an optical flow camera is proposed to improve navigation of a UAV system in indoor GPS-denied environments. A multi-rate version of the EKF is employed to deal with the use of heterogeneous sensors with different sampling rates and the presence of non-linearity in the model.

To the best of the authors’ knowledge, the problem of PF-based attitude estimation using PF with multi-rate delayed sensors has not yet been studied in the literature. Accordingly, in this paper, a multi-rate delayed PF is proposed to estimate the orientation with a discretized attitude kinematics in Euler angles. It is shown that the corresponding weights of the generated particles are the likelihood of generally non-Gaussian delayed camera measurements. The result is then validated through simulation and experiments on a UAV quad-copter system. For the experimental work, a DJI Tello quad-copter system is employed where the images are processes using the ORB feature extraction method and Python-OpenCV is employed to calculate the rotation matrix using the homography approach.

The organization of the paper proceeds as follows. The system and measurement models including the attitude kinematic model, and gyroscope and camera measurement models are presented in Section 2. Section 3 provides with the PF with multi-rate delayed measurements. Simulation results are presented in Section 4 to demonstrate the accuracy of the presented PF. The experimental data gathered from DJI Tello quad-copter systems are analyzed in Section 5. Finally, conclusion is provided in Section 6.

2 System and measurement models

2.1 System model

The quad-copter attitude kinematics which represents the relationship between angular velocities in the body and inertial frames are described as follows Sadeghzadeh-Nokhodberiz et al. (2021):where x(t) = [ϕ(t) θ(t) ψ(t)]T is the attitude vector of quad-copter which is defined in the inertial frame where roll angle ϕ(t), pitch angle θ(t), and yaw angle ψ(t) determine rotations around x-axis, y-axis, and z-axis, respectively. In addition, p(t), q(t), and r(t) are angular velocities rotating around x-axis, y-axis, and z-axis in the body frame, respectively, and t refers to time.

2.2 Measurement models

2.2.1 The gyroscope measurement model

The gyroscope measurement model can be written as follows:where and are the vectors of measured and true angular velocities in the body frame at sample time k and ωb = [p q r]T (see Eq. 1). Moreover, is a zero-mean generally non-Gaussian measurement noise with a known probability density function (pdf) with the covariance matrix of Rω.

2.2.2 The camera measurement model

Homography is used to obtain the measurement model of camera by providing the transformation (including scale, rotation, and translation) between two images. Toward this, two consecutive frames from a camera mounted on a moving body viewing a fixed point P are considered. The fixed point is considered a feature extracted from the images using some feature extraction approaches such as ORB (Rublee et al., 2011).

singular value decomposition (SVD) is then performed with the feature pairs that pass the RANSAC test to calculate the homography matrix H. Let m1 and m2 be the two projections of point P in the camera coordinates with R12 and t12 as the corresponding rotation matrix and translation vector, respectively, in the camera frame transforming m1 to m2 (see Figure 1). In Figure 1, d is the Euclidean distance between the plane π, with the unit normal vector n, and position 1. The relationships between the homography matrix and the transformation between two images can be found in Wang et al. (2013). Finally, through the SVD of the homography matrix, R12 and t12 can be obtained which can be transformed to the direction cosine matrix (DCM), R, iteratively. The Euler angles can be then computed using the DCM.

FIGURE 1

Therefore, the camera measurement model without delay consideration can be represented aswhere νe is a zero-mean generally non-Gaussian measurement noise with the covariance matrix of Re. It is worth mentioning that the index e refers to the Euler angles.

3 The proposed multirate particle filter

In this section, a PF for the system and measurement models introduced in the previous section is presented when the sensors collect data using a multi-rate sampling frequency procedure.

3.1 The general model

Toward this, let the gyroscope and camera sampling times in seconds be represented with T and sT, respectively, with . Moreover, we consider the camera processing delay time as dT with and d < s, as depicted in Figure 2.

FIGURE 2

Moreover, a discretized form of the kinematic model presented in Eq. 1 is also considered with the general non-linear discrete state space model as follows:where uk = [p(k)q(k)r(k)]T and xk is defined in Equation 1 and ϖk−1 is the additive process noise resulting from the gyroscope measurement noise νω(k) with the same distribution but a scaled covariance matrix Qx. The index k refers to the sampling instant.

In other words, the components of the discretized model of (4) are as follows:where .

3.2 The modified particle filter

The general approach in the PF is to compute the posterior pdf using the Monte Carlo (MC) method used in the Bayesian estimation of the stochastic process xk by having the measurement history y1:k = {y1, … , yk} and the current sample of input at time k. The goal in standard PF is to approximate the posterior pdf p (xk|y1:k) by generating particles from a known distribution and estimating the target pdf through attribution of the normalized weights for each particle.

However, in case of this study as explained earlier, the measurements are delayed and a slower sampling rate is considered for the camera compared with the data measured from the gyroscope. Therefore, two different cases may happen at each sampling step. The delayed camera measurements are arrived or there are no camera measurements. In this section, the PF for these two cases are derived.

3.2.1 Case I: camera measurement available

In this case, as depicted in Figure 2, the delayed camera measurement is available at sample time k. Therefore, the posterior distribution p (x1:k|ye,1:s:kd) should be approximated using the MC method such that ye,1:s:kd refers to the historical data collected by camera every s sampling instant and with the initial time delay of d. Here, the proposal distribution p (xk|xk−1) is employed for the particle generation. By applying the Bayes’ rule and the Markov property, it can be concluded thatHere, p (x1:kd|ye,1:s:kd) using the Bayes’ rule and statistical independencies can be rewritten as follows:

The term p (x1:kd|ye,1:s:kds) is also extended as follows:

Using Eqs 68, the weight function is computed as follows:

The weight functions are evaluated for the particles generated using the proposal distribution p (xk|xk−1) and using the system probabilistic model represented by the kinematics model in Eq. 1. So the particles are generated where N refers to the number of particles. Since re-sampling should be carried out as the next step, the weights of the particles at sample time ks are transformed to after re-sampling with re-sampled particles of .

Therefore, the normalized weights for re-sampling for each particle are computed as follows:

3.2.2 No camera measurement available

In this case, no camera data are available at sample time k. Therefore, p (x1:k|ye,1:s:kds) should be approximated. Therefore, the weight function is w (xk) = w (xks) as it is proved in the following. Since the last received measurement from the camera at the sampling instant k is ykds and received at ks sampling instant, thereforewhere the term p (x1:kd|ye,1:s:kds) is computed in Eq. 8 which states that the corresponding weight of the ith particle is and after normalization and re-sampling the corresponding weight of each particle would become .

In order to clarify the proposed method, it is presented in Pseudo code in Table 1.

TABLE 1

Step 0: Initialization: Sample initial particles, that is, , using a known initial distributions of states (p (x0)), where x0p (x0)
At the time instant k
Step 1: Prior estimate: Generate the prior state particles using the system model, that is, , for i = 1: N
In other words for the attitude system of (4) and 5: where is the prior estimate at the time sample k and is the re-sampled posterior estimate at the time sample k − 1 and and is the particle generated using a known pdf of ϖk−1 which is zero mean generally non-Gaussian noise with the covariance of
Step 2: Posterior estimate: Compute as follows.
IF the camera measurement, ye,kd, is available, the weights are computed using (10) and the particles are re-sampled to generate posterior estimates with equal weights of , that is,
ELSE let with the corresponding weights of for each sample
END
Step 3: State estimation: Estimate the system states as

Pseudo code corresponding to the proposed PF for attitude estimation.

4 Simulation results

In this section, simulation results are provided in the MATLAB/SIMULINK environment to show the efficiency of the proposed method. The simulated AR Drone Parrot 2.0 quad-copter is stabilized using a non-linear robust sliding mode control technique presented in and .The physical parameters of the quad-copter are listed as follows:

In order to evaluate the performance of the proposed PF, different scenarios for delay and sampling rate values are considered. Figure 3A depicts the attitude estimation result using the gyro and camera measurements, and the results are compared with those obtained from the kinematics model when camera has no delay and the sampling rates are equal, that is, s = 1 and d = 1. Figures 3B,C are related to the cases with s = 10, d = 5 and s = 100, d = 50, respectively. It is obvious from the figures that although the camera slows the sampling rate and processing delay, and deteriorates the estimation accuracy, the proposed method is still successful to provide an accurate estimation.The root mean square error (RMSE) criterion is also employed to provide a numerical measure for a comparative study of the results. The results are summarized in Table 2, which also confirms the aforementioned discussion.

FIGURE 3

TABLE 2

Scenarios = 1, d = 0s = 10, d = 5s = 100, d = 50
RMSE9.7001 × 10−63.2284 × 10−58.2284 × 10−5

RMSE for different scenarios.

5 Experimental results

The experimental results are provided using the DJI Tello drone illustrated in Figure 4. It is a small (99 mm × 92.5 mm × 41 mm) and lightweight (80 g) drone with a maximum speed of 8 m/s which uses the 2.4 GHz Wi-Fi communication channel to be connected to a PC or laptop for sending and receiving telemetry data and commands, respectively. The drone is equipped with an IMU and a 720 p camera and an SDK is provided to help developers for implementation of their algorithms. Although the camera information is available, the SDK cannot read the IMU data and instead the results of internal positioning data can be read Steenbeek (2020).

FIGURE 4

To perform the homography, first, the ORB feature matching method is applied on the frames captured by the DJI Tello camera. Toward this, the ORB algorithm uses the improved FAST algorithm, used in image feature point detection, the feature point screening, image pyramid building, and the feature point direction determination. After that, the ORB algorithm uses the improved BRIEF algorithm to generate binary feature point descriptors, and then, the descriptors are corrected using the steer BRIEF method to include the direction information. Finally, in the process of feature point matching, the points are matched based on their descriptor similarities. Toward this, the Brute-Force matcher method applied in Hamming distance is used to measure the distance between the binary descriptors and to choose the nearest ones as the matched points. Finally, by employing the PROSAC algorithm, the matched points with larger matching errors are rejected, which significantly improves the accuracy of matching .

For this purpose, in Python-OpenCV, we have employed the following command for the feature point detection and generation of descriptors:

The result of this command for a sample frame is depicted in Figure 5A. In addition, for feature matching, the following command is employed:where des1 and des2 are descriptor vectors of two successive frames. Finally, the matched points are sorted to find the best matches. The result of feature matching is depicted in Figure 5B for the same sample frames.

FIGURE 5

To compute the homography matrix, the following command is employed:where srcPoints are coordinates of the points in the original plane, which is a cell array of 2-element vectors {[x, y], …} with single floating-point precision and dstPoints are coordinates of the points in the target plane, of the same size and type as srcPoints. Now, in order to compute the DCM from the computed homography matrix, the following command is employed:

Here, H is the input homography matrix between two images, K is the input camera intrinsic matrix, Rs are array of rotation matrices, Ts are array of translation matrices, and Ns are array of plane normal matrices. In addition, n is the number of possible solutions and returned as the function output.The set of four solutions is returned using this command which can be reduced to two or one using the method explained in . Reducing the number of solutions to two can be achieved by using additional constraints. For this purpose, a set of reference image points p* is selected and by using the camera intrinsic matrix K, the points are projected using the relation as follows:

In this case, the valid solutions are those satisfying the projection inequality as follows for all points in the plane determined by the normal vector m* and n* is the normal vector of the corresponding plane

The frame rate of the camera is 30 frames per sec, and we have processed the frames on an 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.8 GHz processor. The results of the attitude estimation using the proposed PF compared to the camera homography (measurement results) and the positioning results, recorded by DJI Tello, are depicted in Figure 6. It is worth mentioning that due to experimental limitations the sampling time and delay in the recorded experimental data have not been constant, but they are known. However, the delay caused by the camera processing time has always been less than these varying sampling periods. Therefore, the proposed approach is applicable to the problem at hand. In other words, the camera frames are sampled after the results of the ORB and homography procedures of the last sampled frames are available. It took on average 0.03 s for processing of each frame for our processor and 0.02 s for the ORB feature extraction and matching, and the homography procedure only needs 4 × 10−4 s. The sampling rate of the positioning procedure on average is 17 × 10−4 s. Therefore, on average d = 30 and s = 40. In other words, the sampling rate of the camera is 0.068 s, and thus, only one frame is missed due to the frame rate of 30 frames per sec. Accordingly, the processing delay of the camera information is less than the sampling time of the camera. Although we have processed the gathered data from the camera offline, it is also possible to be processed online. In other words, sampling two successive frames is fast enough such that still there exists features to be matched between two sample frames (only one frame is missed). Moreover, in practical implementation of the particle filter estimation algorithm, since the IMU data are not directly available for measurement, the gathered positioning data by camera are used for the particle generation. This is replaced by the kinematic model used in the simulation results.

FIGURE 6

6 Conclusion

An extension of the sampling importance re-sampling (SIR) particle filter (PF) was proposed in this paper to solve the problem of attitude estimation of a quad-copter system equipped with a multi-rate camera and gyroscope sensors. In the proposed PF, the delayed camera measurements are used for weight computation and re-sampling and when no camera measurement is available, only the sampling is performed. It was shown through simulation and experimental data that the method is successful to estimate the attitude truly in the presence of delayed multi-rate camera measurements. In the experimental part, the ORB feature matching method was employed for image processing in Python-OpenCv, and after that, the DCM was computed using homography.As our future research topic, we intend to solve the problem of attitude estimation using particle filtering, in the presence of gyroscope faults and errors such as sensory biases and drifts, as well as delayed multi-rate camera measurements.

Statements

Data availability statement

The raw data supporting the conclusion of this article will be made available by the authors, without undue reservation.

Author contributions

All authors contributed to the paper at different preparation stages. MI helped in conducting the experiments and preparation of results. NS-N contributed in writing the main manuscript, supervising the students, and generating ideas. AM contributed by developing the research ideas, editing and reviewing the manuscript, supervising the project, and providing fund for the research. All authors contributed to the article and approved the submitted version.

Funding

Herewith, all funding resources to support this research are declared. The fund helps support open-access publication through the agreement between Lancaster University and Frontiers.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors, and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

  • 1

    BassolilloS. R.D’AmatoE.NotaroI.ArianteG.Del CoreG.MatteiM. (2022). Enhanced attitude and altitude estimation for indoor autonomous uavs. Drones6, 18. 10.3390/drones6010018

  • 2

    BayH.TuytelaarsT.Van GoolL. (2006). “Surf: Speeded up robust features,” in European conference on computer vision (Berlin, Germany: Springer), 404417.

  • 3

    BurrellT.WestC.MonkS. D.MontezeriA.TaylorC. J. (2018). “Towards a cooperative robotic system for autonomous pipe cutting in nuclear decommissioning,” in Proceedings of the 2018 UKACC 12th International Conference on Control (CONTROL), Sheffield, UK, 05-07 September 2018, 283288. 10.1109/CONTROL.2018.8516841

  • 4

    ChavezA.L’HeureuxD.PrabhakarN.ClarkM.LawW.-L.PrazenicaR. J. (2017). “Homography-based state estimation for autonomous uav landing,” in Proceedings of the AIAA Information Systems-AIAA Infotech@ Aerospace, Kissimmee, Florida, 8–12 January 2018.

  • 5

    ChengY.CrassidisJ. (2004). “Particle filtering for sequential spacecraft attitude estimation,” in Aiaa guidance, navigation, and control conference and exhibit (New York: University at Buffalo), 5337.

  • 6

    ComelliniA.CasuD.ZenouE.DubanchetV.EspinosaC. (2020). Incorporating delayed and multirate measurements in navigation filter for autonomous space rendezvous. J. Guid. Control, Dyn.43, 11641172. 10.2514/1.g005034

  • 7

    CsurkaG.DanceC. R.HumenbergerM. (2018). From handcrafted to deep local features. arXiv preprint arXiv:1807.10254

  • 8

    DhahbaneD.NemraA.SakhiS. (2021). “Attitude determination and attitude estimation in aircraft and spacecraft navigation a survey,” in In 2020 2nd International Workshop on Human-Centric Smart Environments for Health and Well-being (IHSH) (IEEE), Boumerdes, Algeria, 09-10 February 2021.

  • 9

    FatehiA.HuangB. (2017). Kalman filtering approach to multi-rate information fusion in the presence of irregular sampling rate and variable measurement delay. J. Process Control53, 1525. 10.1016/j.jprocont.2017.02.010

  • 10

    KhosravianA.TrumpfJ.MahonyR.HamelT. (2015). “Recursive attitude estimation in the presence of multi-rate and multi-delay vector measurements,” in Proceedings of the 2015 American Control Conference, Chicago, IL, July 1–3.

  • 11

    LarsenT. D.AndersenN. A.RavnO.PoulsenN. K. (1998). “Incorporation of time delayed measurements in a discrete-time kalman filter,” in Proceedings of the 37th IEEE Conference on Decision and Control (Cat. No. 98CH36171), Tampa, FL, USA, 18-18 December 1998, 39723977.4

  • 12

    LiangW. (2017). Attitude estimation of quadcopter through extended kalman filter. Ph.D. thesis, Lehigh University, Bethlehem, PA

  • 13

    LinH.SunS. (2021). Estimator for multirate sampling systems with multiple random measurement time delays. IEEE Trans. Automatic Control67, 15891596. 10.1109/tac.2021.3070299

  • 14

    LoweD. G. (2004). Distinctive image features from scale-invariant keypoints. Int. J. Comput. Vis.60, 91110. 10.1023/b:visi.0000029664.99615.94

  • 15

    LuoC.YangW.HuangP.ZhouJ. (2019). “Overview of image matching based on orb algorithm,” in Journal of physics: Conference series (Bristol, United Kingdom: IOP Publishing), 1237, 032020.

  • 16

    MalisE.VargasM. (2007). Deeper understanding of the homography decomposition for vision-based control. Ph.D. thesis, INRIA

  • 17

    MarkleyF. L.CrassidisJ. L. (2014). Fundamentals of spacecraft attitude determination and control. Springer.

  • 18

    MontazeriA.CanA.ImranI. H. (2021). Chapter 3 - unmanned aerial systems: Autonomy, cognition, and control. In Unmanned aerial systems, eds. KoubaaA.AzarA. T. (Academic Press), Massachusetts, United States. 10.1016/B978-0-12-820276-0.00010-8

  • 19

    MoutinhoA.FigueirôaM.AzinheiraJ. R. (2015). Attitude estimation in so (3): A comparative uav case study. J. Intelligent Robotic Syst.80, 375384. 10.1007/s10846-014-0170-2

  • 20

    Mur-ArtalR.MontielJ. M. M.TardosJ. D. (2015). Orb-slam: A versatile and accurate monocular slam system. IEEE Trans. robotics31, 11471163. 10.1109/tro.2015.2463671

  • 21

    NematiH.MontazeriA. (2018a). Analysis and design of a multi-channel time-varying sliding mode controller and its application in unmanned aerial vehicles. IFAC-PapersOnLine51, 244249. 10.1016/j.ifacol.2018.11.549

  • 22

    NematiH.MontazeriA. (2018b). “Design and development of a novel controller for robust attitude stabilisation of an unmanned air vehicle for nuclear environments,” in Proceedings of the 2018 UKACC 12th International Conference on Control (CONTROL), Sheffield, UK, 05-07 September 2018 (IEEE), 373378.

  • 23

    NematiH.MontazeriA. (2019). Output feedback sliding mode control of quadcopter using imu navigation. 2019 IEEE Int. Conf. Mechatronics (ICM). vol. 1, 634639. 10.1109/ICMECH.2019.8722899

  • 24

    NokhodberizN. S.NematiH.MontazeriA. (2019). Event-triggered based state estimation for autonomous operation of an aerial robotic vehicle. IFAC-PapersOnLine52, 23482353. 10.1016/j.ifacol.2019.11.557

  • 25

    OzakiR.KurodaY. (2021). Ekf-based real-time self-attitude estimation with camera dnn learning landscape regularities. IEEE Robotics Automation Lett.6, 17371744. 10.1109/lra.2021.3060442

  • 26

    RubleeE.RabaudV.KonoligeK.BradskiG. (2011). “Orb: An efficient alternative to sift or surf,” in Proceedings of the 2011 International conference on computer vision, Barcelona, Spain, 06-13 November 2011.

  • 27

    Sadeghzadeh-NokhodberizN.CanA.StolkinR.MontazeriA. (2021). Dynamics-based modified fast simultaneous localization and mapping for unmanned aerial vehicles with joint inertial sensor bias and drift estimation. IEEE Access9, 120247120260. 10.1109/access.2021.3106864

  • 28

    Sadeghzadeh-NokhodberizN.MeskinN. (2020). Protocol-based particle filtering and divergence estimation. IEEE Syst. J.15, 45374544. 10.1109/jsyst.2020.3002907

  • 29

    Sadeghzadeh-NokhodberizN.PoshtanJ. (2016). Distributed interacting multiple filters for fault diagnosis of navigation sensors in a robotic system. IEEE Trans. Syst. Man, Cybern. Syst.47, 13831393. 10.1109/tsmc.2016.2598782

  • 30

    Sadeghzadeh-NokhodberizN.PoshtanJ.ShahrokhiZ. (2014a). “Particle filtering based gyroscope fault and attitude estimation with uncertain dynamics fusing camera information,” in Proceedings of the 2014 22nd Iranian Conference on Electrical Engineering, Tehran, Iran, 20-22 May 2014, 12211226.

  • 31

    Sadeghzadeh-NokhodberizN.PoshtanJ.WagnerA.NordheimerE.BadreddinE. (2014b). Distributed observers for pose estimation in the presence of inertial sensory soft faults. ISA Trans.53, 13071319. 10.1016/j.isatra.2014.04.002

  • 32

    Sadeghzadeh-NokhodberizN.PoshtanJ.WagnerA.NordheimerE.BadreddinE. (2014c). Cascaded kalman and particle filters for photogrammetry based gyroscope drift and robot attitude estimation. ISA Trans.53, 524532. 10.1016/j.isatra.2013.10.002

  • 33

    SteenbeekA. (2020). CNN based dense monocular visual SLAM for indoor mapping and autonomous exploration. Master’s thesis. Enschede, Netherlands: University of Twente.

  • 34

    WangC.-L.WangT.-M.LiangJ.-H.ZhangY.-C.ZhouY. (2013). Bearing-only visual slam for small unmanned aerial vehicles in gps-denied environments. Int. J. Automation Comput.10, 387396. 10.1007/s11633-013-0735-8

  • 35

    WhiteJ. H.BeardR. W. (2019). The homography as a state transformation between frames in visual multi-target tracking, Brigham Young University, Provo, UT

Summary

Keywords

UAV, quad-copter, particle filtering, multi-rate sensor fusion, attitude estimation, camera, gyroscope (gyro)

Citation

Sadeghzadeh-Nokhodberiz N, Iranshahi M and Montazeri A (2023) Vision-based particle filtering for quad-copter attitude estimation using multirate delayed measurements. Front. Robot. AI 10:1090174. doi: 10.3389/frobt.2023.1090174

Received

05 November 2022

Accepted

03 May 2023

Published

30 May 2023

Volume

10 - 2023

Edited by

Holger Voos, University of Luxembourg, Luxembourg

Reviewed by

Maral Partovibakhsh, Islamic Azad University System, Iran

Claudio Cimarelli, University of Luxembourg, Luxembourg

Updates

Copyright

*Correspondence: Allahyar Montazeri, ; Nargess Sadeghzadeh-Nokhodberiz,

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics