Next Article in Journal
Imaging Time Series for the Classification of EMI Discharge Sources
Next Article in Special Issue
Path Smoothing Techniques in Robot Navigation: State-of-the-Art, Current and Future Challenges
Previous Article in Journal
Network Distance-Based Simulated Annealing and Fuzzy Clustering for Sensor Placement Ensuring Observability and Minimal Relative Degree
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Automatic Calibration of Odometry and Robot Extrinsic Parameters Using Multi-Composite-Targets for a Differential-Drive Robot with a Camera

Robotics Institute, Beihang University, Beijing 100191, China
*
Author to whom correspondence should be addressed.
Submission received: 14 August 2018 / Revised: 4 September 2018 / Accepted: 11 September 2018 / Published: 14 September 2018
(This article belongs to the Special Issue Mobile Robot Navigation)

Abstract

:
This paper simultaneously calibrates odometry parameters and the relative pose between a monocular camera and a robot automatically. Most camera pose estimation methods use natural features or artificial landmark tools. However, there are mismatches and scale ambiguity for natural features; the large-scale precision landmark tool is also challenging to make. To solve these problems, we propose an automatic process to combine multiple composite targets, select keyframes, and estimate keyframe poses. The composite target consists of an aruco marker and a checkerboard pattern. First, an analytical method is applied to obtain initial values of all calibration parameters; prior knowledge of the calibration parameters is not required. Then, two optimization steps are used to refine the calibration parameters. Planar motion constraints of the camera are introduced in these optimizations. The proposed solution is automatic; manual selection of keyframes, initial values, and robot construction within a specific trajectory are not required. The competing accuracy and stability of the proposed method under different target placements and robot paths are tested experimentally. Positive effects on calibration accuracy and stability are obtained when (1) composite targets are adopted; (2) two optimization steps are used; (3) plane motion constraints are introduced; and (4) target numbers are increased.

Graphical Abstract

1. Introduction

Odometry and monocular camera have been widely used in indoor mobile robots owing to low cost and rich information. Fusing these two sensors for robot navigation is a popular research topic [1,2,3]. The operation of the fusion system requires odometry parameters, robot extrinsic parameters, and camera intrinsic parameters as prior knowledge. First, the odometry parameters usually refer to the structural parameters of the robot, such as wheel spacing, wheel radius, encoder line number, reduction ratio, and so on. These parameters can be roughly obtained from the design drawings of the robot or by manual measurements. However, in practical applications, the actual parameters are different from the design parameters due to manufacturing errors, non-point contact between the tire and the ground, changes in tire pressure, and load changes. Therefore, odometry calibration is required before the robot system works. Second, the robot extrinsic parameters refer to the relative pose between the camera and the robot. They are difficult to determine through the design drawings or manual measurements because of that the optical centre of the camera is a virtual point or that there are limitations of physical measurement tools. Accordingly, a robot extrinsic parameters calibration method is necessary. Third, the problem of camera intrinsic calibration has been studied extensively. Thus, this paper mainly considers the first two problems, namely simultaneously calibrating odometry and robot extrinsic parameters automatically.
Odometry errors can be categorized into two types: systematic and non-systematic errors [4]. The systematic error is mainly caused by inaccurate kinematic parameters, such as imprecise wheel radius. The non-systematic error is caused by robot environment interactions, such as wheel-slippage and uneven floors. The origination of most odometry errors has been discussed in [5]. Systematic errors are the primary source of odometry errors on smooth indoor surfaces [6]. Therefore, the odometry calibration addressed in this paper focuses on estimating robot kinematic parameters. Several studies [6,7,8,9,10,11] have considered this issue and proposed solutions. Among these, the UMBmark method [6] is widely used. In the UMBmark method, a differential-drive robot was controlled to follow a square path, where the odometry was calibrated based on the error between the final pose and the predicted pose. A generalized method was proposed accordingly for an arbitrary trajectory in [7]. Another method is recursive filtering, wherein calibration parameters are added to the system state vector, and a Bayesian filter is used to estimate parameters [8,9]. This method uses an odometry model for state propagation while updating from an external pose sensor. The third approach is the nonlinear batch optimization, which minimizes errors originating from the odometry [10,11]. These methods all assume that at least one external sensor is used to measure the actual pose of the robot.
Determining the relative pose between the camera and mobile robot is referred to in this paper as robot extrinsic parameter calibration. The purpose is to identify the best pose transformation to connect the mobile robot trajectory and camera trajectory. Estimating the robot trajectory typically resorts to wheel odometry [12,13], where the odometry parameters must be known in advance. The camera trajectory is obtained using natural features, such as points and lines in the environment [12,13,14], or by using artificial landmark tools, such as aruco markers [15] and others [16]. The natural feature-based method requires sufficient reliable features in the environment, a condition that is difficult to guarantee in some indoor settings. Furthermore, scale information cannot be obtained from a monocular camera. It is also infeasible to create a large, accurate landmark tool to ensure calibration accuracy using the artificial landmark-based method.
In fact, if robot extrinsic parameters were known, then a camera could be used as an external sensor to measure the robot pose and facilitate odometry calibration. Similarly, if the odometry parameters were known, then the robot extrinsic parameters could be easily obtained. Odometry parameter calibration and robot extrinsic parameter calibration are chicken–egg problems, which some researchers have tried to solve simultaneously. The analytical method [17,18] is one type of solution. In [17], a 3D landmark tool was applied to calibrate the camera intrinsic parameters and estimate its trajectory. The odometry and robot extrinsic parameters were determined based on the single value decomposition (SVD) method. Another technique is the filter-based method, in which the odometry parameters, robot extrinsic parameters, and robot configurations combine to form a state vector [19,20]. The odometry model is commonly employed for state propagation while updates are derived from visual observations. Another frequently used method involves solving an optimization problem to jointly minimize errors arising from integrated odometry measurements and (reprojection) errors in visual terms [15,21]. Such optimization approach offers the advantage of repeated linearization of the inherently nonlinear cost terms, which limits linearization errors. However, the filter-based method and optimization-based method each require good initial values for calibration parameters. By contrast, the analytical approach can provide calibration results without initial assumptions, but the result possesses lower accuracy. Therefore, an automatic calibration method was developed by combining the analytical method with an optimization-based method [15].
In this paper, an automatic method is proposed to calibrate the odometry and robot extrinsic parameters simultaneously. This approach automatically selects keyframes, calculates initial parameter values, and has no constraints on the robot path. First, we use multiple specially designed composite targets. Then, a new approach is introduced to combine these composite targets, select keyframes, and estimate the keyframe poses. Next, we use an analytical method to obtain initial values of the calibration parameters. Finally, two optimization steps are applied to determine the refined parameters. In addition, planar motion constraints are introduced into the optimization functions.
The remainder of this paper is organized as follows. In Section 2, we specify the problem. In Section 3, the proposed method is described in detail. A series of experiments are presented in Section 4. Finally, we offer conclusions and discussions in Section 5.

