Abstract

Image-based visual servoing for nonholonomic mobile robots using epipolar geometry is an efficient technology for visual servoing problem. An improved visual servoing strategy, namely, three-step epipolar-based visual servoing, is developed for the nonholonomic robot in this paper. The proposed strategy can keep the robot meeting FOV constraint without any 3D reconstruction. Moreover, the trajectory planned by this strategy is shorter than the existing strategies. The mobile robot can reach the desired configuration with exponential converge. The control scheme in this paper is divided into three steps. Firstly, by using the difference of epipoles as feedback, the robot rotates to make the current configuration and desired configuration in the same orientation. Then, by using a linear input-output feedback, the epipoles are zeroed so as to align the robot with the goal. Finally, by using the difference of feature points, the robot reaches the desired configuration. Simulation results and experimental results are given to illustrate the effectiveness of the proposed control scheme.

1. Introduction

With the development of computer vision and growing demand for robots intelligence, visual servoing is becoming a hot research field of robotics. Visual servoing is an extensive field where computer vision is used in the design of motion controller. The main task of visual servoing [1] is to regulate the pose (position and orientation) of the robot to reach the desired pose by using the image information obtained by a camera.

Different visual servoing (VS) approaches have been proposed to solve visual servoing problem. They can be classified into two main categories: position-based visual servoing (PBVS) [24] and image-based visual servoing (IBVS) [5, 6].

For the position-based visual servoing strategy, the desired pose is estimated on the basis of visual data and geometric models. For instance, an omnidirectional vision system [7] is used to determine the robot posture. A concept of 3D visible set for PBVS [3] is proposed. These strategies add some new concepts to overcome the shortcomings of PBVS, but all these strategies require 3D reconstruction. 3D reconstruction, under normal circumstances, needs a large amount of computation which makes it difficult for PBVS to do real-time configuration.

To avoid the 3D reconstruction, the image-based visual servoing strategy is proposed. In IBVS, the errors between the initial and desired configuration of the feature points on the image plane are generated, and the feature points are controlled to move from current configuration to the desired configuration on the image plane. IBVS has been known to be more suitable for preventing the feature points from leaving the field of view (FOV) since the trajectories of the feature points are controlled directly on the image plane. An IBVS with Canny operator and line detecting strategy is proposed in [5]. However, image singularities and image local minima may exist due to the form of image Jacobian. This happens frequently as encountered in the use of general IBVS strategy. In order to solve this issue, an approach named homography-based visual servoing has been proposed in [8] for mobile robots, which needs camera calibration parameters and an adaptive estimation of a constant depth-related parameter. In addition, this strategy cannot let the initial configuration converge to the desired configuration exponentially.

In some unknown environments, the calibration is not exactly known; the visual servoing is to be the uncalibrated visual servoing. So, [9] proposed a quaternion-based camera rotation estimate and a new closed loop error system to solve the robustness of vision-based control systems for the uncalibrated vision servoing. On the basis of  [9], an adaptive homography-based visual servo tracking controller [10] is designed to compensate for the lack of unknown depth information using a quaternion formulation to represent rotation tracking error. While a robust adaptive uncalibrated visual servo controller [11] is put forward to asymptotically regulate a robot end-effector to a desired pose compensating for the unknown depth information and intrinsic camera calibration parameters.

Keeping the camera with FOV is an important problem in the visual servoing. Reference [12] presents a novel two-level scheme for adaptive active visual servoing of a mobile robot to provide a satisfactory solution for the field-of-view problem, while [13] introduces a novel visual servo controller that is designed to control the pose of the camera to keep multiple objects in the FOV of a mobile camera. A set of underdetermined task functions are developed to regulate the mean and variance of a set of image features. The nonlinear characteristic of mobile robot is another important problem in the visual servoing. Reference [14] presents a controller for locking a moving object in 3D space at a particular position on the image plane for both the highly nonlinear robot dynamics and unknown motion of the object.

Recently, a novel IBVS strategy [6] is proposed by computing the epipolar geometry between the current image and the desired one. When the angle between focus length and -axis of the initial configuration is larger than the desired configuration, this strategy can let the initial configuration converge to the desired configuration exponentially. But when the angle between and -axis of the initial configuration is smaller than the desired configuration, the trajectory planned by the strategy may be much longer, and the time cost by this IBVS strategy may be much increased; sometimes the feature points are out of field of view.

