PPT문서midtermexam2020.pptx

닫기

background image

T&C LAB-AI

Dept. of Intelligent Robot Eng. MU

Robotics

Mobile Robot

Take Home Exam

Jeong-Yean Yang

24  11  2

6

1


background image

T&C LAB-AI

Dept. of Intelligent Robot Eng. MU

Robotics

Take Home Exam.

Due To 10/29 

Submission by E-mail, muhw03@gmail.com

Submission by E-mail, muhw03@gmail.com

Submission by E-mail, muhw03@gmail.com

Power point report with source code, Video or Cap-
tured Image.

2


background image

T&C LAB-AI

Dept. of Intelligent Robot Eng. MU

Robotics

Prob. 1. Your BEST Strategy

ex/robot/crobot

Use crobot~crobot4

3


background image

T&C LAB-AI

Dept. of Intelligent Robot Eng. MU

Robotics

ex/robot/crobot4

Center : us[0]

Right : us[2]

90 degree to left is the 
strategy here.

Find your best solution

At least, 2 minute results.

4


background image

T&C LAB-AI

Dept. of Intelligent Robot Eng. MU

Robotics

ex/robot/crobot5

Increasing Collision Margin

5

Col ision=5 makes a robot 
NOT to be stuck on wal s.

But, cleaning performance 
becomes bad.


background image

T&C LAB-AI

Dept. of Intelligent Robot Eng. MU

Robotics

ex/robot/crobot6

Modifying 90 degree rotation

6

Crobot5 waits until a robot rotates 90 degree.

Crobot6 does not wait. Without obstacles, a robot starts to 
go straight.

crobot5

crobot6


background image

T&C LAB-AI

Dept. of Intelligent Robot Eng. MU

Robotics

Prob. 2. Roomba-like Strategy

Tuning of Left backward(ex/robot/crobot7)

|WL|>|WR| for left 
backward turn

7


background image

T&C LAB-AI

Dept. of Intelligent Robot Eng. MU

Robotics

Result of crobot7

|WL|>|WR| for left 
backward turn

8

Backward 
moves


background image

T&C LAB-AI

Dept. of Intelligent Robot Eng. MU

Robotics

Prob. 2. Modify ex/robot/crobot8

Show your result

9

0

0

0

( ,1)

(

,1)

d

L

L

R

R

e q

q

w

Ke

w

w

N

w

w

N




background image

T&C LAB-AI

Dept. of Intelligent Robot Eng. MU

Robotics

In my case, Two types of Turning Strategy  

10

If Center has obstacles,

Do Turing 90 degree.

If Right has obstacles,

Do Turing 45 degree.

This strategy makes a robot to do smooth turning.


background image

T&C LAB-AI

Dept. of Intelligent Robot Eng. MU

Robotics

Prob. 3. Mission: Basic Wall Following

However, crobot8 does NOT fol ow wal s.

Let’s go back to the first definition

Forget complex theory

With a slight modification, 
wal  fol owing can be im-
plemented.

In my case, one digit was 
changed… ^^ 

Hint : Roomba is using 
Spiral motion + Left 
backward turn

11