Feitian Zhang - Mobile Robots

Здесь есть возможность читать онлайн «Feitian Zhang - Mobile Robots» — ознакомительный отрывок электронной книги совершенно бесплатно, а после прочтения отрывка купить полную версию. В некоторых случаях можно слушать аудио, скачать через торрент в формате fb2 и присутствует краткое содержание. Жанр: unrecognised, на английском языке. Описание произведения, (предисловие) а так же отзывы посетителей доступны на портале библиотеки ЛибКат.

Mobile Robots: краткое содержание, описание и аннотация

Предлагаем к чтению аннотацию, описание, краткое содержание или предисловие (зависит от того, что написал сам автор книги «Mobile Robots»). Если вы не нашли необходимую информацию о книге — напишите в комментариях, мы постараемся отыскать её.

Presents the normal kinematic and dynamic equations for robots, including mobile robots, with coordinate transformations and various control strategies This fully updated edition examines the use of mobile robots for sensing objects of interest, and focus primarily on control, navigation, and remote sensing. It also includes an entirely new section on modeling and control of autonomous underwater vehicles (AUVs), which exhibits unique complex three-dimensional dynamics.
Mobile Robots: Navigation, Control and Sensing, Surface Robots and AUVs, Second Edition Includes two new chapters dealing with control of underwater vehicles Covers control schemes including linearization and use of linear control design methods, Lyapunov stability theory, and more Addresses the problem of ground registration of detected objects of interest given their pixel coordinates in the sensor frame Analyzes geo-registration errors as a function of sensor precision and sensor pointing uncertainty
is intended for use as a textbook for a graduate course of the same title and can also serve as a reference book for practicing engineers working in related areas.

Mobile Robots — читать онлайн ознакомительный отрывок

Ниже представлен текст книги, разбитый по страницам. Система сохранения места последней прочитанной страницы, позволяет с удобством читать онлайн бесплатно книгу «Mobile Robots», без необходимости каждый раз заново искать на чём Вы остановились. Поставьте закладку, и сможете в любой момент перейти на страницу, на которой закончили чтение.

Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

From time to time, it will be convenient to interpret speed expressed in various units. For this reason the following equalities are presented.

13 Vehicles with DifferentialDrive Steering Another common type of steering - фото 28

1.3 Vehicles with Differential‐Drive Steering

Another common type of steering used for mobile robots is differential‐drive steering illustrated in Figure 1.2. Here the wheels on one side of the robot are controlled independently of the wheels on the other side. By coordinating the two different speeds, one can cause the robot to spin in place, move in a straight line, move in a circular path, or follow any prescribed trajectory.

The equations of motion for the robot steered via differential wheel speeds are now derived. Let R represent the instantaneous radius of curvature of the robot trajectory. The width of the vehicle, i.e., spacing between the wheels, is designated as W . From geometrical considerations we have:

(1.7a) Mobile Robots - изображение 29

Mobile Robots - изображение 30

Figure 1.2 Schematic diagram of differential‐drive robot.

and

(1.7b) Mobile Robots - изображение 31

Now subtracting the two above equations yields

Mobile Robots - изображение 32

so we obtain for the angular rate of the robot

(1.8) Mobile Robots - изображение 33

Solving for the instantaneous radius of curvature, we have:

Mobile Robots - изображение 34

or

or finally 19 This results in the expression for velocity along the - фото 35

or finally

(1.9) This results in the expression for velocity along the robots longitudinal - фото 36

This results in the expression for velocity along the robot's longitudinal axis:

In summary the equations of motion in robot coordinates are 110a 110b - фото 37

In summary, the equations of motion in robot coordinates are:

(1.10a) Mobile Robots - изображение 38

(1.10b) Mobile Robots - изображение 39

and

(1.10c) Mobile Robots - изображение 40

If we convert to earth coordinates these become:

(1.11a) Mobile Robots - изображение 41

(1.11b) Mobile Robots - изображение 42

and

(1.11c) Mobile Robots - изображение 43

As we did in the case for the robot with front‐wheel steering, we may wish to account for the fact that velocities cannot change instantaneously. Thus, we would introduce as the control variables the velocity rates:

(1.12a) картинка 44

and

(1.12b) картинка 45

The system of equations for this kinematic model is now fifth order.

Again we can use the Euler integration method for obtaining a discrete‐time model for this system of nonlinear equations,

(1.13a) 113b 113c 113d - фото 46

(1.13b) 113c 113d and 113e - фото 47

(1.13c) 113d and 113e More sophisticated - фото 48

(1.13d) and 113e More sophisticated and more accurate methods for obtaining - фото 49

and

(1.13e) More sophisticated and more accurate methods for obtaining discretetime models - фото 50

More sophisticated and more accurate methods for obtaining discrete‐time models exist; however, this Euler model may be quite useful if the sampling interval is set sufficiently small. These discrete‐time models may be used for system analysis, controller design, estimator design, and system simulation. More complex models for mobile robots could also include pitch, roll, and vertical motion.

Exercises

1 A front‐wheel steered robot is to turn to the left with a radius of curvature equal to 20 m. The robot is 1 m wide and 2 m long. What should the steering angle be?

2 A differential wheel steered robot is to turn to the left with a radius of curvature equal to 20 m and is to travel at 1 m/s. The width is 1 m and the length is 2 m. What should be the velocities of the right side and the left side?

3 Using the discrete‐time model presented, perform a digital simulation of the front‐wheel steered robot using a steering angle of 45°, a length of 1.5 m, and a speed of 2.778 m/s. Experiment with the sample interval, T and find the maximum allowable value that yields consistent results.

4 Develop a digital simulation for the steered wheel robot modeled in Chapter 1. Assume that the width from wheel to wheel is 1 m and that the length, axle to axle is 2 m. A sequence of speeds and steering angles will be inputs. Include limits in your model so that steering angle will not exceed ±45° regardless of the command. Simulate the robot for straight line motion and for motion when the steering angle is held constant at 45° and then constant at −45°. Simulate several seconds of motion. Use the Euler formula for integration and experiment with the sampling interval. Then use a sampling interval of 0.1 s and see if this sampling interval yields correct results. Plot x vs. t, y vs. t, heading vs. t, and y vs. x.

5 Develop a digital simulation for the differential drive robot, modeled in Chapter 1. Assume that the width from wheel to wheel is 1 m and that the length, axle to axle is 2 m. A sequence of right side speeds and left side speeds will be the inputs. Simulate for straight line motion and for motion when the right side speed is 10% above the average speed (right speed + left speed)/2 and the left side speed is 10% below the average speed. Simulate several seconds of motion. Use the Euler formula for integration and experiment with the sampling interval. Then use a sampling interval of 0.1 s and see if this sampling interval yields correct results. Plot x vs. t, y vs. t, heading vs. t, and y vs. x.

Читать дальше
Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Похожие книги на «Mobile Robots»

Представляем Вашему вниманию похожие книги на «Mobile Robots» списком для выбора. Мы отобрали схожую по названию и смыслу литературу в надежде предоставить читателям больше вариантов отыскать новые, интересные, ещё непрочитанные произведения.


Отзывы о книге «Mobile Robots»

Обсуждение, отзывы о книге «Mobile Robots» и просто собственные мнения читателей. Оставьте ваши комментарии, напишите, что Вы думаете о произведении, его смысле или главных героях. Укажите что конкретно понравилось, а что нет, и почему Вы так считаете.

x