To overcome these shortcomings, we proposed a three-step strategy. Firstly, we add one step to rotate the robot from the initial configuration to the intermediate configuration, which has the same orientation as the desired configuration. With this step, we can guarantee that the angle between and -axis of the new configuration will never be smaller than the desired configuration. Thereby, the trajectory will always be smaller in our three-step strategy and the robot will keep the feature points with the FOV constraint. Then, a linear input-output feedback is used by the second step to let the epipoles be zero so as to align the robot with the goal. Finally, a proportional plus integral controller is introduced into the third step to take less time reaching the desired configuration.

This paper is organized as follows. Section 2 presents the main task of IBVS, the nonholonomic robot model, and the epipolar geometry. An outline of the system frameworks is given. Section 3 presents the control scheme. Simulations are provided in Section 4 and experiment results are illustrated in Section 5 to evaluate the effect of the proposed control scheme. Finally, Section 6 is a conclusion.

2. Problem Formulation

In this section, visual servoing, epipolar geometry, nonholonomic robot model, and general framework are briefly introduced.

2.1. Visual Servoing

Robot visual servoing is a strategy for driving mobile robot from current pose (position and orientation) to desired pose (position and orientation) by using feature points of current view and desired view as feedback input while keeping the feature points within the FOV.

2.2. Epipolar Geometry

Epipolar geometry describes the intrinsic geometry between two views and only depends on the relative location between cameras and their internal parameters. As shown in Figure 1, the points and are called focal length center, the line connecting points and is called the baseline, and the intersection of the baseline and the image plane is called epipole, that is, and . Let be one of the points in 3D space. and are the projection points in image planes and . The lines and are called the epipolar line. From the geometry knowledge, and can represent the relative orientation between the image planes. These points will be used later.

The value of the epipoles can be directly computed by the geometrical relationship between the desired and current views. The common method is using fundamental matrix to compute the epipoles. Following is the epipolar geometry: where is an essential matrix.

Note that can be estimated by some well-known algorithms, like Hartley’s normalized 8-point algorithm [15] or others like RANSAC algorithm [16] and LMedS algorithm [17].

2.3. Nonholonomic Robot

The nonholonomic robot with two independently derived wheels is shown in Figure 2. is the mass center of the the robot, which is located in the middle of deriving wheels. is the orientation angle of the robot. and are the linear and angular velocities of the robot. The kinematic model for the robot with the nonholonomic constraint of pure rolling and nonslipping is

2.4. General Frameworks

The initial configuration presented in Figures 3(a) and 3(b) is the first step, the main work of which is to take the current configuration in the same direction with the desired configuration. With the role of this step, we can keep the feature points in the field of view. Figure 3(c) is the second step, the main goal of which is to zero the epipoles with input-output linear feedback. With this step, the robot is aligned with the desired configuration. Figure 3(d) is the last step to reach the desired configuration by comparing the feature points in the two views.

The three-step control scheme will be described in detail in Section 3.

3. Three-Step Control Scheme

In this section, we will design a three-step strategy scheme for the mobile robot driving to the desired configuration. We will detail how to realize each step.

3.1. Match the Orientation

A derivation of epipole kinematics will be presented. First, we will derive the expression of the epipoles as a function of the robot configuration .

Figure 4 shows the geometry relation with two views of the same scene. The current configuration is , and the desired configuration is . is the focal distance. is the angle between the -axis and the line joining the desired and current camera centers. is the angle between and the -axis. is the distance between the desired camera center and the current camera center.

First of all, we will rotate the robot, and the current configuration and the desired configuration will be in the same orientation. With the first step, the trajectory planned by the strategy in this paper is shorter than the existing strategy and the singular problem can be effectively avoided. The singular problem happened when in red color in Figure 4. But is never if after the first step the orientation of current configuration and desired configuration is the same orientation. From Figure 4, we have where is the epipole of desired configuration and is the epipole of current configuration. Solving from (3) and (4) yields The time derivative of is where is the linear velocity. We set the control law as where is the positive coefficient. Equation (6) can be simplified to be where is the angular velocity. We can use (7) to rewrite the (8) as Equation (9) can be shortened to be where From (10), will converge to zero in a limited time. So, we take (7) as control law and then the mobile robot will go to the same orientation with the desired configuration. If the feature points of the desired configuration are in the field of view, then the next two steps will keep the feature points in the field of view. Note the following points.(i)The above control law (7) is image-based, since it only uses the measured epipoles. No information of the robot configuration or any other odometric data is used.(ii)The form of (10) is essential to guarantee that is zero in finite time.(iii)From , we know that the robot will converge to the same orientation from the desired configuration.