2. Preliminaries

The system of a differential-drive mobile robot equipped with a monocular camera is shown in Figure 1. r L and r R are the left and right wheel radiuses. b is the wheel spacing. Two coordinate frames are established, namely, the robot coordinate frame { r } that is fixed to the robot, and the camera coordinate frame { c } that is fixed to the monocular camera. The robot is assumed to move on a two-dimensional (2D) plane. The z r -axis of { r } is perpendicular to the plane. The x r -axis of { r } is pointed to the front of the robot. The origin of { r } is set at the midpoint of the wheel axis.

2.1. Odometry Model

The pose of a mobile robot moving on a 2D plane can be expressed as [ x , y , θ ] T , where [ x , y ] T represents the translation movement, and θ represents the rotation angle. The robot pose at time point k is represented by [ x k , y k , θ k ] , then the robot pose at the next time point k + 1 is given by the odometry model [22]:
x k + 1 = x k + k R s R k + k L s L k 2 c o s ( θ k + k R s R k k L s L k 2 b ) , y k + 1 = y k + k R s R k + k L s L k 2 s i n ( θ k + k R s R k k L s L k 2 b ) , θ k + 1 = θ k + k R s R k k L s L k b ,
where s L k and s R k are encoder increments generated by the left encoder and the right encoder, respectively, between the time point k and k + 1 ; and k L and k R are the left wheel factor and right wheel factor, respectively. The wheel factors transform encoder increments in the unit tick to wheel displacements in the unit m. The purpose of the odometry calibration is to obtain the precise wheel factors k L and k R as well as the precise wheel spacing b.

2.2. Camera Model

Many different camera models have been proposed in the literature [23,24]. A universal symbol π is used to represent the camera model that projects a three-dimensional (3D) point p c in the camera coordinate frame { c } to a 2D image coordinate u = [ u , v ] T :
u = π p c .
In addition, the camera intrinsic parameters are assumed to be carefully pre-calibrated.

2.3. Robot Extrinsic Parameters

The robot extrinsic parameters to be calibrated represent the relative pose between the camera coordinate frame { c } and the robot coordinate frame { r } . They are expressed by a 4 × 4 homogeneous transformation matrix T c r as shown Figure 1. To facilitate subsequent derivation, the ZYZ Euler angles α 1 , α 2 , and α 3 are used to represent the rotation: R c r = Rot z ( α 1 ) Rot y ( α 2 ) Rot z ( α 3 ) ; and t x , t y , and t z are used to represent the translation: t c r = [ t x , t y , t z ] T . As the differential-drive robot moves on a 2D plane, there is no translation component in the z r -axis direction; thus, t z is unobservable [13], which has been proved by [9]. This means that t z cannot be obtained by calibration. We set it to be 0. In summary, the robot extrinsic parameters to be estimated are α 1 , α 2 , α 3 , t x and t y in this paper.
In short, eight parameters must be calibrated in total: k L , k R , b, α 1 , α 2 , α 3 , t x and t y .

3. Automatic Calibration Solution

The proposed automatic calibration method is discussed in this section. First, the main ideas and a calibration pipeline are introduced. Then, four key steps in the solution are explained.

3.1. System Overview

The proposed method is illustrated in Figure 2. Several specially designed composite targets are placed in the environment. The composite target consists of an aruco marker [25] and a checkerboard pattern. The checkerboard pattern provides a number of precise corners; these corners are used for camera poses and target poses estimation. The aruco marker can provide an independent ID, which is used to avoid mismatches. Commonly, multiple targets may be captured in one image. Checkerboard corners of each target should be extracted separately in the image. To address this problem, we have two conditions at hand. First, we assume that the target boundary positions relative to the aruco marker are pre-known, which can be obtained from the target design parameters. Second, the aruco marker can provide the relative pose between the camera and the aruco marker [25]. Then, the target boundaries can be projected to the image, and the image area of the target is obtained. Thus, the checkerboard corners of this target can be extracted from this image area.
Multiple composite targets are used to improve the accuracy of camera pose estimation, thereby enhancing calibration accuracy. It is difficult for natural feature-based methods to achieve high precision camera pose estimation due to mismatching, scale problems for the monocular camera, or a lack of features in the environment. Commonly used artificial landmarks provide few corner points and suffer from low precision problems, such as binary square fiducial markers. The composite target proposed in this paper can produce many accurate corner points via the checkerboard. Using an aruco ID also avoids mismatches. However, a small size target or landmark tool only covers part of the image, resulting in low camera pose estimation accuracy. Moreover, a high precision, large target or landmark tool is difficult to produce, has poor portability, and is costly. Given these drawbacks, multiple targets are employed here.
After the targets are laid out, the robot is controlled to move arbitrarily in front of them. The encoders and image data with timestamps are recorded. The layout of the targets and the robot trajectory are not limited, but for the precision considerations, the robot is recommended to move slowly to avoid wheel slippage. Additionally, as many targets as possible should be within the field of the camera.
Some key images (the third row of Figure 2) are selected carefully, rather than using all the images. The key images are also called keyframes. The camera pose corresponding to the keyframe is called the key camera pose or keyframe pose. The keyframe is used for two reasons: first, the difference between two adjacent image samples is too small and will cause a pathological state in the analytical solution as described in Section 3.3; second, using all images will result in a sharp increase in the amount of computation, which renders a solution challenging.
i [ 1 , M ] indicates the number of the target, j [ 1 , N ] indicates the number of the keyframe, and k [ 1 , K ] indicates the number of the encoder sample between two adjacent keyframes. A target coordinate { b i } is established for every target. The world coordinate frame { w } coincides with the target coordinate frame of the first observed target. The camera coordinate frame { c j } and the robot coordinate frame { r j } are established corresponding to the jth keyframe. The relative pose of the robot between two adjacent keyframes is expressed by a 4 × 4 homogeneous transformation matrix T r j + 1 r j , and the relative pose of the camera is expressed by T c j + 1 c j correspondingly. The camera pose in the world coordinate frame is expressed by T c j w . The target pose in the world coordinate frame is expressed by T b i w .
Generally, the encoders and the camera form an asynchronous acquisition system. Typically, no encoder sampling occurs at the time of the keyframe (compare the third and the fifth rows in Figure 2) because the sampling frequency of the encoder is higher than that of the camera. Therefore, the linear interpolation method is used to produce an encoder sample corresponding to the jth keyframe with the previous encoder sample e b e f o r e before the jth keyframe and the next one e a f t e r after the jth keyframe (see the fifth and the sixth rows in Figure 2), such as e j 1 in Figure 2:
e j 1 = t j t e b e f o r e t e a f t e r t e b e f o r e ( e a f t e r e b e f o r e ) + e b e f o r e ,
where t with a right subscript represents the time corresponding to the jth keyframe or encoder samplings e b e f o r e and e a f t e r .
The calibration process can be divided into the following four steps:
  • Step 1: an automatic pipeline is designed to combine the composite targets, select the keyframes and estimate the keyframe poses.
  • Step 2: an analytical method is used to solve the initial values of the calibration parameters.
  • Step 3: an optimization problem is built by minimizing odometry error terms to refine the calibration parameters.
  • Step 4: a total optimization containing all error terms is constructed to obtain the final optimized calibration parameters.
