26
Mobile Robot Path Planning and Navigation Control Manukid Parnichkun School of Engineering and Technology Asian Institute of Technology [email protected]

Mobile Robot Path Planning and Navigation Control

  • Upload
    others

  • View
    6

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Mobile Robot Path Planning and Navigation Control

Mobile Robot Path Planning and Navigation Control

Manukid ParnichkunSchool of Engineering and Technology

Asian Institute of [email protected]

Page 2: Mobile Robot Path Planning and Navigation Control

Mobile Robot Path Planning

• Global Path Planning (Off Line)– Cell Decomposition– Road Map– Visibility Graph– Optimized by A-Star, PSO, GA, etc.

• Local Path Planning (On Line)– Potential Field– Virtual Forces– Rule Based– Behavior Based– Model Based (PID, State-Space, etc.)

Page 3: Mobile Robot Path Planning and Navigation Control

Global Path Planning

Page 4: Mobile Robot Path Planning and Navigation Control

Cell Decomposition

Page 5: Mobile Robot Path Planning and Navigation Control

Road Map

Page 6: Mobile Robot Path Planning and Navigation Control

Visibility Graph

Page 7: Mobile Robot Path Planning and Navigation Control

Optimal Search

Page 8: Mobile Robot Path Planning and Navigation Control

A-Star

A-Star = Branch and Bound + Under Estimation + Dynamics Programming

Page 9: Mobile Robot Path Planning and Navigation Control

A-Star in Path Planning

Page 10: Mobile Robot Path Planning and Navigation Control

A-Star in Path Planning

Page 11: Mobile Robot Path Planning and Navigation Control

Global Path Planning ofABU Robocon 2019

Page 12: Mobile Robot Path Planning and Navigation Control

Local Path Planning

Page 13: Mobile Robot Path Planning and Navigation Control

Potential Field

Page 14: Mobile Robot Path Planning and Navigation Control

Virtual Forces

Result MotionWall

Destination

Obstacle

Virtual Force = Virtual Spring Force + Virtual Damping Force

Page 15: Mobile Robot Path Planning and Navigation Control

Waypoint Tracking (Road)

d

a

Previous Waypoint

Next Waypoint

Page 16: Mobile Robot Path Planning and Navigation Control

Waypoint Tracking (Field)

d

a

Previous Waypoint

Next Waypoint

Page 17: Mobile Robot Path Planning and Navigation Control

Waypoint Tracking (Field)

d

a

Next Waypoint

𝑆𝑡𝑒𝑒𝑟𝑖𝑛𝑔 = 𝐾ℎ𝑒𝑎𝑑_𝑃 𝑎 + 𝐾ℎ𝑒𝑎𝑑_𝑑 ሶ𝑎

𝑆𝑝𝑒𝑒𝑑 = 𝐾𝑠𝑝𝑒𝑒𝑑_𝑃 𝑑 + 𝐾𝑠𝑝𝑒𝑒𝑑_𝑑 ሶ𝑑

Page 18: Mobile Robot Path Planning and Navigation Control

Rule-based Control

• For line tracking, sensor array should be installed in front of the robot center so that the actions of translation adjustment rule and rotation adjustment rule are not contradict and sensed by the same sensor.

• The robot should turn right for both translation and rotation adjustments to make the left sensor change the state.

Page 19: Mobile Robot Path Planning and Navigation Control

Rule-based Control• If sensor array is installed behind the robot center the

actions of translation adjustment rule and rotation adjustment rule are contradict as sensed by the sensor.

• The robot should turn right for translation adjustment but turn left for rotation adjustment.

• For translation adjustment, the left sensor doesn’t change its state.

Page 20: Mobile Robot Path Planning and Navigation Control

Mobile Robot Localization

• Dead Reckoning System

– Encoder

– Compass

– Line Tracking Sensor (Ir, LDR, etc.)

• Positioning System

– Vision (Landmark, SLAM)

– Laser, Sonar

– GPS

Page 21: Mobile Robot Path Planning and Navigation Control

4-Leg Locomotion Mechanism

– Leg Motion Distance (LD (m))

– Robot Distance (RD (m))

– Robot Heading (RH (degree) positive in clockwise direction))

– Robot Coordinate (x (m), y (m))

𝐿𝐷 =2𝑁𝜋𝐿

𝑅

𝑁 = Measured Pulse Number during Ground Contact𝐿 = Leg Length (m)𝑅 = Encoder Pulse per Revolution

𝑅𝐷 =σ𝑖=1𝑛 𝐿𝐷𝑖𝑛

𝐿𝐷𝑖 = Leg no 𝑖 Motion Distance during Ground Contactn = 1, 2, 3, or 4 depending on Number of Legs