It remains to be shown how to avoid the proposed control law (7) to become singular. As is shown in the control law, the linear velocity () is always defined and the angular velocity () has a potential singularity when or . The following remarks are in order at this point.

Remark 1. We provide the control law just running under the condition that the epipolar geometry between the desired and current camera views can be defined, corresponding with the case of and . If (see (3), (6), and control law (7) that are undefined) or (see (4), (6), and control law (7) that are undefined), the homography matrix can be decomposed to design a replaced rotational controller to diminish the orientation error. Using stacking of the fundamental matrix [18] to observe the norm of the 9-dimensional vector, estimate the homography matrix which is still defined in this situation and decompose it to get the rotation matrix between the desired and current camera views. At last, we provide a simple proportional rotational controller to diminish the orientation error.

Remark 2. Here, we provide how to choose the values of controller parameter. (i)Choice of . should be the positive value. The value of determines the rate of convergence .

3.2. Zero the Epipoles

For feedback-linearization purposes, we will need the kinematics of the epipoles with respect to the velocities and . From (3) and (4), the time derivative of is obtained as follows: As shown in Figure 4 So, and can be expressed as

From Figure 4, we can obtain Taking the two equations above into (15), the time derivative of can be written as From some simple geometry knowledge, we have where the sign functions guarantee that any position of the current configuration is taken into consideration in these equations. We take these into (14) and (15), and the relationship between the input and the output time derivatives is expressed as where is the distance of two epipoles. In summary, the simple matrix form should be with

Here, we are faced with a difficulty that is unknown in the image-based control and the input-output is not linear. We set the control law as with Taking (23) into (21), we obtain in which we set where , , , and are the position odd integers with . Also, update the distance estimate according to the following equation: Taking (27) into (26), we obtain The control law can be written as follows: Then, and will converge to zero in finite time.

It is assumed that the angle of camera view is 120°. For example, in Figure 5, the maximum differential angle of camera view is between the conditions and . In the circumstances, the feature points can be set in the shaded area. From Figure 5, it can be seen that when the robot moves to the second step, the feature points will keep in FOV.

Remark 3. It remains to be shown how to adjust the control if the proposed control law (30) becomes singular. As is shown in the control law (30), the angular velocity () is always defined and the linear velocity () has a potential singularity when is equal to zero. (i)If is equal to zero at the beginning of the second step, we can perform a preliminary maneuver in order to displace the current epipole to a nonzero value. Using a small certain value , the preliminary control is as follows: With this choice, we get from (19) , so converges exponentially to , and then we can use our provided control law.(ii)According to (29), as is bounded, will converge to zero at finite time . From , (28) becomes , will converge to zero with exponential rate , is equal to zero, and . So, the robot system will perform the pure rotation in this phase. Hence, convergence of the epipoles to zero is obtained at a finite distance.(iii)As already noticed, after the transient (), is equal to zero and is equal to zero, which prevents the potential singularity. can be bounded by bounding . For sufficiently small , the current epipole cannot cross zero during the transient. With the desired epipole, reaches zero before , and the proposed control law is never singular. This kind of control law is also known as a terminal sliding mode.

Remark 4. We now present how to choose the control parameters, that is, , , , and initial estimate of the robot distance .(1)Choice of . The current and desired robot positions may increase during the second step. According to (30), when the and increase, we want to decrease the value of and , so should be chosen less than one and close to zero.(2)Choice of , . Remark 3 requires to be sufficiently small to guarantee that the proposed control law (30) is never singular. We can choose , based on the characteristic that and never change sign. Now, we take the following into account.(i)If the initial epipole values and are in different signs, the perturbation term in (28) pushes into singular. should be very sufficiently small. There is no special strategy for .(ii)If the initial epipole values and are in the same sign, the perturbation term in (28) pulls away from singular. Any value of is satisfiable. only determines the rate of convergence after the transient ().(iii)In both simulation and experiments, the choice of , is sufficient to achieve singularity avoidance.(3)Choice of Initial Estimate of the Robot Distance . According to Remark 3, it is necessary to initialize at a value , where means the initial estimate value of and means the initial value of . We can use an upper bound derived from the knowledge of the environment, where the robot moves.