These four steps are discussed in detail in subsequent sections.

3.2. Estimation of Keyframe Poses

This step aims to select keyframes and to estimate each keyframe pose w c j T by integrating multiple targets. The recorded images are extracted and processed according to the processing flow shown in Figure 3. The flow is divided into four parts: map, system initialization, camera pose estimation, and map management.

3.2.1. Map

The map is used to maintain a series of keyframes and targets. Checkerboard corner points on each target build a cluster of 3D landmark points, referred to as map points. The positions of the map points relative to the target coordinate frames can be known in advance according to the structure of the targets. Each target has an aruco marker ID to avoid false matches. The 2D corners of one target in the image are called features. The collocation of a key image (see the third row of Figure 2) and extracted 2D features form a keyframe.

3.2.2. System Initialization

When the first image arrives, the first target observed by the image will be added to the map. The world coordinate frame { w } coincides with the coordinate frame { b 0 } of the first target. Correspondingly, the first image is constructed as a keyframe: the feature points are extracted, and the coordinate frame relationship T c 0 w between the world coordinate fame { w } and the camera coordinate frame { c 0 } is calculated using the perspective-n-point (PnP) method [26].

3.2.3. Camera Pose Estimation

After initialization, the keyframe and the target exist in the map. The system then enters a normal process. When the lth image comes in, its pose will be estimated. Multiple targets may be observed in the image. The features of each observed target from the image will be extracted firstly. The corresponding targets are searched in the map using aruco IDs. After this, matches of 3D map points to 2D features are obtained. Then, the PnP method is used to get the camera pose T c l w . It needs to point out that there are multiple targets in the map in the normal process, and the coordinates of the map points of each target are unified to the world coordinate frame { w } .

3.2.4. Map Management

Next, the lth image is checked to determine whether new targets exist, if so, they will be added to the map. First, the PnP method is used to calculate the homogeneous transformation T b i c l between the camera coordinate frame { c l } and the new target coordinate frame { b i } . Then, the homogeneous transformation from the new target coordinate frame { b i } to the world coordinate frame { w } is achieved:
T b i w = T c l w T b i c l .
The map points on the new targets can be unified to the world coordinate frame.
Then, the selection of keyframes is introduced under two conditions. First, at least two targets must be observed by the image to ensure sufficient constraints between the keyframes and the targets to achieve higher accuracy in subsequent optimization steps. Second, the angle change and distance between the current image and the last keyframe should be greater than thresholds θ t h and d t h , where:
θ t h = r a n d [ θ m i n , θ m a x ] , d t h = r a n d [ d m i n , d m a x ] .
The r a n d [ ] refers to the uniform sampling. The purpose of using random thresholds is to ensure that the angles and the displacements between keyframes are different to guarantee the correct solution for the analytical solve step (Section 3.3). When both above conditions are satisfied, the lth image is constructed as the jth keyframe and added to the map.
When a target is observed in a keyframe, a line in Figure 4a is drawn to connect the keyframe with the target. More connections create a more stable network with more accurately estimated keyframe poses. Once all images in the recorded data have been processed, a global optimization is carried out:
λ = { T b 2 w , T b 3 w , , T b M w ; T c 1 w , T c 2 w , , T c N w ; A , B , C , D } , λ * = arg min λ i κ j Θ E p r o j ( i , j ) + j = 1 N E p l a n a r ( j ) + j = 1 N 1 E r o t ( j , j + 1 ) ,
where κ denotes the set of all targets, Θ denotes the set of all keyframes. The optimization equation (Equation (6)) is composed of three parts. The first is the projection error from the map points to the features. For one connection between the ith target and the jth keyframe, the error term is defined as:
E p r o j ( i , j ) = q = 1 Q e q T Σ q 1 e q , e q = u q j π T 1 c j w T b i w p q b i ,
where Q is the number of corners in the target, and u q j is the qth 2D feature in the target extracted from the jth keyframe, p q b i is the qth 3D map point in the target expressed in the target coordinate frame { b i } , and Σ q is the covariance matrix.
The second and the third parts are constraints generated by the planar motion of the camera. The second part considers the keyframe positions. The error term is defined as the square of the distance from the keyframe position t c j w : [ t x c j w , t y c j w , t z c j w ] to the motion plane A x + B y + C z + D = 0 . For the jth keyframe:
E p l a n a r ( j ) = A t x c j w + B t y c j w + C t z c j w + D 2 A 2 + B 2 + C 2 .
The third part considers the keyframe rotations. For a planar motion camera, the axes of rotations R c j + 1 c j between adjacent keyframes are in the same direction. This direction is the normal vector of the motion plane n : [ A , B , C ] T . R c j + 1 c j is transformed to axis–angle representation r c j + 1 c j . Then, the rotation error is defined by the cross of n and r c j + 1 c j :
E r o t ( j , j + 1 ) = n × r c j + 1 c j 2 .
The initial values of A, B, C, and D are obtained via data fitting using all keyframe positions. T b 0 w is not optimized because the coordinate frame { b 0 } of the first target coincides the world coordinate frame { w } .
Good initial values are necessary for global optimization. However, the keyframe and the target insertion process can generate cumulative errors, resulting in low precision of initial poses of keyframes and targets. To address this problem, a local optimization process is introduced to reduce error accumulation. The local optimization is performed when a newly inserted target (the target with the blue edge in Figure 4b) is observed by more than N t h keyframes. The local optimization involves a set { s } of keyframes that connected directly to the target (those red ones in Figure 4b), and targets that directly connected to the keyframe set { s } (those with the red board in Figure 4b), and the connections between them. Different from the global optimization, only the projection errors are minimized in the local optimization, and the oldest target is fixed.
In this step, the precise poses of M targets, the poses of N keyframes, and the connection relationships between them are obtained. Next, an analytical solution will be used to obtain the initial values of the calibration parameters.

