H7122-AUTONOMOUS VEHICLES
- easygpaser
- Jun 13, 2022
- 4 min read

Question 1:
A two-wheel robot with track (i.e., distance between wheels) of ๐ = 0.3 ๐ travels along a circle of radius of 4๐, as in Figure Q1-1, with the constant longitudinal speed of 2.0 ๐/๐ . ๐ผ๐ถ๐ถ is the instantaneous centre of curvature. ๐ and ๐ are ground-fixed axis.

a) Calculate the following variables:
โข Longitudinal speeds of the left and right wheels (i.e., ๐ฃ๐ฟ and ๐ฃ๐ );
โข Yaw rate ๐ฬ;
โข Lateral acceleration of each wheel if the distance between the wheels is 20 cm. [8 marks]
b) Calculate the position of the robot after three seconds of travelling. [8 marks]
c) Having autonomous cars on the roads presents benefits and challenges. Name and explain two of the main benefits and three of the main challenges. [4 marks]
Question 2:
a) In Figure Q2-1, if the initial value of the projection of the longitudinal velocity ๐ฃ๐ on the ๐ axis (i.e., ๐๐(0)) is 1 ๐/๐ , plot the variation of the projections of ๐ฃ๐ on both the ๐ and ๐ axis (i.e., ๐๐ and ๐๐) along one full rotation of the robot.

b) Explain Bayesโ rule of the probability theory. Discuss the importance of the probability theory and Bayesโ rule to mapping? Using the Bayesโ rule, answer the following question:
You have installed a sensor on your robot that measures the 1-D distance ๐ฟ from a reflector with a constant accuracy of ยฑ2 m.
You have fixed the reflector at an accurate distance of 100 m from your reference point (i.e., ๐๐ฟ(100) = 1).
You want to use the sensor to estimate the location of your robot from the readings of the distance of your robot from the reflector (i.e., Pr (๐ฅ|๐ฟ)). First, you locate your robot at the positions of {โ2, โ1,0,1,2} m where you measure several times the distance ๐ฟ from the reflector. The distributions of the measurements (i.e., ๐๐(๐ฟ|๐ฅ)) are normal with the mean of respectively {102,101,100,99,98} m and the variance of 1 m.
You locate the robot randomly with uniform distribution at ๐ฅ๐[โ2,2] (i.e., ๐๐(๐ฅ) = 1/4 ) and measure the distance L from the reflector using your sensor.
If your sensor measures ๐ฟ = 100 m, calculate the probability that your robot locates at โ1 โค ๐ฅ โค 1 (i.e., Pr (โ1 โค ๐ฅ โค 1|๐ฟ = 100)). The required values of the normal distribution are as follows:
๐๐ฟ (100|๐ฅ = 0) = ๐ฉ(100; ๐ = 100, ๐ = 1) = 0.5;
๐๐ฟ (100|๐ฅ = 1) = ๐๐ฟ (100|๐ฅ = โ1) = ๐ฉ(100; ๐ = 99, ๐ = 1) = 0.32;
๐๐ฟ (100|๐ฅ = 2) = ๐๐ฟ (100|๐ฅ = โ2) = ๐ฉ(100; ๐ = 98, ๐ = 1) = 0.074;

c) What is the main problem with the odometrical localisation? Particle filtering (PF) is a technique to solve the simultaneous localisation and mapping (SLAM) problem and is explained in Figure Q2-3. Fill the gaps with the required words to make the sentences meaningful.

Question 3:
We have a Microsoft Kinect camera installed on a Quanser QBot 2 robot. The camera generates both the vision of the environment and distance and orientation of the obstacles as separate vision and depth images.
The depth information, including distance and orientation of the obstacle, is transferred to the processing units as a 2D grey-scale image frame of the size of 480 ร 640 pixels (i.e., 480 rows each with 640 pixels).
a) Datasheet of Kinect says that its horizontal field of view (FOV) is 57ยฐ. What is the meaning of FOV and how it is related to the motion of the robot for mapping? Figure Q3-1 illustrates the way that Kinect stores the location and orientation information of obstacles within the depth image. If the value of ๐ = 6.1m in Figure Q3-1 is stored in the 550th pixel, calculate the distance and orientation of the obstacle ๐ (i.e., ๐ฟ and ๐ผ).

b) According to the formal definition, a transformation (also known as a function) ๐ฆ๐(๐ก) = ๐(๐ฅ๐(๐ก)) is linear if and only if:
๐(๐๐ฅ1(๐ก) + ๐๐ฅ2(๐ก)) = ๐๐(๐ฅ1(๐ก)) + ๐๐(๐ฅ2(๐ก)) = ๐๐ฆ1(๐ก) + ๐๐ฆ2(๐ก)
and is time-invariant if and only if for โ๐ โฅ 0:
๐(๐ฅ(๐ก โ ๐)) = ๐ฆ(๐ก โ ๐)
Using this definition, evaluate if the following functions are linear or not
c) With providing a mathematical equation and a pseudo code explain the convolution operator between two functions ๐(๐ฅ) and ๐(๐ฅ) and the way it can be implemented as a software programme. Why convolution operator is important for the image processing algorithms? [8 marks]
Question 4:
a) Using Figure Q4-1, explain the potential field algorithm for obstacle avoidance. Having the potential fields of Figure Q4-1, how does one calculate the required force to be applied to the robot at each point (๐ฅ, ๐ฆ)?

Figure Q4-2 illustrates the resulting potential fields and required force to be applied to the robot at each point (๐ฅ, ๐ฆ) to avoid obstacles. Answer the following questions:
โข What do the contours show and what do the numbers on them mean?
โข What do the blue vectors show at each point of the map?
โข What are the black circles in the middle and the green one on the right side of the image? [6 marks]
b) In Figure Q4-2, if a robot is initially located at either of the red circles, suggest the paths that the robot will follow towards its destination. Hint: You need to redraw Figure Q4-2 on your answer sheet as an XY diagram with the obstacles and the initial and destination points and then draw the suggested paths.
Explain the rationale behind your suggested paths.

c) Figure Q4-3 shows a Kalman Filter (KF) that estimates the internal state ๐ง(๐) of a linear system from a noisy measurement of the system output ๐ฆ(๐). The estimated state is shown as ๐งฬ(๐|๐) while the system is governed by the following equations:
๐ง(๐ + 1) = ๐ด๐ง(๐) + ๐ต๐ข(๐) + ฮ๐ค(๐) ๐ฆ(๐) = ๐ถ๐ง(๐) + ๐ฃ(๐)
As seen, unlike matrices ๐ด and ๐ต of the system which are not fully known and estimated as ๐ดฬ and ๐ตฬ to construct KF, matrix ๐ถ is fully known. Also, it is known that the KF gain ๐ฟ(๐) is calculated using the following equation:
๐ฟ(๐) = ๐(๐|๐ โ 1)๐ถ^๐ (๐ถ๐(๐|๐ โ 1)๐ถ ๐ + ๐ ๐ฃ) ^โ1
where ๐ is the estimated error which is calculated separately and ๐ ๐ฃ is the known covariance of the disturbance ๐ฃ.
Using Figure Q4-3 and the above-mentioned equations, explain the operation of KF. Also, explain the reasons that matrix ๐ถ of a system is fully known and the importance of this phenomenon in KF.

Kommentare