Top Banner
HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng Xu 03.02.2005
18

HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

Mar 26, 2015

Download

Documents

Emily Rankin
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Robot Communication over Wireless Ad Hoc NetworkRobot Communication over Wireless Ad Hoc Network

M.Sc. Feng Xu

03.02.2005

Page 2: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

2

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Agenda

• Why communication among robots is necessary• 3 examples• Two categories network: centralized network and ad hoc network• Properties of ad hoc network, and examples• Current Main Stream Techniques• Hardware structure for the communication node• Constrains for portable devices: energy, space, computing ability• MAC protocol, CSMA/CA• Current two hot research directions on MAC layer• Directional communication• Dynamic multi-channel allocation• 3 means to close the gap between theory and realization• Summary

Page 3: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

3

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Why communication among Robots

• Goal of RoBoCup: To fully develop autonomous humanoids that can win against human world champion soccer team by 2050 Each robot player should have more powerful individual ability over human

player Communication among robots is necessary for the high level coordination

(deliberation-based high level behavior control!)

• In special robot application scenarios like war field and emergency field, communication among robots can significantly enhance their ability

• Contrariwise, robots with wireless communication module can help simulate or experiment the wireless network

Page 4: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

4

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Example 1, AIBO

Page 5: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

5

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Example 2, BiM-2

Receiver on a PCB

Receiver unit on a robot

Seattle University RoboCup Team, USA

Page 6: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

6

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Example 3, Khepera

Page 7: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

7

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Two Categories of Network

Centralized Network

Mobile Ad Hoc Network (MANET)

Page 8: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

8

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Properties of Ad Hoc Network, examples

• MANET is a decentralized wireless network without pre-built infrastructure• Each node acts as host and router simultaneously, and signals may be

transmitted via multi hop to the destination• The network topology may change rapidly and unpredictably due to

movements, joining and leaving of nodes at any moment

• MANET may operate in a standalone fashion, or may be connected to other existent network as its extension

Properties:

Examples:• Conferencing and home networking• Wireless sensor network• Multi-hop extensions for cellular telecommunication systems• And networks of vehicles, robots

Page 9: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

9

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Current Main Stream Techniques

• Bluetooth• WLAN: IEEE 802.11 b,g,a• HiperLAN/II• ZIgBee• WiMax (near future)

Page 10: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

10

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Hardware Structure, different network layers

RF transceiver Baseband Processor

physical

MAC controller

MAC

Host

other high layers

OSI/ISO Reference Model

Hardware structure for each node

Page 11: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

11

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Constrains for Portable Devices

• Physical space• Limited energy (battery powered devices)• Limited computing power

Page 12: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

12

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

CSMA/CA

• MAC protocol: carrier sense multiple access with collision avoidance• Prerequisites: Omnidirectional communication on single frequency channel

A B

C

D

E

F

RTS, CTS, data and NAV setting

Basic media access process

Resulted space allocation condition

Page 13: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

13

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Current hot research topics

Goals:• Increase resource efficiency, the resource

mainly means frequency band• Make the communication link more robust

Means:• Directional communication to increase the

space reuse factor• Multi-channel dynamic allocation scheme

A B

C

D

E

F

Page 14: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

14

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Smart Antenna, directional antenna

Smart Antenna•Realized by antenna array and additional array signal processing unit•Enable various advantages on network, but also consume much additional resource like space, energy and computing power

Directional Antenna•The directivity is attributed to the directional property of the antenna element itself•With the mechanical turning assistance, or multiple directional antennas equipped on each node with proper orientation, each node can communicate on the direction it wishes•Less additional resource is needed comparing to SM, however, less improvement is anticipated

Page 15: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

15

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Multi-channel scheme: CDMA, OFDM

Page 16: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

16

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Theoretical Research, Practical application, 3 means close the gap

Theoretical research:•New schemes are firstly put forward on the physical layer•Higher layers (MAC, network layers) need adapting to the modifications•Cross-layer optimization

Close the gap between theoretical research and practical application•In practice, many constrains are imposed•Rely on the chip layer improvement•Use the simplified scheme to make it more practical•The combination of aforementioned 2 means

Page 17: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

17

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Summary

• To reach the goal of RoBoCup, the communication ability among robots is necessary

• To communicate efficiently and effectively, a network called mobile ad hoc network is meaningful for the robot team

• Contrariwise, robot team with communication ability can help contribute to the network system improvement

• Many constrains are imposed on the portable devices due to its limited resource

• Numerous new schemes are put through on the physical layer to increase transmission data rate and communication link robustness

• Cross-layer optimization is important for the whole system performance• 3 means to close the gap between theoretical research and practical

application

Page 18: HEINZ NIXDORF INSTITUT Universität Paderborn Schaltungstechnik Prof. Dr.-Ing. Ulrich Rückert Robot Communication over Wireless Ad Hoc Network M.Sc. Feng.

HEINZ NIXDORF INSTITUTUniversität Paderborn

SchaltungstechnikProf. Dr.-Ing. Ulrich Rückert

Heinz Nixdorf InstitutUniversität PaderbornSchaltungstechnikProf. Dr.-Ing. Ulrich RückertFürstenallee 1133102 Paderborn

Feng XuTel.: 0 52 51/60 6396Fax.: 0 52 51/60 6351Email: [email protected]://wwwhni.upb.de/sct

Thank you for your attention!Thank you for your attention!