3.3. Estimating Initial Values of Calibration Parameters

In this step, a modified analytical method [17] is used to estimate the initial values of the calibration parameters. The difference is that the coordinate frames vary slightly, which results in variations in the derivation. Considering the relative pose changes between the jth keyframe and the ( j + 1 )th keyframe in Figure 2, we obtain the following:
T c r T c j + 1 c j = T r j + 1 r j T c r .
Decomposing Equation (10) into rotation and translation forms:
R c r R c j + 1 c j = R r j + 1 r j R c r , R c r t c j + 1 c j + t c r = R r j + 1 r j t c r + t r j + 1 r j .
The rotation matrix R c j + 1 c j is converted into the axis–angle representation r = r ^ · Δ θ j + 1 j . r ^ = [ r x , r y , r z ] is the normalized axis, and Δ θ j + 1 j is the rotation angle. The rotation of the rigid body keeps uniform throughout, thus, r ^ should be in the same direction as the z r -axis of the robot coordinate frame { r j } . Then, α 2 and α 3 are given [27] by:
α 2 = a t a n 2 ( r x 2 + r y 2 , r z ) , α 3 = a t a n 2 ( r y , r x ) .
Because the robot moves on a 2D plane and the z r -axis is perpendicular to this plane, the robot rotation change R r j + 1 r j between the jth keyframe and the ( j + 1 ) th keyframe is only a rotation around the z r -axis: R r j + 1 r j = Rot z ( Δ θ j + 1 j ) . The rotation angle Δ θ j + 1 j can also be calculated by the odometry model (Equation (1)) with an initial value of 0:
β R k = 1 K 1 s R k β L k = 1 K 1 s L k = Δ θ j + 1 j ,
β L = k L b , β R = k R b ,
where K is the number of encoder samples between two adjacent keyframes; and β L and β R are intermediate variables. Thus, N 1 Equation (13) can be derived using N keyframes. If N > 3 , an overdetermined equation is formed:
A [ β L β R ] T = b ,
which can be solved by the least square method:
[ β L β R ] T = ( A T A ) 1 A T b .
If all Δ θ j + 1 j are equal, then the function is numerically poor. Therefore, the random threshold of the angle is used in Section 3.2.4 to avoid this problem.
Consider the second line of Equation (11). As s i n ( α 1 ) and c o s ( α 1 ) introduce nonlinear terms in R c r , two intermediate variables: s 1 = s i n ( α 1 ) , c 1 = c o s ( α 1 ) that are constrained by s 1 2 + c 1 2 = 1 are introduced. Because t c r only has two degrees of freedom, only two functions are provided by the second row of Equation (11):
a 1 s 1 + a 2 c 1 + a 3 k L + a 4 t x + a 5 t y = 0 , b 1 s 1 + b 2 c 1 + b 3 k L + b 4 t x + b 5 t y = 0 ,
where a 1 a 5 and b 1 b 5 are known coefficients that derived from the second line of Equation (11). Then, N 1 Equation (17) are obtained by N keyframes , forming a overdetermined equation when N > 4 :
Ω [ s 1 c 1 k L t x t y ] T = 0 .
With the proper choice of keyframes (as in Section 3.2.4), R a n k ( Ω ) = 4 [17]. Thus, Ω has a one-dimensional null space. To solve Equation (18), we decompose Ω by the SVD method:
Ω = U Σ V T ,
where U is a 2 ( N 1 ) × 2 ( N 1 ) unitary matrix; Σ is a 2 ( N 1 ) × 5 rectangular diagonal matrix with five non-negative singular values listed in decreasing order along the main diagonal. V is a 5 × 5 unitary matrix whose columns are right-singular vectors. Thus, the fifth column of V , v 5 , spans the null space of Ω . Accordingly, the general solution of Equation (18) is given by:
ς * = η v 5 ,
where η is a constant factor. Under the constraint of s 1 2 + s 2 2 = 1 , η can be determined by
η = 1 v 5 , 1 2 + v 5 , 2 2 ,
where v 5 , 1 and v 5 , 2 are the first and the second elements of v 5 . Then, s 1 , c 1 , k L , t x , and t y are solved. Thus,
α 1 = a t a n 2 ( s 1 , c 1 ) , k R = β R β L k L , b = k L β L .
Clearly, α 2 and α 3 calculated using the analytical method only requires the information of two keyframes and can thus easily experience noise interference. The condition of R a n k ( Ω ) = 4 is also easily affected by noises and does not hold. The least squares and SVD methods do not consider the difference in observation noises. The above problems reduce the accuracy of the analytical method. Tacking the analytical solutions as the initial values, two optimization steps are designed to obtain more accurate calibration parameters as follows.

3.4. Optimization of Calibration Parameters

In this step, only the calibration parameters are optimized by minimizing the odometry observation errors:
λ = { k L , k R , b , α 1 , α 2 , α 3 , t x , t y } , λ * = arg min λ j = 1 N 1 E o d o m ( j , j + 1 ) .
The error term is calculated between two adjacent keyframes: the jth and ( j + 1 ) th keyframe. It is designed as the difference between the robot pose change calculated by the odometry and the robot pose change derived from the keyframe poses:
E o d o m ( j , j + 1 ) = e o d o m ( j , j + 1 ) T Σ o d o m ( j , j + 1 ) 1 e o d o m ( j , j + 1 ) , e o d o m ( j , j + 1 ) = log T r j + 1 r j log T c r ( T c j w ) 1 T c j + 1 w ( T c r ) 1 ,
where the log ( ) operator transforms a 4 × 4 homogeneous transformation matrix into a six-dimensional column vector that containing three ZYZ Euler angles and three translation elements. Σ o d o m ( j , j + 1 ) is the covariance matrix with the odometry observation. Next, we demonstrate how to obtain the covariance matrix. The left/right real encoder increments between two encoder samples is assumed to obey a Gaussian distribution [22]:
s L / R ^ N s L / R , K L / R | s L / R | .
The mean is calculated by the two encoder readings, and the left/right variance is proportional to the absolute value of the increment. Assuming that the 3 × 3 covariance of the robot pose at the time point of the kth encoder is Σ o , k , then the robot pose covariance of the next moment k + 1 is given by the linear error deduction method [22]:
Σ o , k + 1 = G o Σ o , k G o T + G e Σ e , k G e T ,
where G o is the Jacobian matrix of Equation (1) vs. the robot pose [ x k , y k , θ k ] T ; G e is the Jacobian matrix of Equation (1) vs. the encoder displacement [ s L k , s R k ] T ; and Σ e , k is the covariance of the left and the right encoder displacements, according to Equation (25):
Σ e , k = K L | s L k | 0 0 K R | s R k | .
If there are K encoder samples between the jth keyframe and the ( j + 1 ) th keyframe, the robot pose covariance at time point of the ( j + 1 ) th keyframe is obtained by iteratively using the Equation (26) with initial robot pose covariance Σ o , 1 = 0 :
Σ o , K = σ x , x σ x , y σ x , θ σ y , x σ y , y σ y , θ σ θ , x σ θ , y σ θ , θ .
It is the odometry observation covariance between the two adjacent keyframes. It should be noted that the odometry observation covariance used in Equation (24) is a 6 × 6 matrix. To ensure the establishment of Equation (24), the variances of the other two angles are assumed to be the same as θ , and the translational variance of z is assumed to equal to the minimum of variances of x and y:
Σ o d o m ( j , j + 1 ) = σ θ , θ 0 0 0 0 0 0 σ θ , θ 0 0 0 0 0 0 σ θ , θ σ θ , x σ θ , y 0 0 0 σ x , θ σ x , x σ x , y 0 0 0 σ y , θ σ y , x σ y , y 0 0 0 0 0 0 m i n { σ x , x , σ y , y } .