3.3. Match the Feature Points

At the end of the second step, both and are zero and the intermediate configuration is in the same orientation with the desired configuration. Now, we are facing the problem of how to use feature points to realize the control law into the robot from intermediate configuration to desired configuration. Similar to the above two steps, the third step control law works in the camera image plane. The basic idea is to make each feature point in the current image plane match the feature points in the desired image plane. In principle, only one feature point is needed to implement this idea. We can also use a number of feature points as a choice in case of noisy images. We set , the difference between the squared norms of the current feature and the desired feature .

If proportional control is used here to be the control law, then the system will cost much time to reach the desired configuration. So, we let the control law be proportional plus integral controller as where and . Then, the current configuration will converge from the intermediate configuration to the desired configuration exponentially.

Remark 5. We provide how to choose the values of controller parameters.(i)Choice of , . , and should be the positive value. The value of determines the rate of convergence . The value of determines the control precision of the system.

4. Simulation Results

In this section, simulation results are provided to validate the proposed approach. The scene consists of ten feature points which are random on the plane. Simulations have been performed using MATLAB and the Epipolar Geometry Toolbox [19]. Ten pairs of corresponding feature points are used in the desired and current image. They are used in all three steps. In the simulation, we use  m. The initial and desired configurations are chosen as

We use three initial configurations standing for different situations. In the first step, the parameter is . In the second step, the parameters are , , and = 4/9. And in the third step, the parameters are , . We set the initial estimate of the robot distance  m.

The trajectory of the robot is shown in Figures 6, 8, and 10.

In the first step, the robot takes as initial configuration. Figures 6(a) and 7(a) show the robot trajectory and the regular velocity (the linear velocity is zero). In the beginning, the robot is in the orientation of . So, the difference between and is very large; the regular velocity is also the same. In this case is smaller than , so the regular velocity is positive. The robot will rotate clockwise and get closer to the orientation of , and the regular velocity decreases. We can get exponential convergence as shown in Figure 7(a).

The robot takes as initial configuration; the result is shown in Figures 6(b) and 7(b). This case is just the opposite to the above. At first, the robot is in the orientation of . is larger than . So, the regular velocity is negative. The robot will rotate anticlockwise. And the convergence will be exponential as shown in Figure 7(b).

The initial configuration is . In the beginning, the robot is in the orientation of . So, is equal to ; this step is finished at first.

In the second step, together with effect of the first step, regardless of the initial configuration, at the beginning of the second step, the robot is in the orientation of . And these three initial configurations are equal now. So, only one of them is needed to be discussed. In Figure 9(a), as expected, and are declined to zero. The is zeroed at time  s, and the is zeroed at the time = 7 s. While the input control ( and ) is shown in Figure 9(b), Figure 8 shows the robot trajectory.

In the third step, the robot trajectory shown in Figures 10 and 11 shows the distance between current configuration and desired configuration.

The desired configuration and final configuration are summarized in Table 1; it is clear to see that the final configurations are very close to the desired ones by using one three-step strategy. But, by using the strategy of [6], only the first group is close to the desired one, and the others cannot reach the desired one, and the processing time of three-step strategy is much shorter than the strategy of [6]. From Table 2, if is less than 75°, the path planned by the strategy of [6] will be an error. But the path planned by three-step strategy will be of the same short distance, 4.1498 m. If is more than 90°, the paths planned by the strategy of [6] and the three-step strategy are almost the same. You can see that the three-step strategy is more robust and efficient in this case than the strategy proposed by [6]. Figure 12 shows the trajectory of the second group in Table 1. Figure 13 shows the distance between the current configuration and desired configuration of the second group in Table 1.

The movement of feature points in the first step is shown in Figure 14. The feature points in current configuration are moving close to the feature points in desired configuration, which is effective in keeping the camera with FOV.

The simulation results are shown in Figure 15. Feature points of current configuration are in close proximity to the desired ones.