contacting Ground

𝑅𝐻 =180 𝐿𝐷1 − 𝐿𝐷2 + 𝐿𝐷3 − 𝐿𝐷4

𝑛𝜋𝐷

x= σ(𝑅𝐷 × sin σ𝑅𝐻 ) y= σ(𝑅𝐷 × cos σ𝑅𝐻 )

𝐷 = Perpendicular Distance betweenLD vector and Robot Center

RHx

y𝐿𝐷1

𝐿𝐷4𝐿𝐷3

𝐿𝐷2

LD

L

Page 22: Mobile Robot Path Planning and Navigation Control

Differential Wheeled Locomotion Mechanism

– Wheel Distance (WD (m))

– Robot Distance (RD (m))

– Robot Heading (RH (degree) positive in clockwise direction))

– Robot Coordinate (x (m), y (m))

𝑊𝐷 =𝑁𝜋𝐷

𝑅

𝑁 = Measured Pulse Number𝐷 = Wheel Diameter (m)𝑅 = Encoder Pulse per Revolution

𝑅𝐷 =𝑊𝐷𝐿 +𝑊𝐷𝑅

2

𝑊𝐷𝐿 = Left Wheel Distance𝑊𝐷𝑅 = Right Wheel Distance

𝑅𝐻 =180 𝑊𝐷𝐿 −𝑊𝐷𝑅

𝜋𝐿

x= σ(𝑅𝐷 × sin σ𝑅𝐻 ) y= σ(𝑅𝐷 × cos σ𝑅𝐻 )

x

y

RH

𝐿 = Distance betweenLeft and Right Wheels

Page 23: Mobile Robot Path Planning and Navigation Control

Omni Wheeled Locomotion Mechanism

– Wheel Distance (WD (m))

– Wheel Coordinate (xi (m), yi (m))

– Robot Coordinate (x (m), y (m))

– Robot Heading (RH (degree) positive in clockwise direction))

𝑊𝐷 =𝑁𝜋𝐷

𝑅

𝑁 = Measured Pulse Number𝐷 = Wheel Diameter (m)𝑅 = Encoder Pulse per Revolution

𝑥 =𝑥1 − 𝑥2 − 𝑥3 + 𝑥4

4

𝑆 = Perpendicular Distance betweenWD vector and Robot Center

𝑅𝐻 =180 𝑊𝐷1 −𝑊𝐷2 +𝑊𝐷3 −𝑊𝐷4

4𝜋𝑆

𝑥𝑖 =𝑊𝐷𝑖

2𝑦𝑖 =

𝑊𝐷𝑖

2

𝑦 =𝑦1 + 𝑦2 + 𝑦3 + 𝑦4

4

WD1

x

y

WD2

WD3 WD4

Page 24: Mobile Robot Path Planning and Navigation Control

Mecanum Wheeled Locomotion Mechanism

– Wheel Distance (WD (m))

– Wheel Real Motion (WM (m))

– Robot Coordinate (x (m), y (m))

– Robot Heading (RH (degree) positive in clockwise direction))

𝑊𝐷 =𝑁𝜋𝐷

𝑅

𝑁 = Measured Pulse Number𝐷 = Wheel Diameter (m)𝑅 = Encoder Pulse per Revolution

𝑥 =𝑊𝑀1 −𝑊𝑀2 −𝑊𝑀3 +𝑊𝑀4

4 2

𝑊𝑀𝑖 =𝑊𝐷𝑖

2

𝑦 =𝑊𝑀1 +𝑊𝑀2 +𝑊𝑀3 +𝑊𝑀4

4 2

𝐶 = Perpendicular Distance betweenWM vector and Robot Center

𝑅𝐻 =180 𝑊𝑀1 −𝑊𝑀2 +𝑊𝑀3 −𝑊𝑀4

4𝜋𝐶

x

y

WD3 WD4

WD2WD1 WM1

WM3 WM4

WM2

Page 25: Mobile Robot Path Planning and Navigation Control

Robot System Architecture

PC

Microprocessor(Ardiuno, Arm, etc.)

USB

RS-232 or RS-422 or RS-485

For GUI,Global Path PlanningLocal Path PlanningCamera, LIDAR

C#, C++ on Visual Studio orPython on Raspberry Pi

For Low Level ControlMotor DriverEncoderIr, LDR, Sonar

C on Ardiuno orC on mbed.com -> Hardware ->

Boards -> STMicroelectonics ->NUCLEO411RE (for Cortex M4)

EncoderMotor Driver

A Int Input

B DI

PWM AO

Ir, LDRSonar

DI, AI

CameraLIDAR

WIFI

RS-232-USB

Page 26: Mobile Robot Path Planning and Navigation Control

Q & A