3.5. Final Optimization

Lastly, a total optimization is performed to minimize all errors. Ceres Solver [28] is used to solve all optimization problems in this paper:
λ = { k L , k R , b , α 1 , α 2 , α 3 , t x , t y ; T b 2 w , T b 3 w , , T b M w ; T w c 1 , T w c 2 , , T w c N ; A , B , C , D } , λ * = arg min λ j = 1 N 1 E o d o m ( j , j + 1 ) + i κ j Θ E p r o j ( i , j ) + j = 1 N E p l a n a r ( j ) + j = 1 N 1 E r o t ( j , j + 1 ) .

4. Experiments

Several experiments were performed to verify the accuracy and the stability of the proposed method and to test the effect of four strategies: the adoption of multiple composite targets, the use of two optimization steps, the introduction of planar constraints, and the increases of the number of targets.

4.1. Experimental Setup

Figure 5 displays the Redbot used in our experiments. The Redbot is a small differential-drive mobile robot. The nominal left/right wheel radius r L / R is 0.05 m, the wheel spacing b is 0.32 m, the reduction ratio of the left/right motor is 7.2:1, and the encoder produces 1024 ticks per motor round with the frequency of 100 Hz. A daheng MER-302-56U3M/C camera with a Kawa LM3NCM wide-angle lens (Torrance, CV, USA) was installed. The camera resolution was set to 2048 × 1536 pixels, and the frame rate was set to 10 Hz. A Thinkpad laptop collected the encoder readings and images with a rosbag tool [29] provided in the Robot Operating System (ROS) [30]. The rosbag tool can record multiple types of data with timestamps. The checkboard pattern size is 6 × 7, and its grid size is 0.07 m. The side length of the aruco marker is 0.14 m. Composite targets were printed on A1-sized papers and attached to 15 mm thick Polyvinyl chloride (PVC) boards.

4.2. Performance Test

The purpose of this experiment was to test the stability of our method on different data. To verify the impact of the target placement form, as shown in Figure 6, ten targets were placed in three forms: A, B, and C. Then, the robot was controlled to move arbitrarily in front of the targets. For each placement form, three different data were recorded (e.g., A1, A2, and A3 for the placement form A).
To verify the method, three other variants were compared as follows. In the NoPlanar method, the planar motion error terms in Equations (6) and (30) were deleted to verify the role of the planar constraints. In the Analytical method, the last two optimization steps (Section 3.4 and Section 3.5) were removed to test the function of the last two optimization steps. In the Aruco method, the four corners of each aruco marker were used as map points instead of the corners of the checkerboard pattern, intended to prove the advantages of using composite targets.
Because the thresholds were random when selecting the keyframes, the result of each run of the algorithm could differ. For each data in Figure 6, each method was run ten times. The results of eight calibration parameters are shown in Figure 7, with the standard deviations of the ten runs.
The calibration results of different methods varied. In terms of the mean values of the results, relatively small fluctuations across different data appeared in the proposed method and the NoPlanar method because the two optimization steps improved the stability. Additionally, these two methods used the composite targets compared with the Aruco method. The composite targets contain many more precision map points; hence, these two methods achieved higher stability. The standard deviations represent the effect of keyframe selection. The standard deviations of the Analytical method were the largest given the absence of the two optimization steps. By contrast, the standard deviations of the proposed method and the NoPlanar method were relatively small compared with the Analytical method and the Aruco method, further confirming the positive effects of the two optimization steps and the composite targets. Moreover, the means and standard deviations of the proposed method and the NoPlanar method were similar, indicating that the introduction of planar constraints exerted little influence on the means and standard deviations of the calibration results; thus, they had little effect on calibration stability.
Some differences also emerged between different target placement forms in the proposed method. Figure 7 presents that the target placement form C achieved the highest stability, followed by B with A the worst. Moreover, the calibration results of placement forms B and C were similar. Figure 6 shows that the three trajectories of placement form A assumed open chain shapes; therefore, the networks built by the keyframes and targets were also open chains, resulting in unstable calibration results. On the contrary, the trajectories of placement form C were circles, and the networks assumed a closed form. Consequently, the calibration results were more stable than the other two target placement forms. The networks of placement form B were somewhere between A and C. Therefore, the targets should be arranged in a circular shape to obtain more stable calibration results.
Although we could obtain the mean and variance of the calibration parameters, we could not test the accuracy of the calibration results directly due to the absence of real calibration parameter values. To address this problem, two indirect experiments were designed to verify the calibration accuracy of the odometry and the external parameters of the robot.

4.3. Odometry Calibration Accuracy Test

If the odometry parameters are calibrated accurately, then the pose estimated by odometry will be accurate. An experiment was designed based on this assumption. The robot was controlled to run for a long distance and controlled back to the initial pose. Ideally, the end pose should be the same as the initial pose with a value of 0. However, due to errors in the odometry calibration, the two poses may be different. We used the endpoint error to indicate odometry calibration accuracy. Data were recorded in this experiment as shown in Figure 8. The lengths of these two trajectories were 79.6 m and 54.5 m. All calibration results in Section 4.2 were used to calculate the endpoint errors illustrated in Figure 9.
In most cases, the proposed method obtained the highest odometry accuracy due to using multiple composite targets, introducing planar constraints, and adopting two optimization steps. The odometry errors with calibration results from target placement form C were smaller than those from A and B, suggesting that the circular target placement form achieved higher odometry calibration accuracy. Although the means and standard deviations of the calibration results of the proposed and NoPlanar methods were similar, the proposed method achieved higher odometry calibration accuracy, potentially because the introduction of plane constraints improved the estimation accuracy of keyframe poses. Figure 10 shows keyframe position differences between the proposed method and the NoPlaner method with one data (B1). The robot moved on a plane, and the estimated keyframe positions should also be distributed on the same plane; however, keyframe positions estimated by the NoPlanar method were not on the same plane and demonstrated larger errors (see Figure 10b). Conversely, the proposed method introducing planar constraints obtained relative better keyframe position estimations (see Figure 10a).