5. Experiment Results

5.1. Testbed

As shown in Figure 16, the testbed consists of the following components: a differential drive mobile robot (with an Samsung ARM S3C 2410 inside), a kinect camera that captures 30 frames per second with eight-bit RGB-image at a 640 × 480 resolution, a first Intel core i5 inside PC (operating under the MS Windows 7 x64 operating system), and a second Intel core i5 inside PC (operating under the Ubuntu 10.04 operating system, a Linux kernel based operating system). The internal mobile robot controller (Samsung ARM S3C 2410) hosts the control algorithm that was written in Linux-C/C++. The first PC is used for image processing. IMAGE PROCESSING, the image processing algorithm, is written in MS visual studio MFC (C++ based with the aid of the OPENCV 2.4.1 library). The communication protocol between the image processing PC and internal mobile robot controller is the serial communication. The second PC is a remote PC, and it is used to remotely login to the internal mobile robot controller via Telnet. The remote PC can log the run data of mobile robot and can also debug the mobile robot. The chessboard is rigidly attached to a rigid structure that is used as the target. We use the OPENCV FindChessboard algorithm to determine the coordinates of each point in the chessboard. The mobile robot is controlled by a torque input. The torque controller requires the actual linear and angular velocity of the mobile robot. So, the mobile robot is equipped with the steering motor encoders. The encoder data is performed by the DSP controller. The communication between DSP controller and internal mobile robot controller is CAN communication. Using the OPENCV camera calibration algorithm, the intrinsic calibration parameters of the KINECT are determined. The image center coordinates are determined to be [pixels] and [pixels], and the focal lengths are [pixels] and [pixels]. The intrinsic matrix is to be

5.2. Results

For the visual servoing task, a set of 9 corresponding feature points are chosen in the two images and tracked in real time by means of a FindChessboard algorithm. The robot moves under the three-step visual servoing algorithm. In the first step, the parameter is . In the second step, the parameters are , , and . And, in the third step, the parameters are and . We set the initial estimate of the robot distance  m.

First, control law (6) will take action, as shown in Figure 17. Both the epipoles and are driven to the same value. Due to the actuator deadzone, we just need to be close to .

Then, the second step is carried out under the action of the control law (30). Both the epipoles and are driven to zero. Due to the actuator deadzone, in Figure 17, the epipoles and are almost zero but not exactly zero.

Finally, the third step is executed under the influence of the control law (26); the (the difference between the current configuration and desired configuration) will decrease exponentially. Figure 18 shows that will decrease nearly to zero.

Figures 20, 21, and 22 collect nine snapshots of the robot motion during the first, second, and third steps, respectively. On the right of each snapshot, the current (green) and desired (red) feature points are shown to be superimposed to the current image. Figure 19 shows the desired feature points (right) and desired configuration of robot (left). During the first step (Figure 20), the epipoles are driven to be the same value. The orientation of the current configuration and desired configuration will be the same. While the second step (Figure 21) is carried out, the epipoles are driven to the principal point. The third step (Figure 21) is then executed, and the current feature points converge to their target. The overall servoing performance is satisfying, resulting in a positioning error of about 3 cm left with respect to the target position.

6. Conclusions

In this paper, a new visual servoing strategy is proposed, named three-step epipolar-based visual servoing, which includes three steps. Firstly, by using the difference of epipoles as feedback, the robot rotates to make the current configuration and desired configuration in the same direction. Secondly, by using a linear input-output feedback, the epipoles are zeroed so as to align the robot with the goal. Thirdly, by using the feature points, the robot reaches the desired configuration.

The main advantages of the proposed control scheme includes: (1) importing the first step to rotate to desired configuration; (2) adding integral control to accelerate the convergence in the third step. The strategy is capable of solving the problem of keeping feature points in FOV and moreover planning the path correctly and shortly compared with [6] which can be evaluated through the simulation results and experiment results.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This work is partially supported by the National Natural Science Foundation of China (nos. 61379111, 61071096, 61073103, 61003233, and 61202342), Specialized Research Fund for Doctoral Program of Higher Education (nos. 20100162110012 and 20110162110042), and China Postdoctoral Science Foundation, Postdoctoral Science Planning Project of Hunan Province, Postdoctoral Science Foundation of Central South University (120951).