4.4. Robot Extrinsic Calibration Accuracy Test

To test the accuracy of the robot extrinsic calibration, as shown in Figure 11, the camera was placed at four positions on the robot for calibration, and ten targets were arranged in a circle. These four positions formed a rectangle. The structure of the robot could determine the length (0.2 m) and width (0.16 m) of the rectangle. One data was collected per position. As in Section 4.2, each method was run ten times with the data. Ideally, greater similarity between the nominal rectangle and the rectangle formed by calibration results will lead to more accurate calibration results. As shown in Figure 11, the covariance ellipses with 95% confidence represent the distributions of [ t x , t y ] T and the symbols indicate the means of [ t x , t y ] T . The nominal rectangle is shown in Figure 11 by dotted lines. Considering the mean values, the four corner points obtained by the proposed method and NoPlanar method were similar to the corner points of the nominal rectangle. However, the Analytical method and Aruco method demonstrated large gaps. For the covariance ellipse, the ellipse size of the proposed method was smaller than others, indicating that the composite target and the optimization steps used in this paper can improve the accuracy and stability of extrinsic parameter calibration. It was not possible to test absolute accuracy, but the relative accuracy was evaluated. Mean values were used to calculate the average length and width of the rectangle along with the average angle of the four angles. Then, they were compared with the nominal length, width, and angle to compute the relative errors. Results are listed in Table 1. Although only the angular error of the proposed method was smallest compared to other methods, the width and length errors of the proposed method were highly similar to the minimum errors. Unfortunately, the accuracy of α 1 , α 2 , and α 3 could not be assessed effectively. Figure 7 reveals that the results of the proposed method with a target placement of C demonstrated small angle fluctuations within a range of less than 0.01 rad. Such stability can meet the needs of conventional applications. Overall, the robot extrinsic calibration accuracy and stability of the proposed method was relatively higher than others.

4.5. The Impact of the Number of Targets

To test the impact of the number of targets on the performance of the proposed method, 1–10 targets were used and arranged as presented in Figure 12. For each form, the proposed method was run ten times. Results are shown in Figure 13 with the standard deviations. As the number of targets increased, the calibration result became more stable, the jitter of the means became smaller, and the standard deviations were reduced. The indirect odometry calibration accuracy test method used in Section 4.3 was also used here with results shown in Figure 14. Overall, as the number of targets increased, the odometry error exhibited a downward trend. However, some abnormal situations appeared, presumably because (1) the trajectories of the 10 pieces of data were identical; (2) the number of targets observed by the keyframes were different; and (3) the moving speeds of the robot varied, causing different motion blurs among the 10 data and introducing different noises.

4.6. Design Odometry Parameters Comparison

The odometry parameters calibrated by the proposed method were also compared with the design odometry parameters. The left/right wheel factor k L / R can be obtained by the robot’s mechanical parameters:
k L / R = 2 π r L / R N L / R I L / R ,
where r L / R is left/right radius, N L / R is pulse number of a round of the left/right encoder that is mounted on the shaft of the left/right motor, and I L / R is the reduction ratio of the left/right motor. Using the designed parameters shown in Section 4.1, we get the design odometry parameters: parameters: r L / R = 3.7410 × 10 5 , b = 0.32 m. The compared odometry parameters calibrated by the proposed method were obtained from the data in front of the target placement form C in Section 4.2. The mean results of data C1–C3 were used: k L = 4.0652 × 10 5 , k R = 4.0668 × 10 5 , and b = 0.3166 .
The two sets of odometry parameters were compared using the method in Section 4.3. These two sets of odometry parameters were loaded into the robot respectively, and the two sets of data in Section 4.3 were run. The obtained trajectories are shown in Figure 15. It can be seen that, under the design odometry parameters, the odometry trajectories quickly diverge. In contrast, the odometry parameters calibrated by the proposed method enable high accuracy odometry trajectories.

5. Discussion

Our approach is similar to the work of [15]. The authors used multiple aruco markers to estimate camera poses and designed a two-step pipeline to simultaneously calibrate the odometry and the robot extrinsic parameters. First, the initial parameters are estimated through a non-iterative process by exploiting plane motion constraints; then, the parameters are refined by a joint optimization. This method has been proven to be robust to image noises and requires only a few aruco markers to be arranged in the environment, and is simple to operate. However, the method has its own limitations. First, one of the problems of aruco markers is that the accuracy of their corner positions is not too high, even after applying sub-pixel refinement, which results in a low estimation of the camera poses; moreover, the effect of the number of the aruco markers on the calibration result is not tested. Second, the plane constraint is only introduced into the initial value estimation process, but is not into the join optimization solution step; in addition, only the simulation experiment is carried out, but no real experiment is performed to verify the role of the plane constraint. In contrast, the proposed method uses multiple composite targets, which combine the advantages of the aruco marker and the checkerboard pattern. The corners of checkerboard patterns can be refined more accurately since each corner is surrounded by two black squares, which results in a more precision calibration result than that of the aruco marker. It has been tested by our experiments. In addition, an automatic pipeline to combine these composite targets to select keyframes and estimate keyframe poses is proposed. In addition, we design an experiment to test the impact of the number of the composite targets. Moreover, we introduce two types of planar constraints and use them in all calibration processes. In the end, the effects of planar constraints were tested experimentally.
We have to point out that the proposed method uses multiple composite targets that are a bit complicated to fabricate and arrange. In contrast, the natural feature-based method [12,13,14] does not require targets or other equipment, and is thus easier to use. However, it also has its own limitations. For example, it requires sufficient texture in the environment, which means that the calibration results may vary in different environments. Moreover, the monocular camera pose estimated by the visual simultaneous localization and mapping method or the structure from motion method is up to a scale; the scale is usually obtained by pre-calibrated odometry parameters [13]. In this paper, the purpose of using multiple composite targets is to improve the stability and accuracy of the calibration. Of course, using fewer targets can reduce the complexity of the calibration, but the calibration accuracy and stability will reduce. In practical applications, a balanced selection can be made between the number of targets and the calibration accuracy and stability.

6. Conclusions

In this paper, we propose an automatic pipeline to simultaneously estimate the odometry and robot extrinsic parameters of a differential-drive mobile robot equipped with a monocular camera. This approach does not limit the path of the robot and does not require an initial assumption of calibration parameters, producing relatively more accurate and stable results than other methods. To address the low-accuracy problem of traditional artificial landmark tools, we propose a composite target consisting of an aruco marker and a checkerboard pattern and introduce a method to automatically combine multiple composite targets, select keyframes, and estimate keyframe poses. Initial values of the calibration parameters are computed by an analytical method and then optimized via two optimization steps. Several experiments were conducted to test the stability and accuracy of the proposed approach as well as the effectiveness and roles of key strategies. Results confirm the comparable performance of this method.

Author Contributions

S.B. conceived the idea. All three of the authors equally contributed to the development of the calibration method. D.Y. and Y.C. designed and performed all experiments and wrote the paper.

Funding

This research was funded by Scientific and Technological Project of Hunan Province on Strategic Emerging Industry under grant number 2016GK4007 and Beijing Natural Science Foundation under grant number 3182019.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Wu, K.J.; Guo, C.X.; Georgiou, G.; Roumeliotis, S.I. Vins on wheels. In Proceedings of the IEEE International Conference on Robotics and Automation, Singapore, 29 May–3 June 2017; pp. 5155–5162. [Google Scholar]
  2. Yi, D.H.; Lee, T.J.; Cho, D.D. A new localization system for indoor service robots in low luminance and slippery indoor environment using afocal optical flow sensor based sensor fusion. Sensors 2018, 18, 171. [Google Scholar] [CrossRef] [PubMed]
  3. Marín, L.; Vallés, M.; Soriano, Á.; Valera, Á.; Albertos, P. Multi sensor fusion framework for indoor-outdoor localization of limited resource mobile robots. Sensors 2013, 13, 14133–14160. [Google Scholar] [CrossRef] [PubMed]
  4. Martinelli, A.; Tomatis, N.; Siegwart, R. Simultaneous localization and odometry self calibration for mobile robot. Auton. Robots 2007, 22, 75–85. [Google Scholar] [CrossRef]
  5. Borenstein, J. Experimental results from internal odometry error correction with the omnimate mobile robot. IEEE Trans. Robot. Autom. 1998, 14, 963–969. [Google Scholar] [CrossRef]
  6. Borenstein, J.; Feng, L. Measurement and correction of systematic odometry errors in mobile robots. IEEE Trans. Robot. Autom. 1996, 12, 869–880. [Google Scholar] [CrossRef] [Green Version]
  7. Kelly, A. Fast and easy systematic and stochastic odometry calibration. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, Sendai, Japan, 28 September–2 October 2004; pp. 3188–3194. [Google Scholar]
  8. Caltabiano, D.; Muscato, G.; Russo, F. Localization and self-calibration of a robot for volcano exploration. In Proceedings of the IEEE International Conference on Robotics and Automation, New Orleans, LA, USA, 26 April–1 May 2004; pp. 586–591. [Google Scholar]
  9. Martinelli, A. State estimation based on the concept of continuous symmetry and observability analysis: The case of calibration. IEEE Trans. Robot. 2011, 27, 239–255. [Google Scholar] [CrossRef]
  10. Antonelli, G.; Chiaverini, S.; Fusco, G. An odometry calibration method for mobile robots based on the least-squares technique. In Proceedings of the American Control Conference, Denver, CO, USA, 4–6 June 2003; pp. 3429–3434. [Google Scholar]
  11. Antonelli, G.; Chiaverini, S. Linear estimation of the physical odometric parameters for differential-drive mobile robots. Auton. Robots 2007, 23, 59–68. [Google Scholar] [CrossRef]
  12. Carrera, G.; Angeli, A.; Davison, A.J. Slam-based automatic extrinsic calibration of a multi-camera rig. In Proceedings of the IEEE International Conference on Robotics and Automation, Shanghai, China, 9–13 May 2011; pp. 2652–2659. [Google Scholar]
  13. Heng, L.; Li, B.; Pollefeys, M. Camodocal: Automatic intrinsic and extrinsic calibration of a rig with multiple generic cameras and odometry. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, Tokyo, Japan, 3–7 November 2013; pp. 1793–1800. [Google Scholar]
  14. Fernandez-Moral, E.; Gonzalez-Jimenez, J.; Rives, P.; Arevalo, V. Extrinsic calibration of a set of range cameras in 5 seconds without pattern. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, Chicago, IL, USA, 14–18 September 2014; pp. 429–435. [Google Scholar]
  15. Tang, H.; Liu, Y. Automatic simultaneous extrinsic-odometric calibration for camera-odometry system. IEEE Sens. J. 2018, 18, 348–355. [Google Scholar] [CrossRef]
  16. Pagel, F. Calibration of non-overlapping cameras in vehicles. In Proceedings of the IEEE Intelligent Vehicles Symposium, San Diego, CA, USA, 21–24 June 2010; pp. 1178–1183. [Google Scholar]
  17. Antonelli, G.; Caccavale, F.; Grossi, F.; Marino, A. A non-iterative and effective procedure for simultaneous odometry and camera calibration for a differential drive mobile robot based on the singular value decomposition. Intell. Serv. Robot. 2010, 3, 163–173. [Google Scholar] [CrossRef]
  18. Antonelli, G.; Caccavale, F.; Grossi, F.; Marino, A. Simultaneous calibration of odometry and camera for a differential drive mobile robot. In Proceedings of the IEEE International Conference on Robotics and Automation, Anchorage, AK, USA, 3–7 May 2010; pp. 5417–5422. [Google Scholar]
  19. Tang, H.; Liu, Y.; Wang, H. Constraint gaussian filter with virtual measurement for on-line camera-odometry calibration. IEEE Trans. Robot. 2018, 3, 630–644. [Google Scholar] [CrossRef]
  20. Martinelli, A. Local decomposition and observability properties for automatic calibration in mobile robotics. In Proceedings of the IEEE International Conference on Robotics and Automation, Kobe, Japan, 12–17 May 2009; pp. 4182–4188. [Google Scholar]
  21. Heng, L.; Furgale, P.; Pollefeys, M. Leveraging image-based localization for infrastructure-based calibration of a multi-camera rig. J. Field Robot. 2015, 32, 775–802. [Google Scholar] [CrossRef]
  22. Siegwart, R.; Nourbakhsh, I.R. Introduction to Autonomous Mobile Robots, 2nd ed.; MIT Press: Cambridge, MA, USA, 2004; pp. 270–275. [Google Scholar]
  23. Zhang, Z. A flexible new technique for camera calibration. IEEE Trans. Pattern Anal. Mach. Intell. 2000, 22, 1330–1334. [Google Scholar] [CrossRef] [Green Version]
  24. Scaramuzza, D.; Martinelli, A.; Siegwart, R. A flexible technique for accurate omnidirectional camera calibration and structure from motion. In Proceedings of the IEEE International Conference on Computer Vision Systems, New York, NY, USA, 4–7 January 2006; p. 45. [Google Scholar]
  25. Garrido-Jurado, S.; Muñoz-Salinas, R.; Madrid-Cuevas, F.J.; Marín-Jiménez, M.J. Automatic generation and detection of highly reliable fiducial markers under occlusion. Pattern Recognit. 2014, 47, 2280–2292. [Google Scholar] [CrossRef]
  26. Lepetit, V.; Moreno-Noguer, F.; Fua, P. Epnp: Efficient perspective-n-point camera pose estimation. Int. J. Comput. Vis. 2009, 81, 155–166. [Google Scholar] [CrossRef] [Green Version]
  27. Siciliano, B.; Sciavicco, L.; Villani, L.; Oriolo, G. Robotics: Modelling, Planning and Control; Springer: London, UK, 2010; pp. 49–50. [Google Scholar]
  28. Ceres Solver. Available online: http://ceres-solver.org (accessed on 13 September 2018).
  29. Ros.org. Available online: http://www.ros.org (accessed on 13 September 2018).
  30. Rosbag. Available online: http://wiki.ros.org/rosbag (accessed on 13 September 2018).
Figure 1. Schematic of a differential-drive mobile robot equipped with a monocular camera.
Figure 1. Schematic of a differential-drive mobile robot equipped with a monocular camera.
Sensors 18 03097 g001
Figure 2. Schematic of automatic calibration method.
Figure 2. Schematic of automatic calibration method.
Sensors 18 03097 g002
Figure 3. Process of keyframe poses estimation.
Figure 3. Process of keyframe poses estimation.
Sensors 18 03097 g003
Figure 4. Networks between targets and keyframes. (a) global network; (b) local network.
Figure 4. Networks between targets and keyframes. (a) global network; (b) local network.
Sensors 18 03097 g004
Figure 5. Redbot with a daheng monocular camera.
Figure 5. Redbot with a daheng monocular camera.
Sensors 18 03097 g005
Figure 6. Experimental setup for the performance test. Ten targets were arranged in three forms: A, B, and C. Three data were recorded for each placement: data A1, A2, and A3 for form A, data B1, B2, and B3 for form B, and data C1, C2, and C3 for form C. Dots indicate selected keyframes, and lines indicate robot trajectories.
Figure 6. Experimental setup for the performance test. Ten targets were arranged in three forms: A, B, and C. Three data were recorded for each placement: data A1, A2, and A3 for form A, data B1, B2, and B3 for form B, and data C1, C2, and C3 for form C. Dots indicate selected keyframes, and lines indicate robot trajectories.
Sensors 18 03097 g006
Figure 7. Results of calibration parameters with standard deviations.
Figure 7. Results of calibration parameters with standard deviations.
Sensors 18 03097 g007
Figure 8. Robot trajectories of data (a,b). Red circles are starting points, and blue squares are the path ends; ideally, they should be coincident.
Figure 8. Robot trajectories of data (a,b). Red circles are starting points, and blue squares are the path ends; ideally, they should be coincident.
Sensors 18 03097 g008
Figure 9. Odometry errors of different methods with different data using trajectories (a,b) from Figure 8.
Figure 9. Odometry errors of different methods with different data using trajectories (a,b) from Figure 8.
Sensors 18 03097 g009
Figure 10. Comparison of keyframe positions between proposed method and NoPlanar method. (Axes scales are different): (a) proposed method; (b) NoPlanar method. The first row contains 3D keyframe positions. The second and third rows are side views of the first row. The last row is the distance histogram between the keyframe position and estimated move plane.
Figure 10. Comparison of keyframe positions between proposed method and NoPlanar method. (Axes scales are different): (a) proposed method; (b) NoPlanar method. The first row contains 3D keyframe positions. The second and third rows are side views of the first row. The last row is the distance histogram between the keyframe position and estimated move plane.
Sensors 18 03097 g010
Figure 11. Robot extrinsic calibration precision test setup and results. denotes the mean of [ t x , t y ] T , the ellipse indicates covariance at 95% confidence, and the dotted rectangle is the nominal rectangle.
Figure 11. Robot extrinsic calibration precision test setup and results. denotes the mean of [ t x , t y ] T , the ellipse indicates covariance at 95% confidence, and the dotted rectangle is the nominal rectangle.
Sensors 18 03097 g011
Figure 12. Experimental setup to test the effect of the number of the targets on calibration results.
Figure 12. Experimental setup to test the effect of the number of the targets on calibration results.
Sensors 18 03097 g012
Figure 13. Calibration results with different numbers of the targets.
Figure 13. Calibration results with different numbers of the targets.
Sensors 18 03097 g013
Figure 14. Odometry errors with different number of the targets under trajectories (a,b) from Figure 8.
Figure 14. Odometry errors with different number of the targets under trajectories (a,b) from Figure 8.
Sensors 18 03097 g014
Figure 15. Odometry trajectories using design odometry parameters and calibrated odometry parameters under data (a,b) of Section 4.3.
Figure 15. Odometry trajectories using design odometry parameters and calibrated odometry parameters under data (a,b) of Section 4.3.
Sensors 18 03097 g015
Table 1. Rectangle errors of the four different methods. The bold number indicates that the error is minimum.
Table 1. Rectangle errors of the four different methods. The bold number indicates that the error is minimum.
Error TermProposedNoPlanarAnalyticalAruco
length (m)0.00050.00110.01190.0003
width (m)0.00260.00290.00160.0075
angle (rad)0.00770.00960.06120.0127

Share and Cite

MDPI and ACS Style

Bi, S.; Yang, D.; Cai, Y. Automatic Calibration of Odometry and Robot Extrinsic Parameters Using Multi-Composite-Targets for a Differential-Drive Robot with a Camera. Sensors 2018, 18, 3097. https://0-doi-org.brum.beds.ac.uk/10.3390/s18093097

AMA Style

Bi S, Yang D, Cai Y. Automatic Calibration of Odometry and Robot Extrinsic Parameters Using Multi-Composite-Targets for a Differential-Drive Robot with a Camera. Sensors. 2018; 18(9):3097. https://0-doi-org.brum.beds.ac.uk/10.3390/s18093097

Chicago/Turabian Style

Bi, Shusheng, Dongsheng Yang, and Yueri Cai. 2018. "Automatic Calibration of Odometry and Robot Extrinsic Parameters Using Multi-Composite-Targets for a Differential-Drive Robot with a Camera" Sensors 18, no. 9: 3097. https://0-doi-org.brum.beds.ac.uk/10.3390/s18093097

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop